Skip to content
Snippets Groups Projects
package-lock.json 1.14 MiB
Newer Older
  • Learn to ignore specific revisions
  •           "version": "2.4.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
              "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
              "requires": {
                "ansi-styles": "^3.2.1",
                "escape-string-regexp": "^1.0.5",
                "supports-color": "^5.3.0"
              }
            },
            "color-convert": {
              "version": "1.9.3",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
              "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
              "requires": {
                "color-name": "1.1.3"
              }
            },
            "color-name": {
              "version": "1.1.3",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
              "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
            },
            "debug": {
              "version": "4.3.3",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
              "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "has-flag": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
              "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
            },
            "supports-color": {
              "version": "5.5.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
              "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
              "requires": {
                "has-flag": "^3.0.0"
              }
            }
          }
        },
        "@babel/plugin-transform-modules-umd": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz",
          "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==",
          "requires": {
            "@babel/helper-module-transforms": "^7.16.7",
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/code-frame": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
              "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
              "requires": {
                "@babel/highlight": "^7.16.7"
              }
            },
            "@babel/generator": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz",
              "integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==",
              "requires": {
                "@babel/types": "^7.16.8",
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-function-name": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
              "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
              "requires": {
                "@babel/helper-get-function-arity": "^7.16.7",
                "@babel/template": "^7.16.7",
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-get-function-arity": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
              "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-hoist-variables": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
              "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-module-imports": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
              "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-module-transforms": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz",
              "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==",
              "requires": {
                "@babel/helper-environment-visitor": "^7.16.7",
                "@babel/helper-module-imports": "^7.16.7",
                "@babel/helper-simple-access": "^7.16.7",
                "@babel/helper-split-export-declaration": "^7.16.7",
                "@babel/helper-validator-identifier": "^7.16.7",
                "@babel/template": "^7.16.7",
                "@babel/traverse": "^7.16.7",
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            },
            "@babel/helper-simple-access": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz",
              "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-split-export-declaration": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
              "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-validator-identifier": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
              "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
            },
            "@babel/highlight": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
              "integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
              "requires": {
                "@babel/helper-validator-identifier": "^7.16.7",
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
              "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw=="
            },
            "@babel/template": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
              "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
              "requires": {
                "@babel/code-frame": "^7.16.7",
                "@babel/parser": "^7.16.7",
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/traverse": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz",
              "integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==",
              "requires": {
                "@babel/code-frame": "^7.16.7",
                "@babel/generator": "^7.16.8",
                "@babel/helper-environment-visitor": "^7.16.7",
                "@babel/helper-function-name": "^7.16.7",
                "@babel/helper-hoist-variables": "^7.16.7",
                "@babel/helper-split-export-declaration": "^7.16.7",
                "@babel/parser": "^7.16.8",
                "@babel/types": "^7.16.8",
                "debug": "^4.1.0",
                "globals": "^11.1.0"
              }
            },
            "@babel/types": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz",
              "integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==",
              "requires": {
                "@babel/helper-validator-identifier": "^7.16.7",
                "to-fast-properties": "^2.0.0"
              }
            },
            "ansi-styles": {
              "version": "3.2.1",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
              "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
              "requires": {
                "color-convert": "^1.9.0"
              }
            },
            "chalk": {
              "version": "2.4.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
              "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
              "requires": {
                "ansi-styles": "^3.2.1",
                "escape-string-regexp": "^1.0.5",
                "supports-color": "^5.3.0"
              }
            },
            "color-convert": {
              "version": "1.9.3",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
              "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
              "requires": {
                "color-name": "1.1.3"
              }
            },
            "color-name": {
              "version": "1.1.3",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
              "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
            },
            "debug": {
              "version": "4.3.3",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
              "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "has-flag": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
              "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
            },
            "supports-color": {
              "version": "5.5.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
              "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
              "requires": {
                "has-flag": "^3.0.0"
              }
            }
    
        "@babel/plugin-transform-named-capturing-groups-regex": {
          "version": "7.16.8",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz",
          "integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==",
    
          "requires": {
    
            "@babel/helper-create-regexp-features-plugin": "^7.16.7"
    
        "@babel/plugin-transform-new-target": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz",
          "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/plugin-transform-object-super": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz",
          "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7",
            "@babel/helper-replace-supers": "^7.16.7"
          },
          "dependencies": {
            "@babel/code-frame": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
              "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
              "requires": {
                "@babel/highlight": "^7.16.7"
              }
            },
            "@babel/generator": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz",
              "integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==",
              "requires": {
                "@babel/types": "^7.16.8",
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-function-name": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
              "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
              "requires": {
                "@babel/helper-get-function-arity": "^7.16.7",
                "@babel/template": "^7.16.7",
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-get-function-arity": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
              "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-hoist-variables": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
              "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-member-expression-to-functions": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz",
              "integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-optimise-call-expression": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",
              "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            },
            "@babel/helper-replace-supers": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz",
              "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==",
              "requires": {
                "@babel/helper-environment-visitor": "^7.16.7",
                "@babel/helper-member-expression-to-functions": "^7.16.7",
                "@babel/helper-optimise-call-expression": "^7.16.7",
                "@babel/traverse": "^7.16.7",
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-split-export-declaration": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
              "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-validator-identifier": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
              "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
            },
            "@babel/highlight": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
              "integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
              "requires": {
                "@babel/helper-validator-identifier": "^7.16.7",
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
              "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw=="
            },
            "@babel/template": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
              "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
              "requires": {
                "@babel/code-frame": "^7.16.7",
                "@babel/parser": "^7.16.7",
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/traverse": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz",
              "integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==",
              "requires": {
                "@babel/code-frame": "^7.16.7",
                "@babel/generator": "^7.16.8",
                "@babel/helper-environment-visitor": "^7.16.7",
                "@babel/helper-function-name": "^7.16.7",
                "@babel/helper-hoist-variables": "^7.16.7",
                "@babel/helper-split-export-declaration": "^7.16.7",
                "@babel/parser": "^7.16.8",
                "@babel/types": "^7.16.8",
                "debug": "^4.1.0",
                "globals": "^11.1.0"
              }
            },
            "@babel/types": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz",
              "integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==",
              "requires": {
                "@babel/helper-validator-identifier": "^7.16.7",
                "to-fast-properties": "^2.0.0"
              }
            },
            "ansi-styles": {
              "version": "3.2.1",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
              "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
              "requires": {
                "color-convert": "^1.9.0"
              }
            },
            "chalk": {
              "version": "2.4.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
              "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
              "requires": {
                "ansi-styles": "^3.2.1",
                "escape-string-regexp": "^1.0.5",
                "supports-color": "^5.3.0"
              }
            },
            "color-convert": {
              "version": "1.9.3",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
              "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
              "requires": {
                "color-name": "1.1.3"
              }
            },
            "color-name": {
              "version": "1.1.3",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
              "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
            },
            "debug": {
              "version": "4.3.3",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
              "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "has-flag": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
              "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
            },
            "supports-color": {
              "version": "5.5.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
              "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
              "requires": {
                "has-flag": "^3.0.0"
              }
            }
    
        "@babel/plugin-transform-parameters": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz",
          "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/plugin-transform-property-literals": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz",
          "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/plugin-transform-regenerator": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz",
          "integrity": "sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==",
    
          "requires": {
    
            "regenerator-transform": "^0.14.2"
    
        "@babel/plugin-transform-reserved-words": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz",
          "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/plugin-transform-runtime": {
          "version": "7.15.0",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz",
          "integrity": "sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==",
    
          "requires": {
    
            "@babel/helper-module-imports": "^7.14.5",
    
            "@babel/helper-plugin-utils": "^7.14.5",
    
            "babel-plugin-polyfill-corejs2": "^0.2.2",
            "babel-plugin-polyfill-corejs3": "^0.2.2",
            "babel-plugin-polyfill-regenerator": "^0.2.2",
            "semver": "^6.3.0"
          },
          "dependencies": {
            "semver": {
              "version": "6.3.0",
              "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
              "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
            }
    
        "@babel/plugin-transform-shorthand-properties": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz",
          "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/plugin-transform-spread": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz",
          "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7",
            "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/plugin-transform-sticky-regex": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz",
          "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/plugin-transform-template-literals": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz",
          "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/plugin-transform-typeof-symbol": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz",
          "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==",
    
          "requires": {
    
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/plugin-transform-typescript": {
          "version": "7.16.8",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz",
          "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==",
    
          "requires": {
    
            "@babel/helper-create-class-features-plugin": "^7.16.7",
            "@babel/helper-plugin-utils": "^7.16.7",
            "@babel/plugin-syntax-typescript": "^7.16.7"
          },
          "dependencies": {
            "@babel/code-frame": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
              "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
              "requires": {
                "@babel/highlight": "^7.16.7"
              }
            },
            "@babel/generator": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz",
              "integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==",
              "requires": {
                "@babel/types": "^7.16.8",
                "jsesc": "^2.5.1",
                "source-map": "^0.5.0"
              }
            },
            "@babel/helper-annotate-as-pure": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
              "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-create-class-features-plugin": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz",
              "integrity": "sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==",
              "requires": {
                "@babel/helper-annotate-as-pure": "^7.16.7",
                "@babel/helper-environment-visitor": "^7.16.7",
                "@babel/helper-function-name": "^7.16.7",
                "@babel/helper-member-expression-to-functions": "^7.16.7",
                "@babel/helper-optimise-call-expression": "^7.16.7",
                "@babel/helper-replace-supers": "^7.16.7",
                "@babel/helper-split-export-declaration": "^7.16.7"
              }
            },
            "@babel/helper-function-name": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
              "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
              "requires": {
                "@babel/helper-get-function-arity": "^7.16.7",
                "@babel/template": "^7.16.7",
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-get-function-arity": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
              "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-hoist-variables": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
              "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-member-expression-to-functions": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz",
              "integrity": "sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-optimise-call-expression": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",
              "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            },
            "@babel/helper-replace-supers": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz",
              "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==",
              "requires": {
                "@babel/helper-environment-visitor": "^7.16.7",
                "@babel/helper-member-expression-to-functions": "^7.16.7",
                "@babel/helper-optimise-call-expression": "^7.16.7",
                "@babel/traverse": "^7.16.7",
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-split-export-declaration": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
              "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
              "requires": {
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/helper-validator-identifier": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
              "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
            },
            "@babel/highlight": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
              "integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
              "requires": {
                "@babel/helper-validator-identifier": "^7.16.7",
                "chalk": "^2.0.0",
                "js-tokens": "^4.0.0"
              }
            },
            "@babel/parser": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
              "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw=="
            },
            "@babel/plugin-syntax-typescript": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz",
              "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==",
              "requires": {
                "@babel/helper-plugin-utils": "^7.16.7"
              }
            },
            "@babel/template": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
              "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
              "requires": {
                "@babel/code-frame": "^7.16.7",
                "@babel/parser": "^7.16.7",
                "@babel/types": "^7.16.7"
              }
            },
            "@babel/traverse": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz",
              "integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==",
              "requires": {
                "@babel/code-frame": "^7.16.7",
                "@babel/generator": "^7.16.8",
                "@babel/helper-environment-visitor": "^7.16.7",
                "@babel/helper-function-name": "^7.16.7",
                "@babel/helper-hoist-variables": "^7.16.7",
                "@babel/helper-split-export-declaration": "^7.16.7",
                "@babel/parser": "^7.16.8",
                "@babel/types": "^7.16.8",
                "debug": "^4.1.0",
                "globals": "^11.1.0"
              }
            },
            "@babel/types": {
              "version": "7.16.8",
              "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz",
              "integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==",
              "requires": {
                "@babel/helper-validator-identifier": "^7.16.7",
                "to-fast-properties": "^2.0.0"
              }
            },
            "ansi-styles": {
              "version": "3.2.1",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
              "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
              "requires": {
                "color-convert": "^1.9.0"
              }
            },
            "chalk": {
              "version": "2.4.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
              "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
              "requires": {
                "ansi-styles": "^3.2.1",
                "escape-string-regexp": "^1.0.5",
                "supports-color": "^5.3.0"
              }
            },
            "color-convert": {
              "version": "1.9.3",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
              "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
              "requires": {
                "color-name": "1.1.3"
              }
            },
            "color-name": {
              "version": "1.1.3",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
              "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
            },
            "debug": {
              "version": "4.3.3",
              "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
              "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
              "requires": {
                "ms": "2.1.2"
              }
            },
            "has-flag": {
              "version": "3.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
              "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
            },
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
            },
            "supports-color": {
              "version": "5.5.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
              "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
              "requires": {
                "has-flag": "^3.0.0"
              }
            }
    
        "@babel/plugin-transform-unicode-escapes": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "version": "7.16.7",
    
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz",
          "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==",
    
          "requires": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        },
        "@babel/plugin-transform-unicode-regex": {
          "version": "7.16.7",
          "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz",
          "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==",
    
          "requires": {
    
            "@babel/helper-create-regexp-features-plugin": "^7.16.7",
            "@babel/helper-plugin-utils": "^7.16.7"
          },
          "dependencies": {
            "@babel/helper-plugin-utils": {
              "version": "7.16.7",
              "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
              "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
            }
    
        "@babel/polyfill": {
          "version": "7.12.1",
          "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz",
          "integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==",
    
          "requires": {
    
            "core-js": "^2.6.5",
            "regenerator-runtime": "^0.13.4"
    
        "@babel/preset-env": {
    
    Eugen Ciur's avatar
    Eugen Ciur committed
          "version": "7.16.8",
    
          "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.8.tgz",
          "integrity": "sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==",
    
          "requires": {
    
            "@babel/compat-data": "^7.16.8",
            "@babel/helper-compilation-targets": "^7.16.7",
    
    Eugen Ciur's avatar
    Eugen Ciur committed
            "@babel/helper-plugin-utils": "^7.16.7",
    
            "@babel/helper-validator-option": "^7.16.7",
            "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
            "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
            "@babel/plugin-proposal-async-generator-functions": "^7.16.8",
            "@babel/plugin-proposal-class-properties": "^7.16.7",
            "@babel/plugin-proposal-class-static-block": "^7.16.7",
            "@babel/plugin-proposal-dynamic-import": "^7.16.7",
            "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
            "@babel/plugin-proposal-json-strings": "^7.16.7",
            "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
            "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
            "@babel/plugin-proposal-numeric-separator": "^7.16.7",
            "@babel/plugin-proposal-object-rest-spread": "^7.16.7",
            "@babel/plugin-proposal-optional-catch-binding": "^7.16.7",
            "@babel/plugin-proposal-optional-chaining": "^7.16.7",
            "@babel/plugin-proposal-private-methods": "^7.16.7",
            "@babel/plugin-proposal-private-property-in-object": "^7.16.7",
            "@babel/plugin-proposal-unicode-property-regex": "^7.16.7",
            "@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.16.7",
            "@babel/plugin-transform-async-to-generator": "^7.16.8",
            "@babel/plugin-transform-block-scoped-functions": "^7.16.7",
            "@babel/plugin-transform-block-scoping": "^7.16.7",
            "@babel/plugin-transform-classes": "^7.16.7",
            "@babel/plugin-transform-computed-properties": "^7.16.7",
            "@babel/plugin-transform-destructuring": "^7.16.7",
            "@babel/plugin-transform-dotall-regex": "^7.16.7",
            "@babel/plugin-transform-duplicate-keys": "^7.16.7",
            "@babel/plugin-transform-exponentiation-operator": "^7.16.7",
            "@babel/plugin-transform-for-of": "^7.16.7",
            "@babel/plugin-transform-function-name": "^7.16.7",
            "@babel/plugin-transform-literals": "^7.16.7",
            "@babel/plugin-transform-member-expression-literals": "^7.16.7",
            "@babel/plugin-transform-modules-amd": "^7.16.7",
            "@babel/plugin-transform-modules-commonjs": "^7.16.8",
            "@babel/plugin-transform-modules-systemjs": "^7.16.7",
            "@babel/plugin-transform-modules-umd": "^7.16.7",
            "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8",
            "@babel/plugin-transform-new-target": "^7.16.7",
            "@babel/plugin-transform-object-super": "^7.16.7",
            "@babel/plugin-transform-parameters": "^7.16.7",
            "@babel/plugin-transform-property-literals": "^7.16.7",
            "@babel/plugin-transform-regenerator": "^7.16.7",
            "@babel/plugin-transform-reserved-words": "^7.16.7",
            "@babel/plugin-transform-shorthand-properties": "^7.16.7",
            "@babel/plugin-transform-spread": "^7.16.7",
            "@babel/plugin-transform-sticky-regex": "^7.16.7",
            "@babel/plugin-transform-template-literals": "^7.16.7",
            "@babel/plugin-transform-typeof-symbol": "^7.16.7",
            "@babel/plugin-transform-unicode-escapes": "^7.16.7",
            "@babel/plugin-transform-unicode-regex": "^7.16.7",
            "@babel/preset-modules": "^0.1.5",
            "@babel/types": "^7.16.8",
            "babel-plugin-polyfill-corejs2": "^0.3.0",
            "babel-plugin-polyfill-corejs3": "^0.5.0",
            "babel-plugin-polyfill-regenerator": "^0.3.0",