- Timestamp:
- 04/27/2022 02:23:47 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/package-lock.json
r52618 r53295 5 5 "requires": true, 6 6 "dependencies": { 7 "@ampproject/remapping": { 8 "version": "2.2.0", 9 "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", 10 "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", 11 "dev": true, 12 "requires": { 13 "@jridgewell/gen-mapping": "^0.1.0", 14 "@jridgewell/trace-mapping": "^0.3.9" 15 } 16 }, 7 17 "@babel/code-frame": { 8 "version": "7.1 2.13",9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.1 2.13.tgz",10 "integrity": "sha512- HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",11 "dev": true, 12 "requires": { 13 "@babel/highlight": "^7.1 2.13"18 "version": "7.16.7", 19 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", 20 "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", 21 "dev": true, 22 "requires": { 23 "@babel/highlight": "^7.16.7" 14 24 } 15 25 }, 16 26 "@babel/compat-data": { 17 "version": "7.1 4.4",18 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.1 4.4.tgz",19 "integrity": "sha512- i2wXrWQNkH6JplJQGn3Rd2I4Pij8GdHkXwHMxm+zV5YG/Jci+bCNrWZEWC4o+umiDkRrRs4dVzH3X4GP7vyjQQ==",27 "version": "7.17.7", 28 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", 29 "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==", 20 30 "dev": true 21 31 }, 22 32 "@babel/core": { 23 "version": "7.14.3", 24 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.14.3.tgz", 25 "integrity": "sha512-jB5AmTKOCSJIZ72sd78ECEhuPiDMKlQdDI/4QRI6lzYATx5SSogS1oQA2AoPecRCknm30gHi2l+QVvNUu3wZAg==", 26 "dev": true, 27 "requires": { 28 "@babel/code-frame": "^7.12.13", 29 "@babel/generator": "^7.14.3", 30 "@babel/helper-compilation-targets": "^7.13.16", 31 "@babel/helper-module-transforms": "^7.14.2", 32 "@babel/helpers": "^7.14.0", 33 "@babel/parser": "^7.14.3", 34 "@babel/template": "^7.12.13", 35 "@babel/traverse": "^7.14.2", 36 "@babel/types": "^7.14.2", 33 "version": "7.17.9", 34 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.9.tgz", 35 "integrity": "sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==", 36 "dev": true, 37 "requires": { 38 "@ampproject/remapping": "^2.1.0", 39 "@babel/code-frame": "^7.16.7", 40 "@babel/generator": "^7.17.9", 41 "@babel/helper-compilation-targets": "^7.17.7", 42 "@babel/helper-module-transforms": "^7.17.7", 43 "@babel/helpers": "^7.17.9", 44 "@babel/parser": "^7.17.9", 45 "@babel/template": "^7.16.7", 46 "@babel/traverse": "^7.17.9", 47 "@babel/types": "^7.17.0", 37 48 "convert-source-map": "^1.7.0", 38 49 "debug": "^4.1.0", 39 50 "gensync": "^1.0.0-beta.2", 40 "json5": "^2.1.2", 41 "semver": "^6.3.0", 42 "source-map": "^0.5.0" 51 "json5": "^2.2.1", 52 "semver": "^6.3.0" 53 } 54 }, 55 "@babel/eslint-parser": { 56 "version": "7.17.0", 57 "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.17.0.tgz", 58 "integrity": "sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==", 59 "dev": true, 60 "requires": { 61 "eslint-scope": "^5.1.1", 62 "eslint-visitor-keys": "^2.1.0", 63 "semver": "^6.3.0" 43 64 } 44 65 }, 45 66 "@babel/generator": { 46 "version": "7.1 4.3",47 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1 4.3.tgz",48 "integrity": "sha512- bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==",49 "dev": true, 50 "requires": { 51 "@babel/types": "^7.1 4.2",67 "version": "7.17.9", 68 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz", 69 "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==", 70 "dev": true, 71 "requires": { 72 "@babel/types": "^7.17.0", 52 73 "jsesc": "^2.5.1", 53 74 "source-map": "^0.5.0" … … 55 76 }, 56 77 "@babel/helper-annotate-as-pure": { 57 "version": "7.1 2.13",58 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.1 2.13.tgz",59 "integrity": "sha512- 7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==",60 "dev": true, 61 "requires": { 62 "@babel/types": "^7.1 2.13"78 "version": "7.16.7", 79 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz", 80 "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==", 81 "dev": true, 82 "requires": { 83 "@babel/types": "^7.16.7" 63 84 } 64 85 }, 65 86 "@babel/helper-builder-binary-assignment-operator-visitor": { 66 "version": "7.1 2.13",67 "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1 2.13.tgz",68 "integrity": "sha512-C ZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==",69 "dev": true, 70 "requires": { 71 "@babel/helper-explode-assignable-expression": "^7.1 2.13",72 "@babel/types": "^7.1 2.13"87 "version": "7.16.7", 88 "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz", 89 "integrity": "sha512-C6FdbRaxYjwVu/geKW4ZeQ0Q31AftgRcdSnZ5/jsH6BzCJbtvXvhpfkbkThYSuutZA7nCXpPR6AD9zd1dprMkA==", 90 "dev": true, 91 "requires": { 92 "@babel/helper-explode-assignable-expression": "^7.16.7", 93 "@babel/types": "^7.16.7" 73 94 } 74 95 }, 75 96 "@babel/helper-compilation-targets": { 76 "version": "7.1 4.4",77 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.1 4.4.tgz",78 "integrity": "sha512- JgdzOYZ/qGaKTVkn5qEDV/SXAh8KcyUVkCoSWGN8T3bwrgd6m+/dJa2kVGi6RJYJgEYPBdZ84BZp9dUjNWkBaA==",79 "dev": true, 80 "requires": { 81 "@babel/compat-data": "^7.1 4.4",82 "@babel/helper-validator-option": "^7.1 2.17",83 "browserslist": "^4.1 6.6",97 "version": "7.17.7", 98 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz", 99 "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==", 100 "dev": true, 101 "requires": { 102 "@babel/compat-data": "^7.17.7", 103 "@babel/helper-validator-option": "^7.16.7", 104 "browserslist": "^4.17.5", 84 105 "semver": "^6.3.0" 85 106 } 86 107 }, 87 108 "@babel/helper-create-class-features-plugin": { 88 "version": "7.14.4", 89 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.4.tgz", 90 "integrity": "sha512-idr3pthFlDCpV+p/rMgGLGYIVtazeatrSOQk8YzO2pAepIjQhCN3myeihVg58ax2bbbGK9PUE1reFi7axOYIOw==", 91 "dev": true, 92 "requires": { 93 "@babel/helper-annotate-as-pure": "^7.12.13", 94 "@babel/helper-function-name": "^7.14.2", 95 "@babel/helper-member-expression-to-functions": "^7.13.12", 96 "@babel/helper-optimise-call-expression": "^7.12.13", 97 "@babel/helper-replace-supers": "^7.14.4", 98 "@babel/helper-split-export-declaration": "^7.12.13" 109 "version": "7.17.9", 110 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.17.9.tgz", 111 "integrity": "sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==", 112 "dev": true, 113 "requires": { 114 "@babel/helper-annotate-as-pure": "^7.16.7", 115 "@babel/helper-environment-visitor": "^7.16.7", 116 "@babel/helper-function-name": "^7.17.9", 117 "@babel/helper-member-expression-to-functions": "^7.17.7", 118 "@babel/helper-optimise-call-expression": "^7.16.7", 119 "@babel/helper-replace-supers": "^7.16.7", 120 "@babel/helper-split-export-declaration": "^7.16.7" 99 121 } 100 122 }, 101 123 "@babel/helper-create-regexp-features-plugin": { 102 "version": "7.1 4.3",103 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.1 4.3.tgz",104 "integrity": "sha512- JIB2+XJrb7v3zceV2XzDhGIB902CmKGSpSl4q2C6agU9SNLG/2V1RtFRGPG1Ajh9STj3+q6zJMOC+N/pp2P9DA==",105 "dev": true, 106 "requires": { 107 "@babel/helper-annotate-as-pure": "^7.1 2.13",108 "regexpu-core": "^ 4.7.1"124 "version": "7.17.0", 125 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.17.0.tgz", 126 "integrity": "sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==", 127 "dev": true, 128 "requires": { 129 "@babel/helper-annotate-as-pure": "^7.16.7", 130 "regexpu-core": "^5.0.1" 109 131 } 110 132 }, 111 133 "@babel/helper-define-polyfill-provider": { 112 "version": "0. 2.3",113 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0. 2.3.tgz",114 "integrity": "sha512- RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==",134 "version": "0.3.1", 135 "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz", 136 "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==", 115 137 "dev": true, 116 138 "requires": { … … 125 147 } 126 148 }, 149 "@babel/helper-environment-visitor": { 150 "version": "7.16.7", 151 "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", 152 "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", 153 "dev": true, 154 "requires": { 155 "@babel/types": "^7.16.7" 156 } 157 }, 127 158 "@babel/helper-explode-assignable-expression": { 128 "version": "7.1 3.0",129 "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1 3.0.tgz",130 "integrity": "sha512- qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA==",131 "dev": true, 132 "requires": { 133 "@babel/types": "^7.1 3.0"159 "version": "7.16.7", 160 "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz", 161 "integrity": "sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==", 162 "dev": true, 163 "requires": { 164 "@babel/types": "^7.16.7" 134 165 } 135 166 }, 136 167 "@babel/helper-function-name": { 137 "version": "7.14.2", 138 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz", 139 "integrity": "sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==", 140 "dev": true, 141 "requires": { 142 "@babel/helper-get-function-arity": "^7.12.13", 143 "@babel/template": "^7.12.13", 144 "@babel/types": "^7.14.2" 145 } 146 }, 147 "@babel/helper-get-function-arity": { 148 "version": "7.12.13", 149 "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", 150 "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", 151 "dev": true, 152 "requires": { 153 "@babel/types": "^7.12.13" 168 "version": "7.17.9", 169 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", 170 "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", 171 "dev": true, 172 "requires": { 173 "@babel/template": "^7.16.7", 174 "@babel/types": "^7.17.0" 154 175 } 155 176 }, 156 177 "@babel/helper-hoist-variables": { 157 "version": "7.13.16", 158 "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz", 159 "integrity": "sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==", 160 "dev": true, 161 "requires": { 162 "@babel/traverse": "^7.13.15", 163 "@babel/types": "^7.13.16" 178 "version": "7.16.7", 179 "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", 180 "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", 181 "dev": true, 182 "requires": { 183 "@babel/types": "^7.16.7" 164 184 } 165 185 }, 166 186 "@babel/helper-member-expression-to-functions": { 167 "version": "7.1 3.12",168 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.1 3.12.tgz",169 "integrity": "sha512- 48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==",170 "dev": true, 171 "requires": { 172 "@babel/types": "^7.1 3.12"187 "version": "7.17.7", 188 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz", 189 "integrity": "sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==", 190 "dev": true, 191 "requires": { 192 "@babel/types": "^7.17.0" 173 193 } 174 194 }, 175 195 "@babel/helper-module-imports": { 176 "version": "7.1 3.12",177 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.1 3.12.tgz",178 "integrity": "sha512- 4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==",179 "dev": true, 180 "requires": { 181 "@babel/types": "^7.1 3.12"196 "version": "7.16.7", 197 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", 198 "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", 199 "dev": true, 200 "requires": { 201 "@babel/types": "^7.16.7" 182 202 } 183 203 }, 184 204 "@babel/helper-module-transforms": { 185 "version": "7.14.2", 186 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz", 187 "integrity": "sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==", 188 "dev": true, 189 "requires": { 190 "@babel/helper-module-imports": "^7.13.12", 191 "@babel/helper-replace-supers": "^7.13.12", 192 "@babel/helper-simple-access": "^7.13.12", 193 "@babel/helper-split-export-declaration": "^7.12.13", 194 "@babel/helper-validator-identifier": "^7.14.0", 195 "@babel/template": "^7.12.13", 196 "@babel/traverse": "^7.14.2", 197 "@babel/types": "^7.14.2" 198 }, 199 "dependencies": { 200 "@babel/helper-validator-identifier": { 201 "version": "7.14.0", 202 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", 203 "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==", 204 "dev": true 205 } 205 "version": "7.17.7", 206 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", 207 "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", 208 "dev": true, 209 "requires": { 210 "@babel/helper-environment-visitor": "^7.16.7", 211 "@babel/helper-module-imports": "^7.16.7", 212 "@babel/helper-simple-access": "^7.17.7", 213 "@babel/helper-split-export-declaration": "^7.16.7", 214 "@babel/helper-validator-identifier": "^7.16.7", 215 "@babel/template": "^7.16.7", 216 "@babel/traverse": "^7.17.3", 217 "@babel/types": "^7.17.0" 206 218 } 207 219 }, 208 220 "@babel/helper-optimise-call-expression": { 209 "version": "7.1 2.13",210 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.1 2.13.tgz",211 "integrity": "sha512- BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==",212 "dev": true, 213 "requires": { 214 "@babel/types": "^7.1 2.13"221 "version": "7.16.7", 222 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz", 223 "integrity": "sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==", 224 "dev": true, 225 "requires": { 226 "@babel/types": "^7.16.7" 215 227 } 216 228 }, 217 229 "@babel/helper-plugin-utils": { 218 "version": "7.1 3.0",219 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.1 3.0.tgz",220 "integrity": "sha512- ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==",230 "version": "7.16.7", 231 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", 232 "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", 221 233 "dev": true 222 234 }, 223 235 "@babel/helper-remap-async-to-generator": { 224 "version": "7.1 3.0",225 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1 3.0.tgz",226 "integrity": "sha512- pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg==",227 "dev": true, 228 "requires": { 229 "@babel/helper-annotate-as-pure": "^7.1 2.13",230 "@babel/helper-wrap-function": "^7.1 3.0",231 "@babel/types": "^7.1 3.0"236 "version": "7.16.8", 237 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz", 238 "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==", 239 "dev": true, 240 "requires": { 241 "@babel/helper-annotate-as-pure": "^7.16.7", 242 "@babel/helper-wrap-function": "^7.16.8", 243 "@babel/types": "^7.16.8" 232 244 } 233 245 }, 234 246 "@babel/helper-replace-supers": { 235 "version": "7.14.4", 236 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.14.4.tgz", 237 "integrity": "sha512-zZ7uHCWlxfEAAOVDYQpEf/uyi1dmeC7fX4nCf2iz9drnCwi1zvwXL3HwWWNXUQEJ1k23yVn3VbddiI9iJEXaTQ==", 238 "dev": true, 239 "requires": { 240 "@babel/helper-member-expression-to-functions": "^7.13.12", 241 "@babel/helper-optimise-call-expression": "^7.12.13", 242 "@babel/traverse": "^7.14.2", 243 "@babel/types": "^7.14.4" 247 "version": "7.16.7", 248 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz", 249 "integrity": "sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==", 250 "dev": true, 251 "requires": { 252 "@babel/helper-environment-visitor": "^7.16.7", 253 "@babel/helper-member-expression-to-functions": "^7.16.7", 254 "@babel/helper-optimise-call-expression": "^7.16.7", 255 "@babel/traverse": "^7.16.7", 256 "@babel/types": "^7.16.7" 244 257 } 245 258 }, 246 259 "@babel/helper-simple-access": { 247 "version": "7.1 3.12",248 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1 3.12.tgz",249 "integrity": "sha512- 7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==",250 "dev": true, 251 "requires": { 252 "@babel/types": "^7.1 3.12"260 "version": "7.17.7", 261 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", 262 "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", 263 "dev": true, 264 "requires": { 265 "@babel/types": "^7.17.0" 253 266 } 254 267 }, 255 268 "@babel/helper-skip-transparent-expression-wrappers": { 256 "version": "7.1 2.1",257 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.1 2.1.tgz",258 "integrity": "sha512- Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA==",259 "dev": true, 260 "requires": { 261 "@babel/types": "^7.1 2.1"269 "version": "7.16.0", 270 "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz", 271 "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==", 272 "dev": true, 273 "requires": { 274 "@babel/types": "^7.16.0" 262 275 } 263 276 }, 264 277 "@babel/helper-split-export-declaration": { 265 "version": "7.1 2.13",266 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.1 2.13.tgz",267 "integrity": "sha512- tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==",268 "dev": true, 269 "requires": { 270 "@babel/types": "^7.1 2.13"278 "version": "7.16.7", 279 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", 280 "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", 281 "dev": true, 282 "requires": { 283 "@babel/types": "^7.16.7" 271 284 } 272 285 }, 273 286 "@babel/helper-validator-identifier": { 274 "version": "7.1 2.11",275 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.1 2.11.tgz",276 "integrity": "sha512- np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==",287 "version": "7.16.7", 288 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", 289 "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", 277 290 "dev": true 278 291 }, 279 292 "@babel/helper-validator-option": { 280 "version": "7.1 2.17",281 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.1 2.17.tgz",282 "integrity": "sha512-T opkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==",293 "version": "7.16.7", 294 "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", 295 "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", 283 296 "dev": true 284 297 }, 285 298 "@babel/helper-wrap-function": { 286 "version": "7.1 3.0",287 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.1 3.0.tgz",288 "integrity": "sha512- 1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA==",289 "dev": true, 290 "requires": { 291 "@babel/helper-function-name": "^7.1 2.13",292 "@babel/template": "^7.1 2.13",293 "@babel/traverse": "^7.1 3.0",294 "@babel/types": "^7.1 3.0"299 "version": "7.16.8", 300 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz", 301 "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==", 302 "dev": true, 303 "requires": { 304 "@babel/helper-function-name": "^7.16.7", 305 "@babel/template": "^7.16.7", 306 "@babel/traverse": "^7.16.8", 307 "@babel/types": "^7.16.8" 295 308 } 296 309 }, 297 310 "@babel/helpers": { 298 "version": "7.1 4.0",299 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.1 4.0.tgz",300 "integrity": "sha512- +ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==",301 "dev": true, 302 "requires": { 303 "@babel/template": "^7.1 2.13",304 "@babel/traverse": "^7.1 4.0",305 "@babel/types": "^7.1 4.0"311 "version": "7.17.9", 312 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.9.tgz", 313 "integrity": "sha512-cPCt915ShDWUEzEp3+UNRktO2n6v49l5RSnG9M5pS24hA+2FAc5si+Pn1i4VVbQQ+jh+bIZhPFQOJOzbrOYY1Q==", 314 "dev": true, 315 "requires": { 316 "@babel/template": "^7.16.7", 317 "@babel/traverse": "^7.17.9", 318 "@babel/types": "^7.17.0" 306 319 } 307 320 }, 308 321 "@babel/highlight": { 309 "version": "7.1 3.10",310 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.1 3.10.tgz",311 "integrity": "sha512- 5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==",312 "dev": true, 313 "requires": { 314 "@babel/helper-validator-identifier": "^7.1 2.11",322 "version": "7.17.9", 323 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz", 324 "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==", 325 "dev": true, 326 "requires": { 327 "@babel/helper-validator-identifier": "^7.16.7", 315 328 "chalk": "^2.0.0", 316 329 "js-tokens": "^4.0.0" … … 331 344 }, 332 345 "@babel/parser": { 333 "version": "7.14.4", 334 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.14.4.tgz", 335 "integrity": "sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==", 336 "dev": true 346 "version": "7.17.9", 347 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz", 348 "integrity": "sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==", 349 "dev": true 350 }, 351 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { 352 "version": "7.16.7", 353 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz", 354 "integrity": "sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==", 355 "dev": true, 356 "requires": { 357 "@babel/helper-plugin-utils": "^7.16.7" 358 } 337 359 }, 338 360 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { 339 "version": "7.1 3.12",340 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.1 3.12.tgz",341 "integrity": "sha512-d 0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==",342 "dev": true, 343 "requires": { 344 "@babel/helper-plugin-utils": "^7.1 3.0",345 "@babel/helper-skip-transparent-expression-wrappers": "^7.1 2.1",346 "@babel/plugin-proposal-optional-chaining": "^7.1 3.12"361 "version": "7.16.7", 362 "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz", 363 "integrity": "sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==", 364 "dev": true, 365 "requires": { 366 "@babel/helper-plugin-utils": "^7.16.7", 367 "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", 368 "@babel/plugin-proposal-optional-chaining": "^7.16.7" 347 369 } 348 370 }, 349 371 "@babel/plugin-proposal-async-generator-functions": { 350 "version": "7.1 4.2",351 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1 4.2.tgz",352 "integrity": "sha512- b1AM4F6fwck4N8ItZ/AtC4FP/cqZqmKRQ4FaTDutwSYyjuhtvsGEMLK4N/ztV/ImP40BjIDyMgBQAeAMsQYVFQ==",353 "dev": true, 354 "requires": { 355 "@babel/helper-plugin-utils": "^7.1 3.0",356 "@babel/helper-remap-async-to-generator": "^7.1 3.0",372 "version": "7.16.8", 373 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz", 374 "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==", 375 "dev": true, 376 "requires": { 377 "@babel/helper-plugin-utils": "^7.16.7", 378 "@babel/helper-remap-async-to-generator": "^7.16.8", 357 379 "@babel/plugin-syntax-async-generators": "^7.8.4" 358 380 } 359 381 }, 360 382 "@babel/plugin-proposal-class-properties": { 361 "version": "7.1 3.0",362 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.1 3.0.tgz",363 "integrity": "sha512- KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg==",364 "dev": true, 365 "requires": { 366 "@babel/helper-create-class-features-plugin": "^7.1 3.0",367 "@babel/helper-plugin-utils": "^7.1 3.0"383 "version": "7.16.7", 384 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz", 385 "integrity": "sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==", 386 "dev": true, 387 "requires": { 388 "@babel/helper-create-class-features-plugin": "^7.16.7", 389 "@babel/helper-plugin-utils": "^7.16.7" 368 390 } 369 391 }, 370 392 "@babel/plugin-proposal-class-static-block": { 371 "version": "7.1 4.3",372 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.1 4.3.tgz",373 "integrity": "sha512- HEjzp5q+lWSjAgJtSluFDrGGosmwTgKwCXdDQZvhKsRlwv3YdkUEqxNrrjesJd+B9E9zvr1PVPVBvhYZ9msjvQ==",374 "dev": true, 375 "requires": { 376 "@babel/helper-create-class-features-plugin": "^7.1 4.3",377 "@babel/helper-plugin-utils": "^7.1 3.0",378 "@babel/plugin-syntax-class-static-block": "^7.1 2.13"393 "version": "7.17.6", 394 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.17.6.tgz", 395 "integrity": "sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==", 396 "dev": true, 397 "requires": { 398 "@babel/helper-create-class-features-plugin": "^7.17.6", 399 "@babel/helper-plugin-utils": "^7.16.7", 400 "@babel/plugin-syntax-class-static-block": "^7.14.5" 379 401 } 380 402 }, 381 403 "@babel/plugin-proposal-dynamic-import": { 382 "version": "7.1 4.2",383 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.1 4.2.tgz",384 "integrity": "sha512- oxVQZIWFh91vuNEMKltqNsKLFWkOIyJc95k2Gv9lWVyDfPUQGSSlbDEgWuJUU1afGE9WwlzpucMZ3yDRHIItkA==",385 "dev": true, 386 "requires": { 387 "@babel/helper-plugin-utils": "^7.1 3.0",404 "version": "7.16.7", 405 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz", 406 "integrity": "sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==", 407 "dev": true, 408 "requires": { 409 "@babel/helper-plugin-utils": "^7.16.7", 388 410 "@babel/plugin-syntax-dynamic-import": "^7.8.3" 389 411 } 390 412 }, 391 413 "@babel/plugin-proposal-export-namespace-from": { 392 "version": "7.1 4.2",393 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.1 4.2.tgz",394 "integrity": "sha512- sRxW3z3Zp3pFfLAgVEvzTFutTXax837oOatUIvSG9o5gRj9mKwm3br1Se5f4QalTQs9x4AzlA/HrCWbQIHASUQ==",395 "dev": true, 396 "requires": { 397 "@babel/helper-plugin-utils": "^7.1 3.0",414 "version": "7.16.7", 415 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz", 416 "integrity": "sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==", 417 "dev": true, 418 "requires": { 419 "@babel/helper-plugin-utils": "^7.16.7", 398 420 "@babel/plugin-syntax-export-namespace-from": "^7.8.3" 399 421 } 400 422 }, 401 423 "@babel/plugin-proposal-json-strings": { 402 "version": "7.1 4.2",403 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.1 4.2.tgz",404 "integrity": "sha512- w2DtsfXBBJddJacXMBhElGEYqCZQqN99Se1qeYn8DVLB33owlrlLftIbMzn5nz1OITfDVknXF433tBrLEAOEjA==",405 "dev": true, 406 "requires": { 407 "@babel/helper-plugin-utils": "^7.1 3.0",424 "version": "7.16.7", 425 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz", 426 "integrity": "sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==", 427 "dev": true, 428 "requires": { 429 "@babel/helper-plugin-utils": "^7.16.7", 408 430 "@babel/plugin-syntax-json-strings": "^7.8.3" 409 431 } 410 432 }, 411 433 "@babel/plugin-proposal-logical-assignment-operators": { 412 "version": "7.1 4.2",413 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.1 4.2.tgz",414 "integrity": "sha512- 1JAZtUrqYyGsS7IDmFeaem+/LJqujfLZ2weLR9ugB0ufUPjzf8cguyVT1g5im7f7RXxuLq1xUxEzvm68uYRtGg==",415 "dev": true, 416 "requires": { 417 "@babel/helper-plugin-utils": "^7.1 3.0",434 "version": "7.16.7", 435 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz", 436 "integrity": "sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==", 437 "dev": true, 438 "requires": { 439 "@babel/helper-plugin-utils": "^7.16.7", 418 440 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" 419 441 } 420 442 }, 421 443 "@babel/plugin-proposal-nullish-coalescing-operator": { 422 "version": "7.1 4.2",423 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.1 4.2.tgz",424 "integrity": "sha512- ebR0zU9OvI2N4qiAC38KIAK75KItpIPTpAtd2r4OZmMFeKbKJpUFLYP2EuDut82+BmYi8sz42B+TfTptJ9iG5Q==",425 "dev": true, 426 "requires": { 427 "@babel/helper-plugin-utils": "^7.1 3.0",444 "version": "7.16.7", 445 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz", 446 "integrity": "sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==", 447 "dev": true, 448 "requires": { 449 "@babel/helper-plugin-utils": "^7.16.7", 428 450 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" 429 451 } 430 452 }, 431 453 "@babel/plugin-proposal-numeric-separator": { 432 "version": "7.1 4.2",433 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.1 4.2.tgz",434 "integrity": "sha512- DcTQY9syxu9BpU3Uo94fjCB3LN9/hgPS8oUL7KrSW3bA2ePrKZZPJcc5y0hoJAM9dft3pGfErtEUvxXQcfLxUg==",435 "dev": true, 436 "requires": { 437 "@babel/helper-plugin-utils": "^7.1 3.0",454 "version": "7.16.7", 455 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz", 456 "integrity": "sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==", 457 "dev": true, 458 "requires": { 459 "@babel/helper-plugin-utils": "^7.16.7", 438 460 "@babel/plugin-syntax-numeric-separator": "^7.10.4" 439 461 } 440 462 }, 441 463 "@babel/plugin-proposal-object-rest-spread": { 442 "version": "7.1 4.4",443 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.1 4.4.tgz",444 "integrity": "sha512- AYosOWBlyyXEagrPRfLJ1enStufsr7D1+ddpj8OLi9k7B6+NdZ0t/9V7Fh+wJ4g2Jol8z2JkgczYqtWrZd4vbA==",445 "dev": true, 446 "requires": { 447 "@babel/compat-data": "^7.1 4.4",448 "@babel/helper-compilation-targets": "^7.1 4.4",449 "@babel/helper-plugin-utils": "^7.1 3.0",464 "version": "7.17.3", 465 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.17.3.tgz", 466 "integrity": "sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==", 467 "dev": true, 468 "requires": { 469 "@babel/compat-data": "^7.17.0", 470 "@babel/helper-compilation-targets": "^7.16.7", 471 "@babel/helper-plugin-utils": "^7.16.7", 450 472 "@babel/plugin-syntax-object-rest-spread": "^7.8.3", 451 "@babel/plugin-transform-parameters": "^7.1 4.2"473 "@babel/plugin-transform-parameters": "^7.16.7" 452 474 } 453 475 }, 454 476 "@babel/plugin-proposal-optional-catch-binding": { 455 "version": "7.1 4.2",456 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.1 4.2.tgz",457 "integrity": "sha512- XtkJsmJtBaUbOxZsNk0Fvrv8eiqgneug0A6aqLFZ4TSkar2L5dSXWcnUKHgmjJt49pyB/6ZHvkr3dPgl9MOWRQ==",458 "dev": true, 459 "requires": { 460 "@babel/helper-plugin-utils": "^7.1 3.0",477 "version": "7.16.7", 478 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz", 479 "integrity": "sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==", 480 "dev": true, 481 "requires": { 482 "@babel/helper-plugin-utils": "^7.16.7", 461 483 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" 462 484 } 463 485 }, 464 486 "@babel/plugin-proposal-optional-chaining": { 465 "version": "7.1 4.2",466 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.1 4.2.tgz",467 "integrity": "sha512- qQByMRPwMZJainfig10BoaDldx/+VDtNcrA7qdNaEOAj6VXud+gfrkA8j4CRAU5HjnWREXqIpSpH30qZX1xivA==",468 "dev": true, 469 "requires": { 470 "@babel/helper-plugin-utils": "^7.1 3.0",471 "@babel/helper-skip-transparent-expression-wrappers": "^7.1 2.1",487 "version": "7.16.7", 488 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz", 489 "integrity": "sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==", 490 "dev": true, 491 "requires": { 492 "@babel/helper-plugin-utils": "^7.16.7", 493 "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", 472 494 "@babel/plugin-syntax-optional-chaining": "^7.8.3" 473 495 } 474 496 }, 475 497 "@babel/plugin-proposal-private-methods": { 476 "version": "7.1 3.0",477 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.1 3.0.tgz",478 "integrity": "sha512- MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q==",479 "dev": true, 480 "requires": { 481 "@babel/helper-create-class-features-plugin": "^7.1 3.0",482 "@babel/helper-plugin-utils": "^7.1 3.0"498 "version": "7.16.11", 499 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.11.tgz", 500 "integrity": "sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==", 501 "dev": true, 502 "requires": { 503 "@babel/helper-create-class-features-plugin": "^7.16.10", 504 "@babel/helper-plugin-utils": "^7.16.7" 483 505 } 484 506 }, 485 507 "@babel/plugin-proposal-private-property-in-object": { 486 "version": "7.1 4.0",487 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.1 4.0.tgz",488 "integrity": "sha512- 59ANdmEwwRUkLjB7CRtwJxxwtjESw+X2IePItA+RGQh+oy5RmpCh/EvVVvh5XQc3yxsm5gtv0+i9oBZhaDNVTg==",489 "dev": true, 490 "requires": { 491 "@babel/helper-annotate-as-pure": "^7.1 2.13",492 "@babel/helper-create-class-features-plugin": "^7.1 4.0",493 "@babel/helper-plugin-utils": "^7.1 3.0",494 "@babel/plugin-syntax-private-property-in-object": "^7.14. 0"508 "version": "7.16.7", 509 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz", 510 "integrity": "sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==", 511 "dev": true, 512 "requires": { 513 "@babel/helper-annotate-as-pure": "^7.16.7", 514 "@babel/helper-create-class-features-plugin": "^7.16.7", 515 "@babel/helper-plugin-utils": "^7.16.7", 516 "@babel/plugin-syntax-private-property-in-object": "^7.14.5" 495 517 } 496 518 }, 497 519 "@babel/plugin-proposal-unicode-property-regex": { 498 "version": "7.1 2.13",499 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.1 2.13.tgz",500 "integrity": "sha512- XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg==",501 "dev": true, 502 "requires": { 503 "@babel/helper-create-regexp-features-plugin": "^7.1 2.13",504 "@babel/helper-plugin-utils": "^7.1 2.13"520 "version": "7.16.7", 521 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz", 522 "integrity": "sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==", 523 "dev": true, 524 "requires": { 525 "@babel/helper-create-regexp-features-plugin": "^7.16.7", 526 "@babel/helper-plugin-utils": "^7.16.7" 505 527 } 506 528 }, … … 533 555 }, 534 556 "@babel/plugin-syntax-class-static-block": { 535 "version": "7.1 2.13",536 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.1 2.13.tgz",537 "integrity": "sha512- ZmKQ0ZXR0nYpHZIIuj9zE7oIqCx2hw9TKi+lIo73NNrMPAZGHfS92/VRV0ZmPj6H2ffBgyFHXvJ5NYsNeEaP2A==",538 "dev": true, 539 "requires": { 540 "@babel/helper-plugin-utils": "^7.1 2.13"557 "version": "7.14.5", 558 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", 559 "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", 560 "dev": true, 561 "requires": { 562 "@babel/helper-plugin-utils": "^7.14.5" 541 563 } 542 564 }, … … 578 600 }, 579 601 "@babel/plugin-syntax-jsx": { 580 "version": "7.1 2.13",581 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.1 2.13.tgz",582 "integrity": "sha512- d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==",583 "dev": true, 584 "requires": { 585 "@babel/helper-plugin-utils": "^7.1 2.13"602 "version": "7.16.7", 603 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.7.tgz", 604 "integrity": "sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==", 605 "dev": true, 606 "requires": { 607 "@babel/helper-plugin-utils": "^7.16.7" 586 608 } 587 609 }, … … 641 663 }, 642 664 "@babel/plugin-syntax-private-property-in-object": { 643 "version": "7.14. 0",644 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14. 0.tgz",645 "integrity": "sha512- bda3xF8wGl5/5btF794utNOL0Jw+9jE5C1sLZcoK7c4uonE/y3iQiyG+KbkF3WBV/paX58VCpjhxLPkdj5Fe4w==",646 "dev": true, 647 "requires": { 648 "@babel/helper-plugin-utils": "^7.1 3.0"665 "version": "7.14.5", 666 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", 667 "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", 668 "dev": true, 669 "requires": { 670 "@babel/helper-plugin-utils": "^7.14.5" 649 671 } 650 672 }, 651 673 "@babel/plugin-syntax-top-level-await": { 652 "version": "7.1 2.13",653 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.1 2.13.tgz",654 "integrity": "sha512- A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==",655 "dev": true, 656 "requires": { 657 "@babel/helper-plugin-utils": "^7.1 2.13"674 "version": "7.14.5", 675 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", 676 "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", 677 "dev": true, 678 "requires": { 679 "@babel/helper-plugin-utils": "^7.14.5" 658 680 } 659 681 }, 660 682 "@babel/plugin-syntax-typescript": { 661 "version": "7.1 2.13",662 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.1 2.13.tgz",663 "integrity": "sha512- cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w==",664 "dev": true, 665 "requires": { 666 "@babel/helper-plugin-utils": "^7.1 2.13"683 "version": "7.16.7", 684 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz", 685 "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==", 686 "dev": true, 687 "requires": { 688 "@babel/helper-plugin-utils": "^7.16.7" 667 689 } 668 690 }, 669 691 "@babel/plugin-transform-arrow-functions": { 670 "version": "7.1 3.0",671 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.1 3.0.tgz",672 "integrity": "sha512-9 6lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg==",673 "dev": true, 674 "requires": { 675 "@babel/helper-plugin-utils": "^7.1 3.0"692 "version": "7.16.7", 693 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz", 694 "integrity": "sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==", 695 "dev": true, 696 "requires": { 697 "@babel/helper-plugin-utils": "^7.16.7" 676 698 } 677 699 }, 678 700 "@babel/plugin-transform-async-to-generator": { 679 "version": "7.1 3.0",680 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.1 3.0.tgz",681 "integrity": "sha512- 3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg==",682 "dev": true, 683 "requires": { 684 "@babel/helper-module-imports": "^7.1 2.13",685 "@babel/helper-plugin-utils": "^7.1 3.0",686 "@babel/helper-remap-async-to-generator": "^7.1 3.0"701 "version": "7.16.8", 702 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz", 703 "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==", 704 "dev": true, 705 "requires": { 706 "@babel/helper-module-imports": "^7.16.7", 707 "@babel/helper-plugin-utils": "^7.16.7", 708 "@babel/helper-remap-async-to-generator": "^7.16.8" 687 709 } 688 710 }, 689 711 "@babel/plugin-transform-block-scoped-functions": { 690 "version": "7.1 2.13",691 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.1 2.13.tgz",692 "integrity": "sha512- zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==",693 "dev": true, 694 "requires": { 695 "@babel/helper-plugin-utils": "^7.1 2.13"712 "version": "7.16.7", 713 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz", 714 "integrity": "sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==", 715 "dev": true, 716 "requires": { 717 "@babel/helper-plugin-utils": "^7.16.7" 696 718 } 697 719 }, 698 720 "@babel/plugin-transform-block-scoping": { 699 "version": "7.1 4.4",700 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1 4.4.tgz",701 "integrity": "sha512- 5KdpkGxsZlTk+fPleDtGKsA+pon28+ptYmMO8GBSa5fHERCJWAzj50uAfCKBqq42HO+Zot6JF1x37CRprwmN4g==",702 "dev": true, 703 "requires": { 704 "@babel/helper-plugin-utils": "^7.1 3.0"721 "version": "7.16.7", 722 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz", 723 "integrity": "sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==", 724 "dev": true, 725 "requires": { 726 "@babel/helper-plugin-utils": "^7.16.7" 705 727 } 706 728 }, 707 729 "@babel/plugin-transform-classes": { 708 "version": "7.14.4", 709 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.4.tgz", 710 "integrity": "sha512-p73t31SIj6y94RDVX57rafVjttNr8MvKEgs5YFatNB/xC68zM3pyosuOEcQmYsYlyQaGY9R7rAULVRcat5FKJQ==", 711 "dev": true, 712 "requires": { 713 "@babel/helper-annotate-as-pure": "^7.12.13", 714 "@babel/helper-function-name": "^7.14.2", 715 "@babel/helper-optimise-call-expression": "^7.12.13", 716 "@babel/helper-plugin-utils": "^7.13.0", 717 "@babel/helper-replace-supers": "^7.14.4", 718 "@babel/helper-split-export-declaration": "^7.12.13", 730 "version": "7.16.7", 731 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz", 732 "integrity": "sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==", 733 "dev": true, 734 "requires": { 735 "@babel/helper-annotate-as-pure": "^7.16.7", 736 "@babel/helper-environment-visitor": "^7.16.7", 737 "@babel/helper-function-name": "^7.16.7", 738 "@babel/helper-optimise-call-expression": "^7.16.7", 739 "@babel/helper-plugin-utils": "^7.16.7", 740 "@babel/helper-replace-supers": "^7.16.7", 741 "@babel/helper-split-export-declaration": "^7.16.7", 719 742 "globals": "^11.1.0" 720 743 } 721 744 }, 722 745 "@babel/plugin-transform-computed-properties": { 723 "version": "7.1 3.0",724 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.1 3.0.tgz",725 "integrity": "sha512- RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg==",726 "dev": true, 727 "requires": { 728 "@babel/helper-plugin-utils": "^7.1 3.0"746 "version": "7.16.7", 747 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz", 748 "integrity": "sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==", 749 "dev": true, 750 "requires": { 751 "@babel/helper-plugin-utils": "^7.16.7" 729 752 } 730 753 }, 731 754 "@babel/plugin-transform-destructuring": { 732 "version": "7.1 4.4",733 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.1 4.4.tgz",734 "integrity": "sha512- JyywKreTCGTUsL1OKu1A3ms/R1sTP0WxbpXlALeGzF53eB3bxtNkYdMj9SDgK7g6ImPy76J5oYYKoTtQImlhQA==",735 "dev": true, 736 "requires": { 737 "@babel/helper-plugin-utils": "^7.1 3.0"755 "version": "7.17.7", 756 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.17.7.tgz", 757 "integrity": "sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==", 758 "dev": true, 759 "requires": { 760 "@babel/helper-plugin-utils": "^7.16.7" 738 761 } 739 762 }, 740 763 "@babel/plugin-transform-dotall-regex": { 741 "version": "7.1 2.13",742 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.1 2.13.tgz",743 "integrity": "sha512- foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ==",744 "dev": true, 745 "requires": { 746 "@babel/helper-create-regexp-features-plugin": "^7.1 2.13",747 "@babel/helper-plugin-utils": "^7.1 2.13"764 "version": "7.16.7", 765 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz", 766 "integrity": "sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==", 767 "dev": true, 768 "requires": { 769 "@babel/helper-create-regexp-features-plugin": "^7.16.7", 770 "@babel/helper-plugin-utils": "^7.16.7" 748 771 } 749 772 }, 750 773 "@babel/plugin-transform-duplicate-keys": { 751 "version": "7.1 2.13",752 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.1 2.13.tgz",753 "integrity": "sha512- NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ==",754 "dev": true, 755 "requires": { 756 "@babel/helper-plugin-utils": "^7.1 2.13"774 "version": "7.16.7", 775 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz", 776 "integrity": "sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==", 777 "dev": true, 778 "requires": { 779 "@babel/helper-plugin-utils": "^7.16.7" 757 780 } 758 781 }, 759 782 "@babel/plugin-transform-exponentiation-operator": { 760 "version": "7.1 2.13",761 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.1 2.13.tgz",762 "integrity": "sha512- fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA==",763 "dev": true, 764 "requires": { 765 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1 2.13",766 "@babel/helper-plugin-utils": "^7.1 2.13"783 "version": "7.16.7", 784 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz", 785 "integrity": "sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==", 786 "dev": true, 787 "requires": { 788 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.7", 789 "@babel/helper-plugin-utils": "^7.16.7" 767 790 } 768 791 }, 769 792 "@babel/plugin-transform-for-of": { 770 "version": "7.1 3.0",771 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.1 3.0.tgz",772 "integrity": "sha512- IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg==",773 "dev": true, 774 "requires": { 775 "@babel/helper-plugin-utils": "^7.1 3.0"793 "version": "7.16.7", 794 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz", 795 "integrity": "sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==", 796 "dev": true, 797 "requires": { 798 "@babel/helper-plugin-utils": "^7.16.7" 776 799 } 777 800 }, 778 801 "@babel/plugin-transform-function-name": { 779 "version": "7.12.13", 780 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz", 781 "integrity": "sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==", 782 "dev": true, 783 "requires": { 784 "@babel/helper-function-name": "^7.12.13", 785 "@babel/helper-plugin-utils": "^7.12.13" 802 "version": "7.16.7", 803 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz", 804 "integrity": "sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==", 805 "dev": true, 806 "requires": { 807 "@babel/helper-compilation-targets": "^7.16.7", 808 "@babel/helper-function-name": "^7.16.7", 809 "@babel/helper-plugin-utils": "^7.16.7" 786 810 } 787 811 }, 788 812 "@babel/plugin-transform-literals": { 789 "version": "7.1 2.13",790 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.1 2.13.tgz",791 "integrity": "sha512- FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==",792 "dev": true, 793 "requires": { 794 "@babel/helper-plugin-utils": "^7.1 2.13"813 "version": "7.16.7", 814 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz", 815 "integrity": "sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==", 816 "dev": true, 817 "requires": { 818 "@babel/helper-plugin-utils": "^7.16.7" 795 819 } 796 820 }, 797 821 "@babel/plugin-transform-member-expression-literals": { 798 "version": "7.1 2.13",799 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.1 2.13.tgz",800 "integrity": "sha512- kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==",801 "dev": true, 802 "requires": { 803 "@babel/helper-plugin-utils": "^7.1 2.13"822 "version": "7.16.7", 823 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz", 824 "integrity": "sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==", 825 "dev": true, 826 "requires": { 827 "@babel/helper-plugin-utils": "^7.16.7" 804 828 } 805 829 }, 806 830 "@babel/plugin-transform-modules-amd": { 807 "version": "7.1 4.2",808 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.1 4.2.tgz",809 "integrity": "sha512- hPC6XBswt8P3G2D1tSV2HzdKvkqOpmbyoy+g73JG0qlF/qx2y3KaMmXb1fLrpmWGLZYA0ojCvaHdzFWjlmV+Pw==",810 "dev": true, 811 "requires": { 812 "@babel/helper-module-transforms": "^7.1 4.2",813 "@babel/helper-plugin-utils": "^7.1 3.0",831 "version": "7.16.7", 832 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz", 833 "integrity": "sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==", 834 "dev": true, 835 "requires": { 836 "@babel/helper-module-transforms": "^7.16.7", 837 "@babel/helper-plugin-utils": "^7.16.7", 814 838 "babel-plugin-dynamic-import-node": "^2.3.3" 815 839 } 816 840 }, 817 841 "@babel/plugin-transform-modules-commonjs": { 818 "version": "7.1 4.0",819 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.1 4.0.tgz",820 "integrity": "sha512- EX4QePlsTaRZQmw9BsoPeyh5OCtRGIhwfLquhxGp5e32w+dyL8htOcDwamlitmNFK6xBZYlygjdye9dbd9rUlQ==",821 "dev": true, 822 "requires": { 823 "@babel/helper-module-transforms": "^7.1 4.0",824 "@babel/helper-plugin-utils": "^7.1 3.0",825 "@babel/helper-simple-access": "^7.1 3.12",842 "version": "7.17.9", 843 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.17.9.tgz", 844 "integrity": "sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==", 845 "dev": true, 846 "requires": { 847 "@babel/helper-module-transforms": "^7.17.7", 848 "@babel/helper-plugin-utils": "^7.16.7", 849 "@babel/helper-simple-access": "^7.17.7", 826 850 "babel-plugin-dynamic-import-node": "^2.3.3" 827 851 } 828 852 }, 829 853 "@babel/plugin-transform-modules-systemjs": { 830 "version": "7.1 3.8",831 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.1 3.8.tgz",832 "integrity": "sha512- hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A==",833 "dev": true, 834 "requires": { 835 "@babel/helper-hoist-variables": "^7.1 3.0",836 "@babel/helper-module-transforms": "^7.1 3.0",837 "@babel/helper-plugin-utils": "^7.1 3.0",838 "@babel/helper-validator-identifier": "^7.1 2.11",854 "version": "7.17.8", 855 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.17.8.tgz", 856 "integrity": "sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==", 857 "dev": true, 858 "requires": { 859 "@babel/helper-hoist-variables": "^7.16.7", 860 "@babel/helper-module-transforms": "^7.17.7", 861 "@babel/helper-plugin-utils": "^7.16.7", 862 "@babel/helper-validator-identifier": "^7.16.7", 839 863 "babel-plugin-dynamic-import-node": "^2.3.3" 840 864 } 841 865 }, 842 866 "@babel/plugin-transform-modules-umd": { 843 "version": "7.1 4.0",844 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.1 4.0.tgz",845 "integrity": "sha512- nPZdnWtXXeY7I87UZr9VlsWme3Y0cfFFE41Wbxz4bbaexAjNMInXPFUpRRUJ8NoMm0Cw+zxbqjdPmLhcjfazMw==",846 "dev": true, 847 "requires": { 848 "@babel/helper-module-transforms": "^7.1 4.0",849 "@babel/helper-plugin-utils": "^7.1 3.0"867 "version": "7.16.7", 868 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz", 869 "integrity": "sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==", 870 "dev": true, 871 "requires": { 872 "@babel/helper-module-transforms": "^7.16.7", 873 "@babel/helper-plugin-utils": "^7.16.7" 850 874 } 851 875 }, 852 876 "@babel/plugin-transform-named-capturing-groups-regex": { 853 "version": "7.1 2.13",854 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.1 2.13.tgz",855 "integrity": "sha512- Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA==",856 "dev": true, 857 "requires": { 858 "@babel/helper-create-regexp-features-plugin": "^7.1 2.13"877 "version": "7.16.8", 878 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz", 879 "integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==", 880 "dev": true, 881 "requires": { 882 "@babel/helper-create-regexp-features-plugin": "^7.16.7" 859 883 } 860 884 }, 861 885 "@babel/plugin-transform-new-target": { 862 "version": "7.1 2.13",863 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.1 2.13.tgz",864 "integrity": "sha512- /KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ==",865 "dev": true, 866 "requires": { 867 "@babel/helper-plugin-utils": "^7.1 2.13"886 "version": "7.16.7", 887 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz", 888 "integrity": "sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==", 889 "dev": true, 890 "requires": { 891 "@babel/helper-plugin-utils": "^7.16.7" 868 892 } 869 893 }, 870 894 "@babel/plugin-transform-object-super": { 871 "version": "7.1 2.13",872 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.1 2.13.tgz",873 "integrity": "sha512- JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==",874 "dev": true, 875 "requires": { 876 "@babel/helper-plugin-utils": "^7.1 2.13",877 "@babel/helper-replace-supers": "^7.1 2.13"895 "version": "7.16.7", 896 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz", 897 "integrity": "sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==", 898 "dev": true, 899 "requires": { 900 "@babel/helper-plugin-utils": "^7.16.7", 901 "@babel/helper-replace-supers": "^7.16.7" 878 902 } 879 903 }, 880 904 "@babel/plugin-transform-parameters": { 881 "version": "7.1 4.2",882 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.1 4.2.tgz",883 "integrity": "sha512- NxoVmA3APNCC1JdMXkdYXuQS+EMdqy0vIwyDHeKHiJKRxmp1qGSdb0JLEIoPRhkx6H/8Qi3RJ3uqOCYw8giy9A==",884 "dev": true, 885 "requires": { 886 "@babel/helper-plugin-utils": "^7.1 3.0"905 "version": "7.16.7", 906 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz", 907 "integrity": "sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==", 908 "dev": true, 909 "requires": { 910 "@babel/helper-plugin-utils": "^7.16.7" 887 911 } 888 912 }, 889 913 "@babel/plugin-transform-property-literals": { 890 "version": "7.1 2.13",891 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.1 2.13.tgz",892 "integrity": "sha512- nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==",893 "dev": true, 894 "requires": { 895 "@babel/helper-plugin-utils": "^7.1 2.13"914 "version": "7.16.7", 915 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz", 916 "integrity": "sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==", 917 "dev": true, 918 "requires": { 919 "@babel/helper-plugin-utils": "^7.16.7" 896 920 } 897 921 }, 898 922 "@babel/plugin-transform-react-constant-elements": { 899 "version": "7.1 3.13",900 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.1 3.13.tgz",901 "integrity": "sha512- SNJU53VM/SjQL0bZhyU+f4kJQz7bQQajnrZRSaU21hruG/NWY41AEM9AWXeXX90pYr/C2yAmTgI6yW3LlLrAUQ==",902 "dev": true, 903 "requires": { 904 "@babel/helper-plugin-utils": "^7.1 3.0"923 "version": "7.17.6", 924 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.17.6.tgz", 925 "integrity": "sha512-OBv9VkyyKtsHZiHLoSfCn+h6yU7YKX8nrs32xUmOa1SRSk+t03FosB6fBZ0Yz4BpD1WV7l73Nsad+2Tz7APpqw==", 926 "dev": true, 927 "requires": { 928 "@babel/helper-plugin-utils": "^7.16.7" 905 929 } 906 930 }, 907 931 "@babel/plugin-transform-react-display-name": { 908 "version": "7.1 4.2",909 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.1 4.2.tgz",910 "integrity": "sha512- zCubvP+jjahpnFJvPaHPiGVfuVUjXHhFvJKQdNnsmSsiU9kR/rCZ41jHc++tERD2zV+p7Hr6is+t5b6iWTCqSw==",911 "dev": true, 912 "requires": { 913 "@babel/helper-plugin-utils": "^7.1 3.0"932 "version": "7.16.7", 933 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.7.tgz", 934 "integrity": "sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==", 935 "dev": true, 936 "requires": { 937 "@babel/helper-plugin-utils": "^7.16.7" 914 938 } 915 939 }, 916 940 "@babel/plugin-transform-react-jsx": { 917 "version": "7.1 4.3",918 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.1 4.3.tgz",919 "integrity": "sha512- uuxuoUNVhdgYzERiHHFkE4dWoJx+UFVyuAl0aqN8P2/AKFHwqgUC5w2+4/PjpKXJsFgBlYAFXlUmDQ3k3DUkXw==",920 "dev": true, 921 "requires": { 922 "@babel/helper-annotate-as-pure": "^7.1 2.13",923 "@babel/helper-module-imports": "^7.1 3.12",924 "@babel/helper-plugin-utils": "^7.1 3.0",925 "@babel/plugin-syntax-jsx": "^7.1 2.13",926 "@babel/types": "^7.1 4.2"941 "version": "7.17.3", 942 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.17.3.tgz", 943 "integrity": "sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==", 944 "dev": true, 945 "requires": { 946 "@babel/helper-annotate-as-pure": "^7.16.7", 947 "@babel/helper-module-imports": "^7.16.7", 948 "@babel/helper-plugin-utils": "^7.16.7", 949 "@babel/plugin-syntax-jsx": "^7.16.7", 950 "@babel/types": "^7.17.0" 927 951 } 928 952 }, 929 953 "@babel/plugin-transform-react-jsx-development": { 930 "version": "7.1 2.17",931 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.1 2.17.tgz",932 "integrity": "sha512- BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ==",933 "dev": true, 934 "requires": { 935 "@babel/plugin-transform-react-jsx": "^7.1 2.17"954 "version": "7.16.7", 955 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.7.tgz", 956 "integrity": "sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==", 957 "dev": true, 958 "requires": { 959 "@babel/plugin-transform-react-jsx": "^7.16.7" 936 960 } 937 961 }, 938 962 "@babel/plugin-transform-react-pure-annotations": { 939 "version": "7.1 2.1",940 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.1 2.1.tgz",941 "integrity": "sha512- RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg==",942 "dev": true, 943 "requires": { 944 "@babel/helper-annotate-as-pure": "^7.1 0.4",945 "@babel/helper-plugin-utils": "^7.1 0.4"963 "version": "7.16.7", 964 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.7.tgz", 965 "integrity": "sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==", 966 "dev": true, 967 "requires": { 968 "@babel/helper-annotate-as-pure": "^7.16.7", 969 "@babel/helper-plugin-utils": "^7.16.7" 946 970 } 947 971 }, 948 972 "@babel/plugin-transform-regenerator": { 949 "version": "7.1 3.15",950 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.1 3.15.tgz",951 "integrity": "sha512- Bk9cOLSz8DiurcMETZ8E2YtIVJbFCPGW28DJWUakmyVWtQSm6Wsf0p4B4BfEr/eL2Nkhe/CICiUiMOCi1TPhuQ==",952 "dev": true, 953 "requires": { 954 "regenerator-transform": "^0.1 4.2"973 "version": "7.17.9", 974 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.17.9.tgz", 975 "integrity": "sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==", 976 "dev": true, 977 "requires": { 978 "regenerator-transform": "^0.15.0" 955 979 } 956 980 }, 957 981 "@babel/plugin-transform-reserved-words": { 958 "version": "7.1 2.13",959 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.1 2.13.tgz",960 "integrity": "sha512- xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==",961 "dev": true, 962 "requires": { 963 "@babel/helper-plugin-utils": "^7.1 2.13"982 "version": "7.16.7", 983 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz", 984 "integrity": "sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==", 985 "dev": true, 986 "requires": { 987 "@babel/helper-plugin-utils": "^7.16.7" 964 988 } 965 989 }, 966 990 "@babel/plugin-transform-runtime": { 967 "version": "7.1 4.3",968 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.1 4.3.tgz",969 "integrity": "sha512- t960xbi8wpTFE623ef7sd+UpEC5T6EEguQlTBJDEO05+XwnIWVfuqLw/vdLWY6IdFmtZE+65CZAfByT39zRpkg==",970 "dev": true, 971 "requires": { 972 "@babel/helper-module-imports": "^7.1 3.12",973 "@babel/helper-plugin-utils": "^7.1 3.0",974 "babel-plugin-polyfill-corejs2": "^0. 2.0",975 "babel-plugin-polyfill-corejs3": "^0. 2.0",976 "babel-plugin-polyfill-regenerator": "^0. 2.0",991 "version": "7.17.0", 992 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.17.0.tgz", 993 "integrity": "sha512-fr7zPWnKXNc1xoHfrIU9mN/4XKX4VLZ45Q+oMhfsYIaHvg7mHgmhfOy/ckRWqDK7XF3QDigRpkh5DKq6+clE8A==", 994 "dev": true, 995 "requires": { 996 "@babel/helper-module-imports": "^7.16.7", 997 "@babel/helper-plugin-utils": "^7.16.7", 998 "babel-plugin-polyfill-corejs2": "^0.3.0", 999 "babel-plugin-polyfill-corejs3": "^0.5.0", 1000 "babel-plugin-polyfill-regenerator": "^0.3.0", 977 1001 "semver": "^6.3.0" 978 1002 } 979 1003 }, 980 1004 "@babel/plugin-transform-shorthand-properties": { 981 "version": "7.1 2.13",982 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.1 2.13.tgz",983 "integrity": "sha512- xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==",984 "dev": true, 985 "requires": { 986 "@babel/helper-plugin-utils": "^7.1 2.13"1005 "version": "7.16.7", 1006 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz", 1007 "integrity": "sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==", 1008 "dev": true, 1009 "requires": { 1010 "@babel/helper-plugin-utils": "^7.16.7" 987 1011 } 988 1012 }, 989 1013 "@babel/plugin-transform-spread": { 990 "version": "7.1 3.0",991 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.1 3.0.tgz",992 "integrity": "sha512- V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg==",993 "dev": true, 994 "requires": { 995 "@babel/helper-plugin-utils": "^7.1 3.0",996 "@babel/helper-skip-transparent-expression-wrappers": "^7.1 2.1"1014 "version": "7.16.7", 1015 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz", 1016 "integrity": "sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==", 1017 "dev": true, 1018 "requires": { 1019 "@babel/helper-plugin-utils": "^7.16.7", 1020 "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0" 997 1021 } 998 1022 }, 999 1023 "@babel/plugin-transform-sticky-regex": { 1000 "version": "7.1 2.13",1001 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.1 2.13.tgz",1002 "integrity": "sha512- Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg==",1003 "dev": true, 1004 "requires": { 1005 "@babel/helper-plugin-utils": "^7.1 2.13"1024 "version": "7.16.7", 1025 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz", 1026 "integrity": "sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==", 1027 "dev": true, 1028 "requires": { 1029 "@babel/helper-plugin-utils": "^7.16.7" 1006 1030 } 1007 1031 }, 1008 1032 "@babel/plugin-transform-template-literals": { 1009 "version": "7.1 3.0",1010 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.1 3.0.tgz",1011 "integrity": "sha512- d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw==",1012 "dev": true, 1013 "requires": { 1014 "@babel/helper-plugin-utils": "^7.1 3.0"1033 "version": "7.16.7", 1034 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz", 1035 "integrity": "sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==", 1036 "dev": true, 1037 "requires": { 1038 "@babel/helper-plugin-utils": "^7.16.7" 1015 1039 } 1016 1040 }, 1017 1041 "@babel/plugin-transform-typeof-symbol": { 1018 "version": "7.1 2.13",1019 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.1 2.13.tgz",1020 "integrity": "sha512- eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ==",1021 "dev": true, 1022 "requires": { 1023 "@babel/helper-plugin-utils": "^7.1 2.13"1042 "version": "7.16.7", 1043 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz", 1044 "integrity": "sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==", 1045 "dev": true, 1046 "requires": { 1047 "@babel/helper-plugin-utils": "^7.16.7" 1024 1048 } 1025 1049 }, 1026 1050 "@babel/plugin-transform-typescript": { 1027 "version": "7.1 4.4",1028 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.1 4.4.tgz",1029 "integrity": "sha512- WYdcGNEO7mCCZ2XzRlxwGj3PgeAr50ifkofOUC/+IN/GzKLB+biDPVBUAQN2C/dVZTvEXCp80kfQ1FFZPrwykQ==",1030 "dev": true, 1031 "requires": { 1032 "@babel/helper-create-class-features-plugin": "^7.1 4.4",1033 "@babel/helper-plugin-utils": "^7.1 3.0",1034 "@babel/plugin-syntax-typescript": "^7.1 2.13"1051 "version": "7.16.8", 1052 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz", 1053 "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==", 1054 "dev": true, 1055 "requires": { 1056 "@babel/helper-create-class-features-plugin": "^7.16.7", 1057 "@babel/helper-plugin-utils": "^7.16.7", 1058 "@babel/plugin-syntax-typescript": "^7.16.7" 1035 1059 } 1036 1060 }, 1037 1061 "@babel/plugin-transform-unicode-escapes": { 1038 "version": "7.1 2.13",1039 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.1 2.13.tgz",1040 "integrity": "sha512- 0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw==",1041 "dev": true, 1042 "requires": { 1043 "@babel/helper-plugin-utils": "^7.1 2.13"1062 "version": "7.16.7", 1063 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz", 1064 "integrity": "sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==", 1065 "dev": true, 1066 "requires": { 1067 "@babel/helper-plugin-utils": "^7.16.7" 1044 1068 } 1045 1069 }, 1046 1070 "@babel/plugin-transform-unicode-regex": { 1047 "version": "7.1 2.13",1048 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.1 2.13.tgz",1049 "integrity": "sha512- mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA==",1050 "dev": true, 1051 "requires": { 1052 "@babel/helper-create-regexp-features-plugin": "^7.1 2.13",1053 "@babel/helper-plugin-utils": "^7.1 2.13"1071 "version": "7.16.7", 1072 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz", 1073 "integrity": "sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==", 1074 "dev": true, 1075 "requires": { 1076 "@babel/helper-create-regexp-features-plugin": "^7.16.7", 1077 "@babel/helper-plugin-utils": "^7.16.7" 1054 1078 } 1055 1079 }, 1056 1080 "@babel/preset-env": { 1057 "version": "7.14.4", 1058 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.14.4.tgz", 1059 "integrity": "sha512-GwMMsuAnDtULyOtuxHhzzuSRxFeP0aR/LNzrHRzP8y6AgDNgqnrfCCBm/1cRdTU75tRs28Eh76poHLcg9VF0LA==", 1060 "dev": true, 1061 "requires": { 1062 "@babel/compat-data": "^7.14.4", 1063 "@babel/helper-compilation-targets": "^7.14.4", 1064 "@babel/helper-plugin-utils": "^7.13.0", 1065 "@babel/helper-validator-option": "^7.12.17", 1066 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.13.12", 1067 "@babel/plugin-proposal-async-generator-functions": "^7.14.2", 1068 "@babel/plugin-proposal-class-properties": "^7.13.0", 1069 "@babel/plugin-proposal-class-static-block": "^7.14.3", 1070 "@babel/plugin-proposal-dynamic-import": "^7.14.2", 1071 "@babel/plugin-proposal-export-namespace-from": "^7.14.2", 1072 "@babel/plugin-proposal-json-strings": "^7.14.2", 1073 "@babel/plugin-proposal-logical-assignment-operators": "^7.14.2", 1074 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", 1075 "@babel/plugin-proposal-numeric-separator": "^7.14.2", 1076 "@babel/plugin-proposal-object-rest-spread": "^7.14.4", 1077 "@babel/plugin-proposal-optional-catch-binding": "^7.14.2", 1078 "@babel/plugin-proposal-optional-chaining": "^7.14.2", 1079 "@babel/plugin-proposal-private-methods": "^7.13.0", 1080 "@babel/plugin-proposal-private-property-in-object": "^7.14.0", 1081 "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", 1081 "version": "7.16.11", 1082 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.11.tgz", 1083 "integrity": "sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==", 1084 "dev": true, 1085 "requires": { 1086 "@babel/compat-data": "^7.16.8", 1087 "@babel/helper-compilation-targets": "^7.16.7", 1088 "@babel/helper-plugin-utils": "^7.16.7", 1089 "@babel/helper-validator-option": "^7.16.7", 1090 "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7", 1091 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7", 1092 "@babel/plugin-proposal-async-generator-functions": "^7.16.8", 1093 "@babel/plugin-proposal-class-properties": "^7.16.7", 1094 "@babel/plugin-proposal-class-static-block": "^7.16.7", 1095 "@babel/plugin-proposal-dynamic-import": "^7.16.7", 1096 "@babel/plugin-proposal-export-namespace-from": "^7.16.7", 1097 "@babel/plugin-proposal-json-strings": "^7.16.7", 1098 "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7", 1099 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", 1100 "@babel/plugin-proposal-numeric-separator": "^7.16.7", 1101 "@babel/plugin-proposal-object-rest-spread": "^7.16.7", 1102 "@babel/plugin-proposal-optional-catch-binding": "^7.16.7", 1103 "@babel/plugin-proposal-optional-chaining": "^7.16.7", 1104 "@babel/plugin-proposal-private-methods": "^7.16.11", 1105 "@babel/plugin-proposal-private-property-in-object": "^7.16.7", 1106 "@babel/plugin-proposal-unicode-property-regex": "^7.16.7", 1082 1107 "@babel/plugin-syntax-async-generators": "^7.8.4", 1083 1108 "@babel/plugin-syntax-class-properties": "^7.12.13", 1084 "@babel/plugin-syntax-class-static-block": "^7.1 2.13",1109 "@babel/plugin-syntax-class-static-block": "^7.14.5", 1085 1110 "@babel/plugin-syntax-dynamic-import": "^7.8.3", 1086 1111 "@babel/plugin-syntax-export-namespace-from": "^7.8.3", … … 1092 1117 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", 1093 1118 "@babel/plugin-syntax-optional-chaining": "^7.8.3", 1094 "@babel/plugin-syntax-private-property-in-object": "^7.14. 0",1095 "@babel/plugin-syntax-top-level-await": "^7.1 2.13",1096 "@babel/plugin-transform-arrow-functions": "^7.1 3.0",1097 "@babel/plugin-transform-async-to-generator": "^7.1 3.0",1098 "@babel/plugin-transform-block-scoped-functions": "^7.1 2.13",1099 "@babel/plugin-transform-block-scoping": "^7.1 4.4",1100 "@babel/plugin-transform-classes": "^7.1 4.4",1101 "@babel/plugin-transform-computed-properties": "^7.1 3.0",1102 "@babel/plugin-transform-destructuring": "^7.1 4.4",1103 "@babel/plugin-transform-dotall-regex": "^7.1 2.13",1104 "@babel/plugin-transform-duplicate-keys": "^7.1 2.13",1105 "@babel/plugin-transform-exponentiation-operator": "^7.1 2.13",1106 "@babel/plugin-transform-for-of": "^7.1 3.0",1107 "@babel/plugin-transform-function-name": "^7.1 2.13",1108 "@babel/plugin-transform-literals": "^7.1 2.13",1109 "@babel/plugin-transform-member-expression-literals": "^7.1 2.13",1110 "@babel/plugin-transform-modules-amd": "^7.1 4.2",1111 "@babel/plugin-transform-modules-commonjs": "^7.1 4.0",1112 "@babel/plugin-transform-modules-systemjs": "^7.1 3.8",1113 "@babel/plugin-transform-modules-umd": "^7.1 4.0",1114 "@babel/plugin-transform-named-capturing-groups-regex": "^7.1 2.13",1115 "@babel/plugin-transform-new-target": "^7.1 2.13",1116 "@babel/plugin-transform-object-super": "^7.1 2.13",1117 "@babel/plugin-transform-parameters": "^7.1 4.2",1118 "@babel/plugin-transform-property-literals": "^7.1 2.13",1119 "@babel/plugin-transform-regenerator": "^7.1 3.15",1120 "@babel/plugin-transform-reserved-words": "^7.1 2.13",1121 "@babel/plugin-transform-shorthand-properties": "^7.1 2.13",1122 "@babel/plugin-transform-spread": "^7.1 3.0",1123 "@babel/plugin-transform-sticky-regex": "^7.1 2.13",1124 "@babel/plugin-transform-template-literals": "^7.1 3.0",1125 "@babel/plugin-transform-typeof-symbol": "^7.1 2.13",1126 "@babel/plugin-transform-unicode-escapes": "^7.1 2.13",1127 "@babel/plugin-transform-unicode-regex": "^7.1 2.13",1128 "@babel/preset-modules": "^0.1. 4",1129 "@babel/types": "^7.1 4.4",1130 "babel-plugin-polyfill-corejs2": "^0. 2.0",1131 "babel-plugin-polyfill-corejs3": "^0. 2.0",1132 "babel-plugin-polyfill-regenerator": "^0. 2.0",1133 "core-js-compat": "^3. 9.0",1119 "@babel/plugin-syntax-private-property-in-object": "^7.14.5", 1120 "@babel/plugin-syntax-top-level-await": "^7.14.5", 1121 "@babel/plugin-transform-arrow-functions": "^7.16.7", 1122 "@babel/plugin-transform-async-to-generator": "^7.16.8", 1123 "@babel/plugin-transform-block-scoped-functions": "^7.16.7", 1124 "@babel/plugin-transform-block-scoping": "^7.16.7", 1125 "@babel/plugin-transform-classes": "^7.16.7", 1126 "@babel/plugin-transform-computed-properties": "^7.16.7", 1127 "@babel/plugin-transform-destructuring": "^7.16.7", 1128 "@babel/plugin-transform-dotall-regex": "^7.16.7", 1129 "@babel/plugin-transform-duplicate-keys": "^7.16.7", 1130 "@babel/plugin-transform-exponentiation-operator": "^7.16.7", 1131 "@babel/plugin-transform-for-of": "^7.16.7", 1132 "@babel/plugin-transform-function-name": "^7.16.7", 1133 "@babel/plugin-transform-literals": "^7.16.7", 1134 "@babel/plugin-transform-member-expression-literals": "^7.16.7", 1135 "@babel/plugin-transform-modules-amd": "^7.16.7", 1136 "@babel/plugin-transform-modules-commonjs": "^7.16.8", 1137 "@babel/plugin-transform-modules-systemjs": "^7.16.7", 1138 "@babel/plugin-transform-modules-umd": "^7.16.7", 1139 "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8", 1140 "@babel/plugin-transform-new-target": "^7.16.7", 1141 "@babel/plugin-transform-object-super": "^7.16.7", 1142 "@babel/plugin-transform-parameters": "^7.16.7", 1143 "@babel/plugin-transform-property-literals": "^7.16.7", 1144 "@babel/plugin-transform-regenerator": "^7.16.7", 1145 "@babel/plugin-transform-reserved-words": "^7.16.7", 1146 "@babel/plugin-transform-shorthand-properties": "^7.16.7", 1147 "@babel/plugin-transform-spread": "^7.16.7", 1148 "@babel/plugin-transform-sticky-regex": "^7.16.7", 1149 "@babel/plugin-transform-template-literals": "^7.16.7", 1150 "@babel/plugin-transform-typeof-symbol": "^7.16.7", 1151 "@babel/plugin-transform-unicode-escapes": "^7.16.7", 1152 "@babel/plugin-transform-unicode-regex": "^7.16.7", 1153 "@babel/preset-modules": "^0.1.5", 1154 "@babel/types": "^7.16.8", 1155 "babel-plugin-polyfill-corejs2": "^0.3.0", 1156 "babel-plugin-polyfill-corejs3": "^0.5.0", 1157 "babel-plugin-polyfill-regenerator": "^0.3.0", 1158 "core-js-compat": "^3.20.2", 1134 1159 "semver": "^6.3.0" 1135 1160 } 1136 1161 }, 1137 1162 "@babel/preset-modules": { 1138 "version": "0.1. 4",1139 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1. 4.tgz",1140 "integrity": "sha512- J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",1163 "version": "0.1.5", 1164 "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", 1165 "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", 1141 1166 "dev": true, 1142 1167 "requires": { … … 1149 1174 }, 1150 1175 "@babel/preset-react": { 1151 "version": "7.1 3.13",1152 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.1 3.13.tgz",1153 "integrity": "sha512- gx+tDLIE06sRjKJkVtpZ/t3mzCDOnPG+ggHZG9lffUbX8+wC739x20YQc9V35Do6ZAxaUc/HhVHIiOzz5MvDmA==",1154 "dev": true, 1155 "requires": { 1156 "@babel/helper-plugin-utils": "^7.1 3.0",1157 "@babel/helper-validator-option": "^7.1 2.17",1158 "@babel/plugin-transform-react-display-name": "^7.1 2.13",1159 "@babel/plugin-transform-react-jsx": "^7.1 3.12",1160 "@babel/plugin-transform-react-jsx-development": "^7.1 2.17",1161 "@babel/plugin-transform-react-pure-annotations": "^7.1 2.1"1176 "version": "7.16.7", 1177 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.7.tgz", 1178 "integrity": "sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==", 1179 "dev": true, 1180 "requires": { 1181 "@babel/helper-plugin-utils": "^7.16.7", 1182 "@babel/helper-validator-option": "^7.16.7", 1183 "@babel/plugin-transform-react-display-name": "^7.16.7", 1184 "@babel/plugin-transform-react-jsx": "^7.16.7", 1185 "@babel/plugin-transform-react-jsx-development": "^7.16.7", 1186 "@babel/plugin-transform-react-pure-annotations": "^7.16.7" 1162 1187 } 1163 1188 }, 1164 1189 "@babel/preset-typescript": { 1165 "version": "7.1 3.0",1166 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.1 3.0.tgz",1167 "integrity": "sha512- LXJwxrHy0N3f6gIJlYbLta1D9BDtHpQeqwzM0LIfjDlr6UE/D5Mc7W4iDiQzaE+ks0sTjT26ArcHWnJVt0QiHw==",1168 "dev": true, 1169 "requires": { 1170 "@babel/helper-plugin-utils": "^7.1 3.0",1171 "@babel/helper-validator-option": "^7.1 2.17",1172 "@babel/plugin-transform-typescript": "^7.1 3.0"1190 "version": "7.16.7", 1191 "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz", 1192 "integrity": "sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==", 1193 "dev": true, 1194 "requires": { 1195 "@babel/helper-plugin-utils": "^7.16.7", 1196 "@babel/helper-validator-option": "^7.16.7", 1197 "@babel/plugin-transform-typescript": "^7.16.7" 1173 1198 } 1174 1199 }, 1175 1200 "@babel/runtime": { 1176 "version": "7.1 4.0",1177 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1 4.0.tgz",1178 "integrity": "sha512- JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",1201 "version": "7.17.9", 1202 "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz", 1203 "integrity": "sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==", 1179 1204 "dev": true, 1180 1205 "requires": { … … 1183 1208 }, 1184 1209 "@babel/runtime-corejs3": { 1185 "version": "7.1 4.0",1186 "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.1 4.0.tgz",1187 "integrity": "sha512- 0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg==",1188 "dev": true, 1189 "requires": { 1190 "core-js-pure": "^3. 0.0",1210 "version": "7.17.9", 1211 "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.9.tgz", 1212 "integrity": "sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw==", 1213 "dev": true, 1214 "requires": { 1215 "core-js-pure": "^3.20.2", 1191 1216 "regenerator-runtime": "^0.13.4" 1192 1217 } 1193 1218 }, 1194 1219 "@babel/template": { 1195 "version": "7.1 2.13",1196 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.1 2.13.tgz",1197 "integrity": "sha512- /7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",1198 "dev": true, 1199 "requires": { 1200 "@babel/code-frame": "^7.1 2.13",1201 "@babel/parser": "^7.1 2.13",1202 "@babel/types": "^7.1 2.13"1220 "version": "7.16.7", 1221 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", 1222 "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", 1223 "dev": true, 1224 "requires": { 1225 "@babel/code-frame": "^7.16.7", 1226 "@babel/parser": "^7.16.7", 1227 "@babel/types": "^7.16.7" 1203 1228 } 1204 1229 }, 1205 1230 "@babel/traverse": { 1206 "version": "7.14.2", 1207 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.14.2.tgz", 1208 "integrity": "sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==", 1209 "dev": true, 1210 "requires": { 1211 "@babel/code-frame": "^7.12.13", 1212 "@babel/generator": "^7.14.2", 1213 "@babel/helper-function-name": "^7.14.2", 1214 "@babel/helper-split-export-declaration": "^7.12.13", 1215 "@babel/parser": "^7.14.2", 1216 "@babel/types": "^7.14.2", 1231 "version": "7.17.9", 1232 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz", 1233 "integrity": "sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==", 1234 "dev": true, 1235 "requires": { 1236 "@babel/code-frame": "^7.16.7", 1237 "@babel/generator": "^7.17.9", 1238 "@babel/helper-environment-visitor": "^7.16.7", 1239 "@babel/helper-function-name": "^7.17.9", 1240 "@babel/helper-hoist-variables": "^7.16.7", 1241 "@babel/helper-split-export-declaration": "^7.16.7", 1242 "@babel/parser": "^7.17.9", 1243 "@babel/types": "^7.17.0", 1217 1244 "debug": "^4.1.0", 1218 1245 "globals": "^11.1.0" … … 1220 1247 }, 1221 1248 "@babel/types": { 1222 "version": "7.1 4.4",1223 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.1 4.4.tgz",1224 "integrity": "sha512- lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==",1225 "dev": true, 1226 "requires": { 1227 "@babel/helper-validator-identifier": "^7.1 4.0",1249 "version": "7.17.0", 1250 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", 1251 "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", 1252 "dev": true, 1253 "requires": { 1254 "@babel/helper-validator-identifier": "^7.16.7", 1228 1255 "to-fast-properties": "^2.0.0" 1229 },1230 "dependencies": {1231 "@babel/helper-validator-identifier": {1232 "version": "7.14.0",1233 "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",1234 "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",1235 "dev": true1236 }1237 1256 } 1238 1257 }, … … 1253 1272 } 1254 1273 }, 1274 "@es-joy/jsdoccomment": { 1275 "version": "0.10.8", 1276 "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.10.8.tgz", 1277 "integrity": "sha512-3P1JiGL4xaR9PoTKUHa2N/LKwa2/eUdRqGwijMWWgBqbFEqJUVpmaOi2TcjcemrsRMgFLBzQCK4ToPhrSVDiFQ==", 1278 "dev": true, 1279 "requires": { 1280 "comment-parser": "1.2.4", 1281 "esquery": "^1.4.0", 1282 "jsdoc-type-pratt-parser": "1.1.1" 1283 }, 1284 "dependencies": { 1285 "jsdoc-type-pratt-parser": { 1286 "version": "1.1.1", 1287 "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.1.1.tgz", 1288 "integrity": "sha512-uelRmpghNwPBuZScwgBG/OzodaFk5RbO5xaivBdsAY70icWfShwZ7PCMO0x1zSkOa8T1FzHThmrdoyg/0AwV5g==", 1289 "dev": true 1290 } 1291 } 1292 }, 1255 1293 "@eslint/eslintrc": { 1256 "version": "0.4. 2",1257 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4. 2.tgz",1258 "integrity": "sha512- 8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==",1294 "version": "0.4.3", 1295 "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz", 1296 "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==", 1259 1297 "dev": true, 1260 1298 "requires": { … … 1271 1309 "dependencies": { 1272 1310 "globals": { 1273 "version": "13. 9.0",1274 "resolved": "https://registry.npmjs.org/globals/-/globals-13. 9.0.tgz",1275 "integrity": "sha512- 74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==",1311 "version": "13.13.0", 1312 "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", 1313 "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", 1276 1314 "dev": true, 1277 1315 "requires": { … … 1293 1331 } 1294 1332 }, 1333 "@gar/promisify": { 1334 "version": "1.1.3", 1335 "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", 1336 "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", 1337 "dev": true 1338 }, 1295 1339 "@hapi/address": { 1296 1340 "version": "2.1.4", … … 1331 1375 "@hapi/hoek": "^8.3.0" 1332 1376 } 1377 }, 1378 "@humanwhocodes/config-array": { 1379 "version": "0.5.0", 1380 "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz", 1381 "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==", 1382 "dev": true, 1383 "requires": { 1384 "@humanwhocodes/object-schema": "^1.2.0", 1385 "debug": "^4.1.1", 1386 "minimatch": "^3.0.4" 1387 } 1388 }, 1389 "@humanwhocodes/object-schema": { 1390 "version": "1.2.1", 1391 "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", 1392 "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", 1393 "dev": true 1333 1394 }, 1334 1395 "@istanbuljs/load-nyc-config": { … … 1545 1606 }, 1546 1607 "dependencies": { 1608 "istanbul-lib-instrument": { 1609 "version": "4.0.3", 1610 "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz", 1611 "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==", 1612 "dev": true, 1613 "requires": { 1614 "@babel/core": "^7.7.5", 1615 "@istanbuljs/schema": "^0.1.2", 1616 "istanbul-lib-coverage": "^3.0.0", 1617 "semver": "^6.3.0" 1618 } 1619 }, 1547 1620 "source-map": { 1548 1621 "version": "0.6.1", … … 1641 1714 } 1642 1715 }, 1716 "@jridgewell/gen-mapping": { 1717 "version": "0.1.0", 1718 "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.0.tgz", 1719 "integrity": "sha512-YH+BnkvuCiPR+MUOY6JIArdTIGrRtsxnLaIxPRy4CpGJ/V6OO6Gq/1J+FJEc4j5e5h6Bcy3/K7prlMrm93BJoA==", 1720 "dev": true, 1721 "requires": { 1722 "@jridgewell/set-array": "1.0.0", 1723 "@jridgewell/sourcemap-codec": "^1.4.10" 1724 } 1725 }, 1726 "@jridgewell/resolve-uri": { 1727 "version": "3.0.6", 1728 "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.6.tgz", 1729 "integrity": "sha512-R7xHtBSNm+9SyvpJkdQl+qrM3Hm2fea3Ef197M3mUug+v+yR+Rhfbs7PBtcBUVnIWJ4JcAdjvij+c8hXS9p5aw==", 1730 "dev": true 1731 }, 1732 "@jridgewell/set-array": { 1733 "version": "1.0.0", 1734 "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.0.0.tgz", 1735 "integrity": "sha512-LcqVnHCjOAj8BTCtjpwYZCMTn4yArusbdObCVRUYvBHhrR5fVLVyENG+UVWM4T4H/ufv7NiBLdprllxWs/5PaQ==", 1736 "dev": true 1737 }, 1738 "@jridgewell/sourcemap-codec": { 1739 "version": "1.4.11", 1740 "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", 1741 "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", 1742 "dev": true 1743 }, 1744 "@jridgewell/trace-mapping": { 1745 "version": "0.3.9", 1746 "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", 1747 "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", 1748 "dev": true, 1749 "requires": { 1750 "@jridgewell/resolve-uri": "^3.0.3", 1751 "@jridgewell/sourcemap-codec": "^1.4.10" 1752 } 1753 }, 1643 1754 "@nodelib/fs.scandir": { 1644 "version": "2.1. 4",1645 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1. 4.tgz",1646 "integrity": "sha512- 33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==",1647 "dev": true, 1648 "requires": { 1649 "@nodelib/fs.stat": "2.0. 4",1755 "version": "2.1.5", 1756 "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", 1757 "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", 1758 "dev": true, 1759 "requires": { 1760 "@nodelib/fs.stat": "2.0.5", 1650 1761 "run-parallel": "^1.1.9" 1651 1762 } 1652 1763 }, 1653 1764 "@nodelib/fs.stat": { 1654 "version": "2.0. 4",1655 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0. 4.tgz",1656 "integrity": "sha512- IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==",1765 "version": "2.0.5", 1766 "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", 1767 "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", 1657 1768 "dev": true 1658 1769 }, 1659 1770 "@nodelib/fs.walk": { 1660 "version": "1.2. 6",1661 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2. 6.tgz",1662 "integrity": "sha512- 8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==",1663 "dev": true, 1664 "requires": { 1665 "@nodelib/fs.scandir": "2.1. 4",1771 "version": "1.2.8", 1772 "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", 1773 "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", 1774 "dev": true, 1775 "requires": { 1776 "@nodelib/fs.scandir": "2.1.5", 1666 1777 "fastq": "^1.6.0" 1778 } 1779 }, 1780 "@npmcli/fs": { 1781 "version": "1.1.1", 1782 "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", 1783 "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", 1784 "dev": true, 1785 "requires": { 1786 "@gar/promisify": "^1.0.1", 1787 "semver": "^7.3.5" 1788 }, 1789 "dependencies": { 1790 "semver": { 1791 "version": "7.3.7", 1792 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", 1793 "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", 1794 "dev": true, 1795 "requires": { 1796 "lru-cache": "^6.0.0" 1797 } 1798 } 1667 1799 } 1668 1800 }, … … 1695 1827 }, 1696 1828 "@polka/url": { 1697 "version": "1.0.0-next. 15",1698 "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next. 15.tgz",1699 "integrity": "sha512- 15spi3V28QdevleWBNXE4pIls3nFZmBbUGrW9IVPwiQczuSb9n76TCB4bsk8TSel+I1OkHEdPhu5QKMfY6rQHA==",1829 "version": "1.0.0-next.21", 1830 "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.21.tgz", 1831 "integrity": "sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==", 1700 1832 "dev": true 1701 1833 }, … … 1867 1999 }, 1868 2000 "@types/babel__core": { 1869 "version": "7.1.1 4",1870 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.1 4.tgz",1871 "integrity": "sha512- zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==",2001 "version": "7.1.19", 2002 "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.19.tgz", 2003 "integrity": "sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==", 1872 2004 "dev": true, 1873 2005 "requires": { … … 1880 2012 }, 1881 2013 "@types/babel__generator": { 1882 "version": "7.6. 2",1883 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6. 2.tgz",1884 "integrity": "sha512- MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==",2014 "version": "7.6.4", 2015 "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", 2016 "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", 1885 2017 "dev": true, 1886 2018 "requires": { … … 1889 2021 }, 1890 2022 "@types/babel__template": { 1891 "version": "7.4. 0",1892 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4. 0.tgz",1893 "integrity": "sha512- NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==",2023 "version": "7.4.1", 2024 "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", 2025 "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", 1894 2026 "dev": true, 1895 2027 "requires": { … … 1899 2031 }, 1900 2032 "@types/babel__traverse": { 1901 "version": "7.1 1.1",1902 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.1 1.1.tgz",1903 "integrity": "sha512- Vs0hm0vPahPMYi9tDjtP66llufgO3ST16WXaSTtDGEl9cewAl3AibmxWw6TINOqHPT9z0uABKAYjT9jNSg4npw==",2033 "version": "7.17.1", 2034 "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.17.1.tgz", 2035 "integrity": "sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==", 1904 2036 "dev": true, 1905 2037 "requires": { … … 1908 2040 }, 1909 2041 "@types/cheerio": { 1910 "version": "0.22. 29",1911 "resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22. 29.tgz",1912 "integrity": "sha512- rNX1PsrDPxiNiyLnRKiW2NXHJFHqx0Fl3J2WsZq0MTBspa/FgwlqhXJE2crIcc+/2IglLHtSWw7g053oUR8fOg==",2042 "version": "0.22.31", 2043 "resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.31.tgz", 2044 "integrity": "sha512-Kt7Cdjjdi2XWSfrZ53v4Of0wG3ZcmaegFXjMmz9tfNrZSkzzo36G0AL1YqSdcIA78Etjt6E609pt5h1xnQkPUw==", 1913 2045 "dev": true, 1914 2046 "requires": { … … 1917 2049 }, 1918 2050 "@types/glob": { 1919 "version": "7. 1.3",1920 "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7. 1.3.tgz",1921 "integrity": "sha512- SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==",2051 "version": "7.2.0", 2052 "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", 2053 "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", 1922 2054 "dev": true, 1923 2055 "requires": { … … 1936 2068 }, 1937 2069 "@types/istanbul-lib-coverage": { 1938 "version": "2.0. 3",1939 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0. 3.tgz",1940 "integrity": "sha512- sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==",2070 "version": "2.0.4", 2071 "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", 2072 "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", 1941 2073 "dev": true 1942 2074 }, … … 1960 2092 }, 1961 2093 "@types/json-schema": { 1962 "version": "7.0. 7",1963 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0. 7.tgz",1964 "integrity": "sha512- cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==",2094 "version": "7.0.11", 2095 "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", 2096 "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", 1965 2097 "dev": true 1966 2098 }, … … 1972 2104 }, 1973 2105 "@types/mdast": { 1974 "version": "3.0. 3",1975 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0. 3.tgz",1976 "integrity": "sha512- SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==",2106 "version": "3.0.10", 2107 "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.10.tgz", 2108 "integrity": "sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==", 1977 2109 "dev": true, 1978 2110 "requires": { … … 1981 2113 }, 1982 2114 "@types/minimatch": { 1983 "version": "3.0. 4",1984 "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0. 4.tgz",1985 "integrity": "sha512- 1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==",2115 "version": "3.0.5", 2116 "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz", 2117 "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", 1986 2118 "dev": true 1987 2119 }, 1988 2120 "@types/minimist": { 1989 "version": "1.2. 1",1990 "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2. 1.tgz",1991 "integrity": "sha512- fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==",2121 "version": "1.2.2", 2122 "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", 2123 "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", 1992 2124 "dev": true 1993 2125 }, 1994 2126 "@types/node": { 1995 "version": "1 5.12.2",1996 "resolved": "https://registry.npmjs.org/@types/node/-/node-1 5.12.2.tgz",1997 "integrity": "sha512- zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==",2127 "version": "17.0.29", 2128 "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.29.tgz", 2129 "integrity": "sha512-tx5jMmMFwx7wBwq/V7OohKDVb/JwJU5qCVkeLMh1//xycAJ/ESuw9aJ9SEtlCZDYi2pBfe4JkisSoAtbOsBNAA==", 1998 2130 "dev": true 1999 2131 }, 2000 2132 "@types/normalize-package-data": { 2001 "version": "2.4. 0",2002 "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4. 0.tgz",2003 "integrity": "sha512- f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==",2133 "version": "2.4.1", 2134 "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", 2135 "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", 2004 2136 "dev": true 2005 2137 }, … … 2011 2143 }, 2012 2144 "@types/prettier": { 2013 "version": "2. 2.3",2014 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2. 2.3.tgz",2015 "integrity": "sha512- PijRCG/K3s3w1We6ynUKdxEc5AcuuH3NBmMDP8uvKVp6X43UY7NQlTzczakXP3DJR0F4dfNQIGjU2cUeRYs2AA==",2145 "version": "2.6.0", 2146 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.6.0.tgz", 2147 "integrity": "sha512-G/AdOadiZhnJp0jXCaBQU449W2h716OW/EoXeYkCytxKL06X1WCXB4DZpp8TpZ8eyIJVS1cw4lrlkkSYU21cDw==", 2016 2148 "dev": true 2017 2149 }, 2018 2150 "@types/prop-types": { 2019 "version": "15.7. 3",2020 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7. 3.tgz",2021 "integrity": "sha512- KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==",2151 "version": "15.7.5", 2152 "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", 2153 "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", 2022 2154 "dev": true 2023 2155 }, 2024 2156 "@types/q": { 2025 "version": "1.5. 4",2026 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5. 4.tgz",2027 "integrity": "sha512- 1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug==",2157 "version": "1.5.5", 2158 "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz", 2159 "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==", 2028 2160 "dev": true 2029 2161 }, 2030 2162 "@types/react": { 2031 "version": "1 6.14.8",2032 "resolved": "https://registry.npmjs.org/@types/react/-/react-1 6.14.8.tgz",2033 "integrity": "sha512- QN0/Qhmx+l4moe7WJuTxNiTsjBwlBGHqKGvInSQCBdo7Qio0VtOqwsC0Wq7q3PbJlB0cR4Y4CVo1OOe6BOsOmA==",2163 "version": "17.0.44", 2164 "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.44.tgz", 2165 "integrity": "sha512-Ye0nlw09GeMp2Suh8qoOv0odfgCoowfM/9MG6WeRD60Gq9wS90bdkdRtYbRkNhXOpG4H+YXGvj4wOWhAC0LJ1g==", 2034 2166 "dev": true, 2035 2167 "requires": { … … 2040 2172 }, 2041 2173 "@types/react-dom": { 2042 "version": "1 6.9.13",2043 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-1 6.9.13.tgz",2044 "integrity": "sha512- 34Hr3XnmUSJbUVDxIw/e7dhQn2BJZhJmlAaPyPwfTQyuVS9mV/CeyghFcXyvkJXxI7notQJz8mF8FeCVvloJrA==",2045 "dev": true, 2046 "requires": { 2047 "@types/react": "^1 6"2174 "version": "17.0.16", 2175 "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.16.tgz", 2176 "integrity": "sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ==", 2177 "dev": true, 2178 "requires": { 2179 "@types/react": "^17" 2048 2180 } 2049 2181 }, 2050 2182 "@types/scheduler": { 2051 "version": "0.16. 1",2052 "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16. 1.tgz",2053 "integrity": "sha512- EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==",2183 "version": "0.16.2", 2184 "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", 2185 "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==", 2054 2186 "dev": true 2055 2187 }, … … 2061 2193 }, 2062 2194 "@types/stack-utils": { 2063 "version": "2.0. 0",2064 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0. 0.tgz",2065 "integrity": "sha512- RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==",2195 "version": "2.0.1", 2196 "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", 2197 "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", 2066 2198 "dev": true 2067 2199 }, 2068 2200 "@types/tapable": { 2069 "version": "1.0. 7",2070 "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0. 7.tgz",2071 "integrity": "sha512- 0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==",2201 "version": "1.0.8", 2202 "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.8.tgz", 2203 "integrity": "sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==", 2072 2204 "dev": true 2073 2205 }, 2074 2206 "@types/uglify-js": { 2075 "version": "3.13. 0",2076 "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.13. 0.tgz",2077 "integrity": "sha512- EGkrJD5Uy+Pg0NUR8uA4bJ5WMfljyad0G+784vLCNUkD+QwOJXUbBYExXfVGf7YtyzdQp3L/XMYcliB987kL5Q==",2207 "version": "3.13.2", 2208 "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.13.2.tgz", 2209 "integrity": "sha512-/xFrPIo+4zOeNGtVMbf9rUm0N+i4pDf1ynExomqtokIJmVzR3962lJ1UE+MmexMkA0cmN9oTzg5Xcbwge0Ij2Q==", 2078 2210 "dev": true, 2079 2211 "requires": { … … 2090 2222 }, 2091 2223 "@types/unist": { 2092 "version": "2.0. 3",2093 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0. 3.tgz",2094 "integrity": "sha512- FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==",2224 "version": "2.0.6", 2225 "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.6.tgz", 2226 "integrity": "sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==", 2095 2227 "dev": true 2096 2228 }, 2097 2229 "@types/webpack": { 2098 "version": "4.41. 29",2099 "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41. 29.tgz",2100 "integrity": "sha512- 6pLaORaVNZxiB3FSHbyBiWM7QdazAWda1zvAq4SbZObZqHSDbWLi62iFdblVea6SK9eyBIVp5yHhKt/yNQdR7Q==",2230 "version": "4.41.32", 2231 "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.32.tgz", 2232 "integrity": "sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==", 2101 2233 "dev": true, 2102 2234 "requires": { … … 2118 2250 }, 2119 2251 "@types/webpack-sources": { 2120 "version": " 2.1.0",2121 "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources- 2.1.0.tgz",2122 "integrity": "sha512- LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==",2252 "version": "3.2.0", 2253 "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.0.tgz", 2254 "integrity": "sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==", 2123 2255 "dev": true, 2124 2256 "requires": { … … 2137 2269 }, 2138 2270 "@types/yargs": { 2139 "version": "15.0.1 3",2140 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.1 3.tgz",2141 "integrity": "sha512- kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==",2271 "version": "15.0.14", 2272 "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.14.tgz", 2273 "integrity": "sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==", 2142 2274 "dev": true, 2143 2275 "requires": { … … 2146 2278 }, 2147 2279 "@types/yargs-parser": { 2148 "version": "2 0.2.0",2149 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-2 0.2.0.tgz",2150 "integrity": "sha512- 37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==",2280 "version": "21.0.0", 2281 "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", 2282 "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", 2151 2283 "dev": true 2152 2284 }, 2153 2285 "@types/yauzl": { 2154 "version": "2. 9.1",2155 "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2. 9.1.tgz",2156 "integrity": "sha512- A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==",2286 "version": "2.10.0", 2287 "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz", 2288 "integrity": "sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==", 2157 2289 "dev": true, 2158 2290 "optional": true, … … 2162 2294 }, 2163 2295 "@typescript-eslint/eslint-plugin": { 2164 "version": "4. 26.1",2165 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4. 26.1.tgz",2166 "integrity": "sha512-a oIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==",2167 "dev": true, 2168 "requires": { 2169 "@typescript-eslint/experimental-utils": "4. 26.1",2170 "@typescript-eslint/scope-manager": "4. 26.1",2296 "version": "4.33.0", 2297 "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz", 2298 "integrity": "sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==", 2299 "dev": true, 2300 "requires": { 2301 "@typescript-eslint/experimental-utils": "4.33.0", 2302 "@typescript-eslint/scope-manager": "4.33.0", 2171 2303 "debug": "^4.3.1", 2172 2304 "functional-red-black-tree": "^1.0.1", 2173 " lodash": "^4.17.21",2305 "ignore": "^5.1.8", 2174 2306 "regexpp": "^3.1.0", 2175 2307 "semver": "^7.3.5", … … 2178 2310 "dependencies": { 2179 2311 "semver": { 2180 "version": "7.3. 5",2181 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3. 5.tgz",2182 "integrity": "sha512- PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",2312 "version": "7.3.7", 2313 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", 2314 "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", 2183 2315 "dev": true, 2184 2316 "requires": { … … 2189 2321 }, 2190 2322 "@typescript-eslint/experimental-utils": { 2191 "version": "4. 26.1",2192 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4. 26.1.tgz",2193 "integrity": "sha512- sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==",2323 "version": "4.33.0", 2324 "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz", 2325 "integrity": "sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==", 2194 2326 "dev": true, 2195 2327 "requires": { 2196 2328 "@types/json-schema": "^7.0.7", 2197 "@typescript-eslint/scope-manager": "4. 26.1",2198 "@typescript-eslint/types": "4. 26.1",2199 "@typescript-eslint/typescript-estree": "4. 26.1",2329 "@typescript-eslint/scope-manager": "4.33.0", 2330 "@typescript-eslint/types": "4.33.0", 2331 "@typescript-eslint/typescript-estree": "4.33.0", 2200 2332 "eslint-scope": "^5.1.1", 2201 2333 "eslint-utils": "^3.0.0" … … 2203 2335 }, 2204 2336 "@typescript-eslint/parser": { 2205 "version": "4. 26.1",2206 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4. 26.1.tgz",2207 "integrity": "sha512- q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==",2208 "dev": true, 2209 "requires": { 2210 "@typescript-eslint/scope-manager": "4. 26.1",2211 "@typescript-eslint/types": "4. 26.1",2212 "@typescript-eslint/typescript-estree": "4. 26.1",2337 "version": "4.33.0", 2338 "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.33.0.tgz", 2339 "integrity": "sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==", 2340 "dev": true, 2341 "requires": { 2342 "@typescript-eslint/scope-manager": "4.33.0", 2343 "@typescript-eslint/types": "4.33.0", 2344 "@typescript-eslint/typescript-estree": "4.33.0", 2213 2345 "debug": "^4.3.1" 2214 2346 } 2215 2347 }, 2216 2348 "@typescript-eslint/scope-manager": { 2217 "version": "4. 26.1",2218 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4. 26.1.tgz",2219 "integrity": "sha512- TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==",2220 "dev": true, 2221 "requires": { 2222 "@typescript-eslint/types": "4. 26.1",2223 "@typescript-eslint/visitor-keys": "4. 26.1"2349 "version": "4.33.0", 2350 "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz", 2351 "integrity": "sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==", 2352 "dev": true, 2353 "requires": { 2354 "@typescript-eslint/types": "4.33.0", 2355 "@typescript-eslint/visitor-keys": "4.33.0" 2224 2356 } 2225 2357 }, 2226 2358 "@typescript-eslint/types": { 2227 "version": "4. 26.1",2228 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4. 26.1.tgz",2229 "integrity": "sha512- STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==",2359 "version": "4.33.0", 2360 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.33.0.tgz", 2361 "integrity": "sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==", 2230 2362 "dev": true 2231 2363 }, 2232 2364 "@typescript-eslint/typescript-estree": { 2233 "version": "4. 26.1",2234 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4. 26.1.tgz",2235 "integrity": "sha512- l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==",2236 "dev": true, 2237 "requires": { 2238 "@typescript-eslint/types": "4. 26.1",2239 "@typescript-eslint/visitor-keys": "4. 26.1",2365 "version": "4.33.0", 2366 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz", 2367 "integrity": "sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==", 2368 "dev": true, 2369 "requires": { 2370 "@typescript-eslint/types": "4.33.0", 2371 "@typescript-eslint/visitor-keys": "4.33.0", 2240 2372 "debug": "^4.3.1", 2241 2373 "globby": "^11.0.3", … … 2246 2378 "dependencies": { 2247 2379 "semver": { 2248 "version": "7.3. 5",2249 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3. 5.tgz",2250 "integrity": "sha512- PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",2380 "version": "7.3.7", 2381 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", 2382 "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", 2251 2383 "dev": true, 2252 2384 "requires": { … … 2257 2389 }, 2258 2390 "@typescript-eslint/visitor-keys": { 2259 "version": "4. 26.1",2260 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4. 26.1.tgz",2261 "integrity": "sha512- IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==",2262 "dev": true, 2263 "requires": { 2264 "@typescript-eslint/types": "4. 26.1",2391 "version": "4.33.0", 2392 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz", 2393 "integrity": "sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==", 2394 "dev": true, 2395 "requires": { 2396 "@typescript-eslint/types": "4.33.0", 2265 2397 "eslint-visitor-keys": "^2.0.0" 2266 2398 } … … 2441 2573 } 2442 2574 }, 2575 "@wojtekmaj/enzyme-adapter-react-17": { 2576 "version": "0.6.7", 2577 "resolved": "https://registry.npmjs.org/@wojtekmaj/enzyme-adapter-react-17/-/enzyme-adapter-react-17-0.6.7.tgz", 2578 "integrity": "sha512-B+byiwi/T1bx5hcj9wc0fUL5Hlb5giSXJzcnEfJVl2j6dGV2NJfcxDBYX0WWwIxlzNiFz8kAvlkFWI2y/nscZQ==", 2579 "dev": true, 2580 "requires": { 2581 "@wojtekmaj/enzyme-adapter-utils": "^0.1.4", 2582 "enzyme-shallow-equal": "^1.0.0", 2583 "has": "^1.0.0", 2584 "prop-types": "^15.7.0", 2585 "react-is": "^17.0.0", 2586 "react-test-renderer": "^17.0.0" 2587 }, 2588 "dependencies": { 2589 "react-is": { 2590 "version": "17.0.2", 2591 "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", 2592 "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", 2593 "dev": true 2594 } 2595 } 2596 }, 2597 "@wojtekmaj/enzyme-adapter-utils": { 2598 "version": "0.1.4", 2599 "resolved": "https://registry.npmjs.org/@wojtekmaj/enzyme-adapter-utils/-/enzyme-adapter-utils-0.1.4.tgz", 2600 "integrity": "sha512-ARGIQSIIv3oBia1m5Ihn1VU0FGmft6KPe39SBKTb8p7LSXO23YI4kNtc4M/cKoIY7P+IYdrZcgMObvedyjoSQA==", 2601 "dev": true, 2602 "requires": { 2603 "function.prototype.name": "^1.1.0", 2604 "has": "^1.0.0", 2605 "object.fromentries": "^2.0.0", 2606 "prop-types": "^15.7.0" 2607 } 2608 }, 2443 2609 "@wordpress/babel-plugin-import-jsx-pragma": { 2444 "version": "3. 0.5",2445 "resolved": "https://registry.npmjs.org/@wordpress/babel-plugin-import-jsx-pragma/-/babel-plugin-import-jsx-pragma-3. 0.5.tgz",2446 "integrity": "sha512- 1xzZGFV5Bwox4XcE59I88q0/robJ35LoQNkKPC4tmfzd1XaAoJCZpp5T8LSJJtKKloeoO1JstrvMf3ltZLQ5IA==",2610 "version": "3.1.2", 2611 "resolved": "https://registry.npmjs.org/@wordpress/babel-plugin-import-jsx-pragma/-/babel-plugin-import-jsx-pragma-3.1.2.tgz", 2612 "integrity": "sha512-oMJnM3cJlu1hQMO4XmTFDhNPclj0cLRIeV5Y6uIF/9oNhhSfaMFu+ty0B4zBYodqwes/vbndwRg4j2q2bhG/Dg==", 2447 2613 "dev": true 2448 2614 }, 2449 2615 "@wordpress/babel-preset-default": { 2450 "version": "6. 2.0",2451 "resolved": "https://registry.npmjs.org/@wordpress/babel-preset-default/-/babel-preset-default-6. 2.0.tgz",2452 "integrity": "sha512- uNdR8TjUZgTF43psvAPGW/jnKMD+Mr8XiVhJGcVjrKwDoVBvHjtoKSpfafvkrESIHmMz2HgB4+NdqFHL5hhZlg==",2453 "dev": true, 2454 "requires": { 2455 "@babel/core": "^7.1 3.10",2456 "@babel/plugin-transform-react-jsx": "^7.1 2.7",2457 "@babel/plugin-transform-runtime": "^7.1 3.10",2458 "@babel/preset-env": "^7.1 3.10",2459 "@babel/preset-typescript": "^7.1 3.0",2460 "@babel/runtime": "^7.1 3.10",2461 "@wordpress/babel-plugin-import-jsx-pragma": "^3. 0.5",2462 "@wordpress/browserslist-config": "^4. 0.1",2463 "@wordpress/element": "^ 3.1.1",2464 "@wordpress/warning": "^2. 1.1",2465 "browserslist": "^4.1 6.6",2466 "core-js": "^3.1 2.1"2616 "version": "6.9.0", 2617 "resolved": "https://registry.npmjs.org/@wordpress/babel-preset-default/-/babel-preset-default-6.9.0.tgz", 2618 "integrity": "sha512-kwkkg/WaIv8BtiGJN6cWHaTm1tFKkMhawkQepJcIRDz5VAPEL8+iIreuUNLGkqoN9sZMVdnGPk2Uc0fPqE91Xg==", 2619 "dev": true, 2620 "requires": { 2621 "@babel/core": "^7.16.0", 2622 "@babel/plugin-transform-react-jsx": "^7.16.0", 2623 "@babel/plugin-transform-runtime": "^7.16.0", 2624 "@babel/preset-env": "^7.16.0", 2625 "@babel/preset-typescript": "^7.16.0", 2626 "@babel/runtime": "^7.16.0", 2627 "@wordpress/babel-plugin-import-jsx-pragma": "^3.1.2", 2628 "@wordpress/browserslist-config": "^4.1.2", 2629 "@wordpress/element": "^4.5.0", 2630 "@wordpress/warning": "^2.7.0", 2631 "browserslist": "^4.17.6", 2632 "core-js": "^3.19.1" 2467 2633 } 2468 2634 }, 2469 2635 "@wordpress/base-styles": { 2470 "version": " 3.5.2",2471 "resolved": "https://registry.npmjs.org/@wordpress/base-styles/-/base-styles- 3.5.2.tgz",2472 "integrity": "sha512- 29M9yiZte+1gInnHmAvfRr8HaPrkm8c+kDX2PkO1IJ5trWOUFcM8sCG/Cxm0N+c+6EpE5ToxME0Ex8CgZ52IKA==",2636 "version": "4.4.0", 2637 "resolved": "https://registry.npmjs.org/@wordpress/base-styles/-/base-styles-4.4.0.tgz", 2638 "integrity": "sha512-9ugtTev/eH4RNIpu9nSNygJM8ONJ2cVAmvYDzOG0b7E4ut2RTph5okTSunOx0ny/nsxWLrj6GqVsS6+liTB6GQ==", 2473 2639 "dev": true 2474 2640 }, 2475 2641 "@wordpress/browserslist-config": { 2476 "version": "4. 0.1",2477 "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-4. 0.1.tgz",2478 "integrity": "sha512- mmLxc21NWxZSSPvD592tmzpBlme+nB0fbG1xO+EldS4vQkeWIQUZlNbrMijZM/hpFaBqDEJCAZFUPUpw1XwBWg==",2642 "version": "4.1.2", 2643 "resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-4.1.2.tgz", 2644 "integrity": "sha512-UH0Ifmm4tEjVPOtiqH6yxDvk2EKtqSAhnyhyfSIb0wUnEoGsWTjREZjzuhgjt/I2nTqfg+0gUSzL5D0yQH6wDQ==", 2479 2645 "dev": true 2480 2646 }, 2481 2647 "@wordpress/dependency-extraction-webpack-plugin": { 2482 "version": "3. 1.4",2483 "resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-3. 1.4.tgz",2484 "integrity": "sha512- SoFdhgt75symEJz57QwzDrcZzuSZ9Fxxr1adplSHHYfvRXBm/vDM0x6jeb2pHtVWH0Ltax4Z/yelRgv982nNYA==",2648 "version": "3.4.1", 2649 "resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-3.4.1.tgz", 2650 "integrity": "sha512-QtF3RS2eoPl3LBxur3Rt7hFzBqhrSNU5WR/nRn1FUBx+AJ5zuEO8fY/lhqyJ2cCM2irRTrrUfey3NQoerd6GBA==", 2485 2651 "dev": true, 2486 2652 "requires": { 2487 2653 "json2php": "^0.0.4", 2488 "webpack-sources": "^2.2.0" 2654 "webpack-sources": "^3.2.2" 2655 }, 2656 "dependencies": { 2657 "webpack-sources": { 2658 "version": "3.2.3", 2659 "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", 2660 "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", 2661 "dev": true 2662 } 2489 2663 } 2490 2664 }, 2491 2665 "@wordpress/element": { 2492 "version": " 3.1.1",2493 "resolved": "https://registry.npmjs.org/@wordpress/element/-/element- 3.1.1.tgz",2494 "integrity": "sha512- OaqKQVEV3CCTdrx/G7fMbmxhrxjApobHUAGAVYCCR1MIqScfluYJRLWFLx8tlkl/Qm/UbF9IfdXS1lphufvYog==",2495 "dev": true, 2496 "requires": { 2497 "@babel/runtime": "^7.1 3.10",2498 "@types/react": "^1 6.9.0",2499 "@types/react-dom": "^1 6.9.0",2500 "@wordpress/escape-html": "^2. 1.1",2666 "version": "4.5.0", 2667 "resolved": "https://registry.npmjs.org/@wordpress/element/-/element-4.5.0.tgz", 2668 "integrity": "sha512-24/QUS/EYZQY/qH3Mm9ntrwbuKZN7/lYK752NFquVMq1RtWfhEulVXxgLprIm08c2Rsb8u8dJ8YdqVougo/8JQ==", 2669 "dev": true, 2670 "requires": { 2671 "@babel/runtime": "^7.16.0", 2672 "@types/react": "^17.0.37", 2673 "@types/react-dom": "^17.0.11", 2674 "@wordpress/escape-html": "^2.7.0", 2501 2675 "lodash": "^4.17.21", 2502 "react": "^1 6.13.1",2503 "react-dom": "^1 6.13.1"2676 "react": "^17.0.2", 2677 "react-dom": "^17.0.2" 2504 2678 } 2505 2679 }, 2506 2680 "@wordpress/escape-html": { 2507 "version": "2. 1.1",2508 "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-2. 1.1.tgz",2509 "integrity": "sha512- ZIkLxGLBhXkZu3t0yF82/brPV5aCOGCXGiH0EMV8GCohhXCNIfQwwFrZ5gd5NyNX5Q8alTLsiA84azJd+n0XiQ==",2510 "dev": true, 2511 "requires": { 2512 "@babel/runtime": "^7.1 3.10"2681 "version": "2.7.0", 2682 "resolved": "https://registry.npmjs.org/@wordpress/escape-html/-/escape-html-2.7.0.tgz", 2683 "integrity": "sha512-PDTAImkw0yDrW06NSO2qLklm0QXegoykVZWci5xa8qnYSCBrkBrzv9G3cHtCKsGZzfZ43WYYKIpO6srJyM+l0A==", 2684 "dev": true, 2685 "requires": { 2686 "@babel/runtime": "^7.16.0" 2513 2687 } 2514 2688 }, 2515 2689 "@wordpress/eslint-plugin": { 2516 "version": "9. 0.6",2517 "resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-9. 0.6.tgz",2518 "integrity": "sha512- ytkG93uzlHlItPR2MDkhUXtnnyw80rwSFZDovsHvMKrB9JjDem2pZnnUjwIOl+zb/9nittUJw6HA5AwCBDw+MQ==",2519 "dev": true, 2520 "requires": { 2521 "@ typescript-eslint/eslint-plugin": "^4.15.0",2522 "@typescript-eslint/ parser": "^4.15.0",2523 "@ wordpress/prettier-config": "^1.0.5",2524 " babel-eslint": "^10.1.0",2690 "version": "9.3.0", 2691 "resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-9.3.0.tgz", 2692 "integrity": "sha512-9F7B60gHAjiTIi9vBw5ZoH0MZW3UnmbuKols4kWpJVdgsvG4X1Wj6XXTLmQKrzh/Em7mD1CCIbCSyWknEzIOLw==", 2693 "dev": true, 2694 "requires": { 2695 "@babel/eslint-parser": "^7.16.0", 2696 "@typescript-eslint/eslint-plugin": "^4.31.0", 2697 "@typescript-eslint/parser": "^4.31.0", 2698 "@wordpress/prettier-config": "^1.1.1", 2525 2699 "cosmiconfig": "^7.0.0", 2526 2700 "eslint-config-prettier": "^7.1.0", 2527 "eslint-plugin-import": "^2.2 2.1",2701 "eslint-plugin-import": "^2.25.2", 2528 2702 "eslint-plugin-jest": "^24.1.3", 2529 "eslint-plugin-jsdoc": "^3 0.7.13",2703 "eslint-plugin-jsdoc": "^36.0.8", 2530 2704 "eslint-plugin-jsx-a11y": "^6.4.1", 2531 2705 "eslint-plugin-prettier": "^3.3.0", … … 2545 2719 "type-fest": "^0.8.1" 2546 2720 } 2547 },2548 "prettier": {2549 "version": "npm:wp-prettier@2.2.1-beta-1",2550 "resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-2.2.1-beta-1.tgz",2551 "integrity": "sha512-+JHkqs9LC/JPp51yy1hzs3lQ7qeuWCwOcSzpQNeeY/G7oSpnF61vxt7hRh87zNRTr6ob2ndy0W8rVzhgrcA+Gw==",2552 "dev": true2553 2721 } 2554 2722 } 2555 2723 }, 2556 2724 "@wordpress/jest-console": { 2557 "version": "4. 0.5",2558 "resolved": "https://registry.npmjs.org/@wordpress/jest-console/-/jest-console-4. 0.5.tgz",2559 "integrity": "sha512- njpD0WUBd36FDVgFK7oTBTnxPIyy3e5bJdoJkYjqjw5WlRm2RtCeV0Kc5Lss1ZbtMX9oaSiZ9ih62pHXXFeKdQ==",2560 "dev": true, 2561 "requires": { 2562 "@babel/runtime": "^7.1 3.10",2725 "version": "4.1.1", 2726 "resolved": "https://registry.npmjs.org/@wordpress/jest-console/-/jest-console-4.1.1.tgz", 2727 "integrity": "sha512-f/DwduxU6k53tULurpCox4TKzp877+IWTHRUxE91+FOXS+2OsnhUPKfMiMEex4nu81a54EArwekPVKxaq4swbA==", 2728 "dev": true, 2729 "requires": { 2730 "@babel/runtime": "^7.16.0", 2563 2731 "jest-matcher-utils": "^26.6.2", 2564 2732 "lodash": "^4.17.21" … … 2566 2734 }, 2567 2735 "@wordpress/jest-preset-default": { 2568 "version": "7.0.5", 2569 "resolved": "https://registry.npmjs.org/@wordpress/jest-preset-default/-/jest-preset-default-7.0.5.tgz", 2570 "integrity": "sha512-Kf8TmGLqYb0hO44wiG57dRAROugGiplFIUG9jZnELTyppKkI/Q3ePJXVf+JmZsyzBw86OaNqSCAipTp5jWHhgw==", 2571 "dev": true, 2572 "requires": { 2573 "@wordpress/jest-console": "^4.0.5", 2736 "version": "7.1.3", 2737 "resolved": "https://registry.npmjs.org/@wordpress/jest-preset-default/-/jest-preset-default-7.1.3.tgz", 2738 "integrity": "sha512-rz9V/YRr3TjLdZJQu7DAZHo848PpZ4N5ThtP4Lujy1O/UtcvtKF0r34SZTNDlFQO/G1USZQX/WL6HRhgl57iHA==", 2739 "dev": true, 2740 "requires": { 2741 "@wojtekmaj/enzyme-adapter-react-17": "^0.6.1", 2742 "@wordpress/jest-console": "^4.1.1", 2574 2743 "babel-jest": "^26.6.3", 2575 2744 "enzyme": "^3.11.0", 2576 "enzyme-adapter-react-16": "^1.15.2",2577 2745 "enzyme-to-json": "^3.4.4" 2578 2746 } 2579 2747 }, 2580 2748 "@wordpress/npm-package-json-lint-config": { 2581 "version": "4. 0.5",2582 "resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-4. 0.5.tgz",2583 "integrity": "sha512- kckj06QsUe7fSGYWiOhsXbAgU2sL9s/gy7GynvQCqOPPiLGpJ8PvCx8OLMaT0T75CXFqieGvfS8Dtf+d84mFvg==",2749 "version": "4.1.2", 2750 "resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-4.1.2.tgz", 2751 "integrity": "sha512-Cq1qoSqt+nF2KOkzyH141YnHEnmd5jDRNbCmyC4lkofy6Qxpl4cVwFDX1dZ4S9WVjqqbLp3CEgRKxUzehyGInA==", 2584 2752 "dev": true 2585 2753 }, 2586 2754 "@wordpress/postcss-plugins-preset": { 2587 "version": "3. 1.2",2588 "resolved": "https://registry.npmjs.org/@wordpress/postcss-plugins-preset/-/postcss-plugins-preset-3. 1.2.tgz",2589 "integrity": "sha512- 8cXNX4anZul09Qh6wRTrQJND5hfcY7M9CzSowbnSr9utgw8hJ5Xn7M7ngzs4ScvadSuJ2SFfMEjXkJwGpPnL8w==",2590 "dev": true, 2591 "requires": { 2592 "@wordpress/base-styles": "^ 3.5.2",2755 "version": "3.7.0", 2756 "resolved": "https://registry.npmjs.org/@wordpress/postcss-plugins-preset/-/postcss-plugins-preset-3.7.0.tgz", 2757 "integrity": "sha512-7pMLv/ECIyPjKGMhRNMM/r4kJqTjJV5/MvftDYbIjhJTAyykpUsXWJCJnMOmDdF2kQNWKd3FRMYxIvw0br0N7g==", 2758 "dev": true, 2759 "requires": { 2760 "@wordpress/base-styles": "^4.4.0", 2593 2761 "autoprefixer": "^10.2.5" 2594 2762 } 2595 2763 }, 2596 2764 "@wordpress/prettier-config": { 2597 "version": "1. 0.5",2598 "resolved": "https://registry.npmjs.org/@wordpress/prettier-config/-/prettier-config-1. 0.5.tgz",2599 "integrity": "sha512- kZ1EzXmDKOe+QxSJJSu70zx+x2g1awqYJjX7Z947K0affv4l8/oPA+k3SgNi3U9Q5Sbwtb5xLgDr9k0HGJSw7g==",2765 "version": "1.2.0", 2766 "resolved": "https://registry.npmjs.org/@wordpress/prettier-config/-/prettier-config-1.2.0.tgz", 2767 "integrity": "sha512-/hRr/p5rlSptjg82Mdy5rQ+mvW4GWCoKpe0FHC3oGy+E6SRcYfVGpnGCtmZa4TY69STD+eu59pCTl1J/EgUIUA==", 2600 2768 "dev": true 2601 2769 }, 2602 2770 "@wordpress/scripts": { 2603 "version": "16.1. 2",2604 "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-16.1. 2.tgz",2605 "integrity": "sha512- u6QFrG19wRp7kL5EQ2TcZ50GtPgXH35IwWWW/iio3XBSAuc5IWq2NNorGlgVS/sR1HnvoAoCTVkfaN+fpBziZA==",2771 "version": "16.1.5", 2772 "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-16.1.5.tgz", 2773 "integrity": "sha512-EF63cT5UGbWEMEJBBhxvcoNAuJIooKlqAAaMq5wN1urzsJRpQOTHTV658onoKFfgAxWB78CD7svuwIqNPGQdIw==", 2606 2774 "dev": true, 2607 2775 "requires": { 2608 2776 "@svgr/webpack": "^5.2.0", 2609 "@wordpress/babel-preset-default": "^6.2. 0",2777 "@wordpress/babel-preset-default": "^6.2.1", 2610 2778 "@wordpress/dependency-extraction-webpack-plugin": "^3.1.4", 2611 2779 "@wordpress/eslint-plugin": "^9.0.6", 2612 2780 "@wordpress/jest-preset-default": "^7.0.5", 2613 2781 "@wordpress/npm-package-json-lint-config": "^4.0.5", 2614 "@wordpress/postcss-plugins-preset": "^3.1. 2",2782 "@wordpress/postcss-plugins-preset": "^3.1.4", 2615 2783 "@wordpress/prettier-config": "^1.0.5", 2616 2784 "@wordpress/stylelint-config": "^19.0.5", … … 2658 2826 "webpack-livereload-plugin": "^2.3.0", 2659 2827 "webpack-sources": "^2.2.0" 2660 },2661 "dependencies": {2662 "prettier": {2663 "version": "npm:wp-prettier@2.2.1-beta-1",2664 "resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-2.2.1-beta-1.tgz",2665 "integrity": "sha512-+JHkqs9LC/JPp51yy1hzs3lQ7qeuWCwOcSzpQNeeY/G7oSpnF61vxt7hRh87zNRTr6ob2ndy0W8rVzhgrcA+Gw==",2666 "dev": true2667 }2668 2828 } 2669 2829 }, 2670 2830 "@wordpress/stylelint-config": { 2671 "version": "19. 0.5",2672 "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-19. 0.5.tgz",2673 "integrity": "sha512- VI89jNS4wqr6Bd2PklGiTlrzrTH2RLQe2mHkWsYABVcFBFlsv6bTDQbO2c4xX1jd/9yYH7lEyvuzb3sHnyxMSA==",2831 "version": "19.1.0", 2832 "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-19.1.0.tgz", 2833 "integrity": "sha512-K/wB9rhB+pH5WvDh3fV3DN5C3Bud+jPGXmnPY8fOXKMYI3twCFozK/j6sVuaJHqGp/0kKEF0hkkGh+HhD30KGQ==", 2674 2834 "dev": true, 2675 2835 "requires": { … … 2680 2840 }, 2681 2841 "@wordpress/warning": { 2682 "version": "2. 1.1",2683 "resolved": "https://registry.npmjs.org/@wordpress/warning/-/warning-2. 1.1.tgz",2684 "integrity": "sha512- EX+/6P2bWO0zRrKJYx1yck0rY2K5z5aPb67DTU+2ggcowW8JRP7hBzGdzhXqoE32oMS7RO97nG3uD9sZtn2DJA==",2842 "version": "2.7.0", 2843 "resolved": "https://registry.npmjs.org/@wordpress/warning/-/warning-2.7.0.tgz", 2844 "integrity": "sha512-mKHqCB63bDdT3OrAQ/iT+D4a4JqljuhJmP2jc+N8+Ta7a8nWglvvS4UGcfMKwEmy/4l49OljAp2o1ClVP62PsA==", 2685 2845 "dev": true 2686 2846 }, … … 2698 2858 }, 2699 2859 "abab": { 2700 "version": "2.0. 5",2701 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0. 5.tgz",2702 "integrity": "sha512- 9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==",2860 "version": "2.0.6", 2861 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", 2862 "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", 2703 2863 "dev": true 2704 2864 }, … … 2720 2880 }, 2721 2881 "acorn-jsx": { 2722 "version": "5.3. 1",2723 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3. 1.tgz",2724 "integrity": "sha512- K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==",2882 "version": "5.3.2", 2883 "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", 2884 "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", 2725 2885 "dev": true 2726 2886 }, … … 2750 2910 } 2751 2911 }, 2752 "airbnb-prop-types": {2753 "version": "2.16.0",2754 "resolved": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz",2755 "integrity": "sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==",2756 "dev": true,2757 "requires": {2758 "array.prototype.find": "^2.1.1",2759 "function.prototype.name": "^1.1.2",2760 "is-regex": "^1.1.0",2761 "object-is": "^1.1.2",2762 "object.assign": "^4.1.0",2763 "object.entries": "^1.1.2",2764 "prop-types": "^15.7.2",2765 "prop-types-exact": "^1.2.0",2766 "react-is": "^16.13.1"2767 }2768 },2769 2912 "ajv": { 2770 2913 "version": "6.12.6", … … 2830 2973 }, 2831 2974 "anymatch": { 2832 "version": "3.1. 1",2833 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1. 1.tgz",2834 "integrity": "sha512- mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",2975 "version": "3.1.2", 2976 "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", 2977 "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", 2835 2978 "dev": true, 2836 2979 "requires": { … … 2883 3026 }, 2884 3027 "array-includes": { 2885 "version": "3.1. 3",2886 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1. 3.tgz",2887 "integrity": "sha512- gcem1KlBU7c9rB+Rq8/3PPKsK2kjqeEBa3bD5kkQo4nYlOHQCJqIJFqBXDEfwaRuYTT4E+FxA9xez7Gf/e3Q7A==",3028 "version": "3.1.4", 3029 "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", 3030 "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", 2888 3031 "dev": true, 2889 3032 "requires": { 2890 3033 "call-bind": "^1.0.2", 2891 3034 "define-properties": "^1.1.3", 2892 "es-abstract": "^1.1 8.0-next.2",3035 "es-abstract": "^1.19.1", 2893 3036 "get-intrinsic": "^1.1.1", 2894 "is-string": "^1.0. 5"3037 "is-string": "^1.0.7" 2895 3038 } 2896 3039 }, … … 2914 3057 }, 2915 3058 "array.prototype.filter": { 2916 "version": "1.0. 0",2917 "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0. 0.tgz",2918 "integrity": "sha512- TfO1gz+tLm+Bswq0FBOXPqAchtCr2Rn48T8dLJoRFl8NoEosjZmzptmuo1X8aZBzZcqsR1W8U761tjACJtngTQ==",3059 "version": "1.0.1", 3060 "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.1.tgz", 3061 "integrity": "sha512-Dk3Ty7N42Odk7PjU/Ci3zT4pLj20YvuVnneG/58ICM6bt4Ij5kZaJTVQ9TSaWaIECX2sFyz4KItkVZqHNnciqw==", 2919 3062 "dev": true, 2920 3063 "requires": { 2921 3064 "call-bind": "^1.0.2", 2922 3065 "define-properties": "^1.1.3", 2923 "es-abstract": "^1.1 8.0",3066 "es-abstract": "^1.19.0", 2924 3067 "es-array-method-boxes-properly": "^1.0.0", 2925 "is-string": "^1.0.5" 2926 } 2927 }, 2928 "array.prototype.find": { 2929 "version": "2.1.1", 2930 "resolved": "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.1.1.tgz", 2931 "integrity": "sha512-mi+MYNJYLTx2eNYy+Yh6raoQacCsNeeMUaspFPh9Y141lFSsWxxB8V9mM2ye+eqiRs917J6/pJ4M9ZPzenWckA==", 2932 "dev": true, 2933 "requires": { 3068 "is-string": "^1.0.7" 3069 } 3070 }, 3071 "array.prototype.flat": { 3072 "version": "1.3.0", 3073 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", 3074 "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", 3075 "dev": true, 3076 "requires": { 3077 "call-bind": "^1.0.2", 2934 3078 "define-properties": "^1.1.3", 2935 "es-abstract": "^1.17.4" 2936 } 2937 }, 2938 "array.prototype.flat": { 2939 "version": "1.2.4", 2940 "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.4.tgz", 2941 "integrity": "sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg==", 2942 "dev": true, 2943 "requires": { 2944 "call-bind": "^1.0.0", 3079 "es-abstract": "^1.19.2", 3080 "es-shim-unscopables": "^1.0.0" 3081 } 3082 }, 3083 "array.prototype.flatmap": { 3084 "version": "1.3.0", 3085 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.0.tgz", 3086 "integrity": "sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==", 3087 "dev": true, 3088 "requires": { 3089 "call-bind": "^1.0.2", 2945 3090 "define-properties": "^1.1.3", 2946 "es-abstract": "^1.18.0-next.1" 2947 } 2948 }, 2949 "array.prototype.flatmap": { 2950 "version": "1.2.4", 2951 "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.2.4.tgz", 2952 "integrity": "sha512-r9Z0zYoxqHz60vvQbWEdXIEtCwHF0yxaWfno9qzXeNHvfyl3BZqygmGzb84dsubyaXLH4husF+NFgMSdpZhk2Q==", 2953 "dev": true, 2954 "requires": { 2955 "call-bind": "^1.0.0", 2956 "define-properties": "^1.1.3", 2957 "es-abstract": "^1.18.0-next.1", 2958 "function-bind": "^1.1.1" 3091 "es-abstract": "^1.19.2", 3092 "es-shim-unscopables": "^1.0.0" 2959 3093 } 2960 3094 }, … … 2966 3100 }, 2967 3101 "asn1": { 2968 "version": "0.2. 4",2969 "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2. 4.tgz",2970 "integrity": "sha512- jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",3102 "version": "0.2.6", 3103 "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", 3104 "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", 2971 3105 "dev": true, 2972 3106 "requires": { … … 3046 3180 }, 3047 3181 "async": { 3048 "version": "2.6. 3",3049 "resolved": "https://registry.npmjs.org/async/-/async-2.6. 3.tgz",3050 "integrity": "sha512- zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",3182 "version": "2.6.4", 3183 "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", 3184 "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", 3051 3185 "dev": true, 3052 3186 "requires": { … … 3074 3208 }, 3075 3209 "autoprefixer": { 3076 "version": "10.4. 0",3077 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4. 0.tgz",3078 "integrity": "sha512- 7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==",3079 "dev": true, 3080 "requires": { 3081 "browserslist": "^4. 17.5",3082 "caniuse-lite": "^1.0.30001 272",3083 "fraction.js": "^4. 1.1",3210 "version": "10.4.5", 3211 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz", 3212 "integrity": "sha512-Fvd8yCoA7lNX/OUllvS+aS1I7WRBclGXsepbvT8ZaPgrH24rgXpZzF0/6Hh3ZEkwg+0AES/Osd196VZmYoEFtw==", 3213 "dev": true, 3214 "requires": { 3215 "browserslist": "^4.20.2", 3216 "caniuse-lite": "^1.0.30001332", 3217 "fraction.js": "^4.2.0", 3084 3218 "normalize-range": "^0.1.2", 3085 3219 "picocolors": "^1.0.0", 3086 "postcss-value-parser": "^4.1.0" 3087 }, 3088 "dependencies": { 3089 "browserslist": { 3090 "version": "4.17.6", 3091 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.6.tgz", 3092 "integrity": "sha512-uPgz3vyRTlEiCv4ee9KlsKgo2V6qPk7Jsn0KAn2OBqbqKo3iNcPEC1Ti6J4dwnz+aIRfEEEuOzC9IBk8tXUomw==", 3093 "dev": true, 3094 "requires": { 3095 "caniuse-lite": "^1.0.30001274", 3096 "electron-to-chromium": "^1.3.886", 3097 "escalade": "^3.1.1", 3098 "node-releases": "^2.0.1", 3099 "picocolors": "^1.0.0" 3100 } 3101 }, 3102 "caniuse-lite": { 3103 "version": "1.0.30001278", 3104 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001278.tgz", 3105 "integrity": "sha512-mpF9KeH8u5cMoEmIic/cr7PNS+F5LWBk0t2ekGT60lFf0Wq+n9LspAj0g3P+o7DQhD3sUdlMln4YFAWhFYn9jg==", 3106 "dev": true 3107 }, 3108 "electron-to-chromium": { 3109 "version": "1.3.890", 3110 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.890.tgz", 3111 "integrity": "sha512-VWlVXSkv0cA/OOehrEyqjUTHwV8YXCPTfPvbtoeU2aHR21vI4Ejh5aC4AxUwOmbLbBgb6Gd3URZahoCxtBqCYQ==", 3112 "dev": true 3113 }, 3114 "node-releases": { 3115 "version": "2.0.1", 3116 "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz", 3117 "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==", 3118 "dev": true 3119 } 3220 "postcss-value-parser": "^4.2.0" 3120 3221 } 3121 3222 }, … … 3133 3234 }, 3134 3235 "axe-core": { 3135 "version": "4. 2.2",3136 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4. 2.2.tgz",3137 "integrity": "sha512- OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==",3236 "version": "4.4.1", 3237 "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.4.1.tgz", 3238 "integrity": "sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==", 3138 3239 "dev": true 3139 3240 }, … … 3143 3244 "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==", 3144 3245 "dev": true 3145 },3146 "babel-eslint": {3147 "version": "10.1.0",3148 "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz",3149 "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==",3150 "dev": true,3151 "requires": {3152 "@babel/code-frame": "^7.0.0",3153 "@babel/parser": "^7.7.0",3154 "@babel/traverse": "^7.7.0",3155 "@babel/types": "^7.7.0",3156 "eslint-visitor-keys": "^1.0.0",3157 "resolve": "^1.12.0"3158 },3159 "dependencies": {3160 "eslint-visitor-keys": {3161 "version": "1.3.0",3162 "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",3163 "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==",3164 "dev": true3165 }3166 }3167 3246 }, 3168 3247 "babel-jest": { … … 3183 3262 }, 3184 3263 "babel-loader": { 3185 "version": "8.2. 2",3186 "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2. 2.tgz",3187 "integrity": "sha512- JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==",3264 "version": "8.2.5", 3265 "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", 3266 "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", 3188 3267 "dev": true, 3189 3268 "requires": { 3190 3269 "find-cache-dir": "^3.3.1", 3191 "loader-utils": "^ 1.4.0",3270 "loader-utils": "^2.0.0", 3192 3271 "make-dir": "^3.1.0", 3193 3272 "schema-utils": "^2.6.5" 3194 },3195 "dependencies": {3196 "json5": {3197 "version": "1.0.1",3198 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",3199 "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",3200 "dev": true,3201 "requires": {3202 "minimist": "^1.2.0"3203 }3204 },3205 "loader-utils": {3206 "version": "1.4.0",3207 "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz",3208 "integrity": "sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==",3209 "dev": true,3210 "requires": {3211 "big.js": "^5.2.2",3212 "emojis-list": "^3.0.0",3213 "json5": "^1.0.1"3214 }3215 }3216 3273 } 3217 3274 }, … … 3226 3283 }, 3227 3284 "babel-plugin-istanbul": { 3228 "version": "6. 0.0",3229 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6. 0.0.tgz",3230 "integrity": "sha512- AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==",3285 "version": "6.1.1", 3286 "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", 3287 "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", 3231 3288 "dev": true, 3232 3289 "requires": { … … 3234 3291 "@istanbuljs/load-nyc-config": "^1.0.0", 3235 3292 "@istanbuljs/schema": "^0.1.2", 3236 "istanbul-lib-instrument": "^ 4.0.0",3293 "istanbul-lib-instrument": "^5.0.4", 3237 3294 "test-exclude": "^6.0.0" 3238 3295 } … … 3251 3308 }, 3252 3309 "babel-plugin-polyfill-corejs2": { 3253 "version": "0. 2.2",3254 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0. 2.2.tgz",3255 "integrity": "sha512- kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==",3310 "version": "0.3.1", 3311 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz", 3312 "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==", 3256 3313 "dev": true, 3257 3314 "requires": { 3258 3315 "@babel/compat-data": "^7.13.11", 3259 "@babel/helper-define-polyfill-provider": "^0. 2.2",3316 "@babel/helper-define-polyfill-provider": "^0.3.1", 3260 3317 "semver": "^6.1.1" 3261 3318 } 3262 3319 }, 3263 3320 "babel-plugin-polyfill-corejs3": { 3264 "version": "0. 2.2",3265 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0. 2.2.tgz",3266 "integrity": "sha512- l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A==",3267 "dev": true, 3268 "requires": { 3269 "@babel/helper-define-polyfill-provider": "^0. 2.2",3270 "core-js-compat": "^3. 9.1"3321 "version": "0.5.2", 3322 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz", 3323 "integrity": "sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==", 3324 "dev": true, 3325 "requires": { 3326 "@babel/helper-define-polyfill-provider": "^0.3.1", 3327 "core-js-compat": "^3.21.0" 3271 3328 } 3272 3329 }, 3273 3330 "babel-plugin-polyfill-regenerator": { 3274 "version": "0. 2.2",3275 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0. 2.2.tgz",3276 "integrity": "sha512- Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==",3277 "dev": true, 3278 "requires": { 3279 "@babel/helper-define-polyfill-provider": "^0. 2.2"3331 "version": "0.3.1", 3332 "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz", 3333 "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==", 3334 "dev": true, 3335 "requires": { 3336 "@babel/helper-define-polyfill-provider": "^0.3.1" 3280 3337 } 3281 3338 }, … … 3568 3625 }, 3569 3626 "browserslist": { 3570 "version": "4.16.6", 3571 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", 3572 "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", 3573 "dev": true, 3574 "requires": { 3575 "caniuse-lite": "^1.0.30001219", 3576 "colorette": "^1.2.2", 3577 "electron-to-chromium": "^1.3.723", 3627 "version": "4.20.3", 3628 "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.3.tgz", 3629 "integrity": "sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==", 3630 "dev": true, 3631 "requires": { 3632 "caniuse-lite": "^1.0.30001332", 3633 "electron-to-chromium": "^1.4.118", 3578 3634 "escalade": "^3.1.1", 3579 "node-releases": "^1.1.71" 3580 }, 3581 "dependencies": { 3582 "colorette": { 3583 "version": "1.2.2", 3584 "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", 3585 "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", 3586 "dev": true 3587 } 3635 "node-releases": "^2.0.3", 3636 "picocolors": "^1.0.0" 3588 3637 } 3589 3638 }, … … 3614 3663 }, 3615 3664 "buffer-from": { 3616 "version": "1.1. 1",3617 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1. 1.tgz",3618 "integrity": "sha512- MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",3665 "version": "1.1.2", 3666 "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", 3667 "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", 3619 3668 "dev": true 3620 3669 }, … … 3638 3687 }, 3639 3688 "cacache": { 3640 "version": "15.2.0", 3641 "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.2.0.tgz", 3642 "integrity": "sha512-uKoJSHmnrqXgthDFx/IU6ED/5xd+NNGe+Bb+kLZy7Ku4P+BaiWEUflAKPZ7eAzsYGcsAGASJZsybXp+quEcHTw==", 3643 "dev": true, 3644 "requires": { 3689 "version": "15.3.0", 3690 "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", 3691 "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", 3692 "dev": true, 3693 "requires": { 3694 "@npmcli/fs": "^1.0.0", 3645 3695 "@npmcli/move-file": "^1.0.1", 3646 3696 "chownr": "^2.0.0", … … 3728 3778 }, 3729 3779 "camelcase": { 3730 "version": "6. 2.0",3731 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6. 2.0.tgz",3732 "integrity": "sha512- c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==",3780 "version": "6.3.0", 3781 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", 3782 "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", 3733 3783 "dev": true 3734 3784 }, … … 3753 3803 }, 3754 3804 "caniuse-lite": { 3755 "version": "1.0.30001 235",3756 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001 235.tgz",3757 "integrity": "sha512- zWEwIVqnzPkSAXOUlQnPW2oKoYb2aLQ4Q5ejdjBcnH63rfypaW34CxaeBn1VMya2XaEU3P/R2qHpWyj+l0BT1A==",3805 "version": "1.0.30001332", 3806 "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001332.tgz", 3807 "integrity": "sha512-10T30NYOEQtN6C11YGg411yebhvpnC6Z102+B95eAsN0oB6KUs01ivE8u+G6FMIRtIrVlYXhL+LUwQ3/hXwDWw==", 3758 3808 "dev": true 3759 3809 }, … … 3774 3824 }, 3775 3825 "chalk": { 3776 "version": "4.1. 0",3777 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1. 0.tgz",3778 "integrity": "sha512- qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",3826 "version": "4.1.2", 3827 "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", 3828 "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", 3779 3829 "dev": true, 3780 3830 "requires": { … … 3849 3899 }, 3850 3900 "check-node-version": { 3851 "version": "4. 1.0",3852 "resolved": "https://registry.npmjs.org/check-node-version/-/check-node-version-4. 1.0.tgz",3853 "integrity": "sha512- TSXGsyfW5/xY2QseuJn8/hleO2AU7HxVCdkc900jp1vcfzF840GkjvRT7CHl8sRtWn23n3X3k0cwH9RXeRwhfw==",3901 "version": "4.2.1", 3902 "resolved": "https://registry.npmjs.org/check-node-version/-/check-node-version-4.2.1.tgz", 3903 "integrity": "sha512-YYmFYHV/X7kSJhuN/QYHUu998n/TRuDe8UenM3+m5NrkiH670lb9ILqHIvBencvJc4SDh+XcbXMR4b+TtubJiw==", 3854 3904 "dev": true, 3855 3905 "requires": { … … 3929 3979 "dependencies": { 3930 3980 "dom-serializer": { 3931 "version": "1. 3.2",3932 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1. 3.2.tgz",3933 "integrity": "sha512- 5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==",3981 "version": "1.4.1", 3982 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", 3983 "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", 3934 3984 "dev": true, 3935 3985 "requires": { … … 3940 3990 }, 3941 3991 "domelementtype": { 3942 "version": "2. 2.0",3943 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2. 2.0.tgz",3944 "integrity": "sha512- DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",3992 "version": "2.3.0", 3993 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 3994 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 3945 3995 "dev": true 3946 3996 }, 3947 3997 "tslib": { 3948 "version": "2. 2.0",3949 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2. 2.0.tgz",3950 "integrity": "sha512- gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==",3998 "version": "2.4.0", 3999 "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", 4000 "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", 3951 4001 "dev": true 3952 4002 } … … 3954 4004 }, 3955 4005 "cheerio-select": { 3956 "version": "1. 5.0",3957 "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1. 5.0.tgz",3958 "integrity": "sha512- qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==",3959 "dev": true, 3960 "requires": { 3961 "css-select": "^4. 1.3",3962 "css-what": "^ 5.0.1",4006 "version": "1.6.0", 4007 "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.6.0.tgz", 4008 "integrity": "sha512-eq0GdBvxVFbqWgmCm7M3XGs1I8oLy/nExUnh6oLqmBditPO9AqQJrkslDpMun/hZ0yyTs8L0m85OHp4ho6Qm9g==", 4009 "dev": true, 4010 "requires": { 4011 "css-select": "^4.3.0", 4012 "css-what": "^6.0.1", 3963 4013 "domelementtype": "^2.2.0", 3964 "domhandler": "^4. 2.0",3965 "domutils": "^2. 7.0"4014 "domhandler": "^4.3.1", 4015 "domutils": "^2.8.0" 3966 4016 }, 3967 4017 "dependencies": { 3968 4018 "css-select": { 3969 "version": "4. 1.3",3970 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4. 1.3.tgz",3971 "integrity": "sha512- gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==",4019 "version": "4.3.0", 4020 "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", 4021 "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", 3972 4022 "dev": true, 3973 4023 "requires": { 3974 4024 "boolbase": "^1.0.0", 3975 "css-what": "^ 5.0.0",3976 "domhandler": "^4. 2.0",3977 "domutils": "^2. 6.0",3978 "nth-check": "^2.0. 0"4025 "css-what": "^6.0.1", 4026 "domhandler": "^4.3.1", 4027 "domutils": "^2.8.0", 4028 "nth-check": "^2.0.1" 3979 4029 } 3980 4030 }, 3981 4031 "css-what": { 3982 "version": " 5.0.1",3983 "resolved": "https://registry.npmjs.org/css-what/-/css-what- 5.0.1.tgz",3984 "integrity": "sha512- FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==",4032 "version": "6.1.0", 4033 "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", 4034 "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", 3985 4035 "dev": true 3986 4036 }, 3987 4037 "dom-serializer": { 3988 "version": "1. 3.2",3989 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1. 3.2.tgz",3990 "integrity": "sha512- 5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==",4038 "version": "1.4.1", 4039 "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", 4040 "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", 3991 4041 "dev": true, 3992 4042 "requires": { … … 3997 4047 }, 3998 4048 "domelementtype": { 3999 "version": "2. 2.0",4000 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2. 2.0.tgz",4001 "integrity": "sha512- DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",4049 "version": "2.3.0", 4050 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 4051 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 4002 4052 "dev": true 4003 4053 }, 4004 4054 "domutils": { 4005 "version": "2. 7.0",4006 "resolved": "https://registry.npmjs.org/domutils/-/domutils-2. 7.0.tgz",4007 "integrity": "sha512- 8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==",4055 "version": "2.8.0", 4056 "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", 4057 "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", 4008 4058 "dev": true, 4009 4059 "requires": { … … 4025 4075 }, 4026 4076 "chokidar": { 4027 "version": "3.5. 1",4028 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5. 1.tgz",4029 "integrity": "sha512- 9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==",4030 "dev": true, 4031 "requires": { 4032 "anymatch": "~3.1. 1",4077 "version": "3.5.3", 4078 "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", 4079 "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", 4080 "dev": true, 4081 "requires": { 4082 "anymatch": "~3.1.2", 4033 4083 "braces": "~3.0.2", 4034 "fsevents": "~2.3. 1",4035 "glob-parent": "~5.1. 0",4084 "fsevents": "~2.3.2", 4085 "glob-parent": "~5.1.2", 4036 4086 "is-binary-path": "~2.1.0", 4037 4087 "is-glob": "~4.0.1", 4038 4088 "normalize-path": "~3.0.0", 4039 "readdirp": "~3. 5.0"4089 "readdirp": "~3.6.0" 4040 4090 } 4041 4091 }, … … 4224 4274 "dev": true 4225 4275 }, 4226 "colorette": {4227 "version": "1.2.1",4228 "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz",4229 "integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==",4230 "dev": true4231 },4232 4276 "combined-stream": { 4233 4277 "version": "1.0.8", … … 4246 4290 }, 4247 4291 "comment-parser": { 4248 "version": " 0.7.6",4249 "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser- 0.7.6.tgz",4250 "integrity": "sha512- GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==",4292 "version": "1.2.4", 4293 "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.2.4.tgz", 4294 "integrity": "sha512-pm0b+qv+CkWNriSTMsfnjChF9kH0kxz55y44Wo5le9qLxMj5xDQAaEd9ZN1ovSuk9CsrncWaFwgpOMg7ClJwkw==", 4251 4295 "dev": true 4252 4296 }, … … 4308 4352 }, 4309 4353 "concurrently": { 4310 "version": "6. 3.0",4311 "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6. 3.0.tgz",4312 "integrity": "sha512- k4k1jQGHHKsfbqzkUszVf29qECBrkvBKkcPJEUDTyVR7tZd1G/JOfnst4g1sYbFvJ4UjHZisj1aWQR8yLKpGPw==",4354 "version": "6.5.1", 4355 "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-6.5.1.tgz", 4356 "integrity": "sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==", 4313 4357 "dev": true, 4314 4358 "requires": { … … 4432 4476 }, 4433 4477 "convert-source-map": { 4434 "version": "1. 7.0",4435 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1. 7.0.tgz",4436 "integrity": "sha512- 4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==",4478 "version": "1.8.0", 4479 "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", 4480 "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", 4437 4481 "dev": true, 4438 4482 "requires": { … … 4461 4505 }, 4462 4506 "core-js": { 4463 "version": "3. 14.0",4464 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3. 14.0.tgz",4465 "integrity": "sha512- 3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==",4507 "version": "3.22.2", 4508 "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.22.2.tgz", 4509 "integrity": "sha512-Z5I2vzDnEIqO2YhELVMFcL1An2CIsFe9Q7byZhs8c/QxummxZlAHw33TUHbIte987LkisOgL0LwQ1P9D6VISnA==", 4466 4510 "dev": true 4467 4511 }, 4468 4512 "core-js-compat": { 4469 "version": "3. 14.0",4470 "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3. 14.0.tgz",4471 "integrity": "sha512- R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==",4472 "dev": true, 4473 "requires": { 4474 "browserslist": "^4. 16.6",4513 "version": "3.22.2", 4514 "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.22.2.tgz", 4515 "integrity": "sha512-Fns9lU06ZJ07pdfmPMu7OnkIKGPKDzXKIiuGlSvHHapwqMUF2QnnsWwtueFZtSyZEilP0o6iUeHQwpn7LxtLUw==", 4516 "dev": true, 4517 "requires": { 4518 "browserslist": "^4.20.2", 4475 4519 "semver": "7.0.0" 4476 4520 }, … … 4485 4529 }, 4486 4530 "core-js-pure": { 4487 "version": "3. 14.0",4488 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3. 14.0.tgz",4489 "integrity": "sha512- YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==",4531 "version": "3.22.2", 4532 "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.22.2.tgz", 4533 "integrity": "sha512-Lb+/XT4WC4PaCWWtZpNPaXmjiNDUe5CJuUtbkMrIM1kb1T/jJoAIp+bkVP/r5lHzMr+ZAAF8XHp7+my6Ol0ysQ==", 4490 4534 "dev": true 4491 4535 }, … … 4497 4541 }, 4498 4542 "cosmiconfig": { 4499 "version": "7.0. 0",4500 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0. 0.tgz",4501 "integrity": "sha512- pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",4543 "version": "7.0.1", 4544 "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", 4545 "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", 4502 4546 "dev": true, 4503 4547 "requires": { … … 4603 4647 }, 4604 4648 "css-loader": { 4605 "version": "5.2. 6",4606 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2. 6.tgz",4607 "integrity": "sha512- 0wyN5vXMQZu6BvjbrPdUJvkCzGEO24HC7IS7nW4llc6BBFC+zwR9CKtYGv63Puzsg10L/o12inMY5/2ByzfD6w==",4649 "version": "5.2.7", 4650 "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", 4651 "integrity": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==", 4608 4652 "dev": true, 4609 4653 "requires": { … … 4621 4665 "dependencies": { 4622 4666 "schema-utils": { 4623 "version": "3. 0.0",4624 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3. 0.0.tgz",4625 "integrity": "sha512- 6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==",4626 "dev": true, 4627 "requires": { 4628 "@types/json-schema": "^7.0. 6",4667 "version": "3.1.1", 4668 "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", 4669 "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", 4670 "dev": true, 4671 "requires": { 4672 "@types/json-schema": "^7.0.8", 4629 4673 "ajv": "^6.12.5", 4630 4674 "ajv-keywords": "^3.5.2" … … 4632 4676 }, 4633 4677 "semver": { 4634 "version": "7.3. 5",4635 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3. 5.tgz",4636 "integrity": "sha512- PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",4678 "version": "7.3.7", 4679 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", 4680 "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", 4637 4681 "dev": true, 4638 4682 "requires": { … … 4747 4791 }, 4748 4792 "csstype": { 4749 "version": "3.0. 8",4750 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0. 8.tgz",4751 "integrity": "sha512- jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==",4793 "version": "3.0.11", 4794 "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz", 4795 "integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==", 4752 4796 "dev": true 4753 4797 }, … … 4769 4813 }, 4770 4814 "damerau-levenshtein": { 4771 "version": "1.0. 7",4772 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0. 7.tgz",4773 "integrity": "sha512- VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==",4815 "version": "1.0.8", 4816 "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", 4817 "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==", 4774 4818 "dev": true 4775 4819 }, … … 4795 4839 }, 4796 4840 "date-fns": { 4797 "version": "2.2 5.0",4798 "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.2 5.0.tgz",4799 "integrity": "sha512- ovYRFnTrbGPD4nqaEqescPEv1mNwvt+UTqI3Ay9SzNtey9NZnYu6E2qCcBBgJ6/2VF1zGGygpyTDITqpQQ5e+w==",4841 "version": "2.28.0", 4842 "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz", 4843 "integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==", 4800 4844 "dev": true 4801 4845 }, 4802 4846 "debug": { 4803 "version": "4.3. 1",4804 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3. 1.tgz",4805 "integrity": "sha512- doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",4847 "version": "4.3.4", 4848 "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", 4849 "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", 4806 4850 "dev": true, 4807 4851 "requires": { … … 4834 4878 }, 4835 4879 "decimal.js": { 4836 "version": "10. 2.1",4837 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10. 2.1.tgz",4838 "integrity": "sha512- KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==",4880 "version": "10.3.1", 4881 "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", 4882 "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==", 4839 4883 "dev": true 4840 4884 }, … … 4858 4902 }, 4859 4903 "deep-is": { 4860 "version": "0.1. 3",4861 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1. 3.tgz",4862 "integrity": "sha 1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",4904 "version": "0.1.4", 4905 "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", 4906 "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", 4863 4907 "dev": true 4864 4908 }, … … 4870 4914 }, 4871 4915 "define-properties": { 4872 "version": "1.1.3", 4873 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", 4874 "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", 4875 "dev": true, 4876 "requires": { 4877 "object-keys": "^1.0.12" 4916 "version": "1.1.4", 4917 "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", 4918 "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", 4919 "dev": true, 4920 "requires": { 4921 "has-property-descriptors": "^1.0.0", 4922 "object-keys": "^1.1.1" 4878 4923 } 4879 4924 }, … … 4963 5008 } 4964 5009 } 4965 },4966 "pify": {4967 "version": "4.0.1",4968 "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",4969 "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==",4970 "dev": true4971 5010 } 4972 5011 } … … 5072 5111 "dependencies": { 5073 5112 "domelementtype": { 5074 "version": "2. 2.0",5075 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2. 2.0.tgz",5076 "integrity": "sha512- DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",5113 "version": "2.3.0", 5114 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 5115 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 5077 5116 "dev": true 5078 5117 } … … 5109 5148 }, 5110 5149 "domhandler": { 5111 "version": "4. 2.0",5112 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4. 2.0.tgz",5113 "integrity": "sha512- zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==",5150 "version": "4.3.1", 5151 "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", 5152 "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", 5114 5153 "dev": true, 5115 5154 "requires": { … … 5118 5157 "dependencies": { 5119 5158 "domelementtype": { 5120 "version": "2. 2.0",5121 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2. 2.0.tgz",5122 "integrity": "sha512- DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==",5159 "version": "2.3.0", 5160 "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", 5161 "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", 5123 5162 "dev": true 5124 5163 } … … 5190 5229 }, 5191 5230 "electron-to-chromium": { 5192 "version": "1. 3.749",5193 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1. 3.749.tgz",5194 "integrity": "sha512- F+v2zxZgw/fMwPz/VUGIggG4ZndDsYy0vlpthi3tjmDZlcfbhN5mYW0evXUsBr2sUtuDANFtle410A9u/sd/4A==",5231 "version": "1.4.123", 5232 "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.123.tgz", 5233 "integrity": "sha512-0pHGE53WkYoFbsgwYcVKEpWa6jbzlvkohIEA2CUoZ9b5KC+w/zlMiQHvW/4IBcOh7YoEFqRNavgTk02TBoUTUw==", 5195 5234 "dev": true 5196 5235 }, … … 5337 5376 } 5338 5377 }, 5339 "enzyme-adapter-react-16": {5340 "version": "1.15.6",5341 "resolved": "https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.6.tgz",5342 "integrity": "sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g==",5343 "dev": true,5344 "requires": {5345 "enzyme-adapter-utils": "^1.14.0",5346 "enzyme-shallow-equal": "^1.0.4",5347 "has": "^1.0.3",5348 "object.assign": "^4.1.2",5349 "object.values": "^1.1.2",5350 "prop-types": "^15.7.2",5351 "react-is": "^16.13.1",5352 "react-test-renderer": "^16.0.0-0",5353 "semver": "^5.7.0"5354 },5355 "dependencies": {5356 "semver": {5357 "version": "5.7.1",5358 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",5359 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",5360 "dev": true5361 }5362 }5363 },5364 "enzyme-adapter-utils": {5365 "version": "1.14.0",5366 "resolved": "https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.0.tgz",5367 "integrity": "sha512-F/z/7SeLt+reKFcb7597IThpDp0bmzcH1E9Oabqv+o01cID2/YInlqHbFl7HzWBl4h3OdZYedtwNDOmSKkk0bg==",5368 "dev": true,5369 "requires": {5370 "airbnb-prop-types": "^2.16.0",5371 "function.prototype.name": "^1.1.3",5372 "has": "^1.0.3",5373 "object.assign": "^4.1.2",5374 "object.fromentries": "^2.0.3",5375 "prop-types": "^15.7.2",5376 "semver": "^5.7.1"5377 },5378 "dependencies": {5379 "semver": {5380 "version": "5.7.1",5381 "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",5382 "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",5383 "dev": true5384 }5385 }5386 },5387 5378 "enzyme-shallow-equal": { 5388 5379 "version": "1.0.4", … … 5434 5425 }, 5435 5426 "es-abstract": { 5436 "version": "1.1 8.3",5437 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.1 8.3.tgz",5438 "integrity": "sha512- nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==",5427 "version": "1.19.5", 5428 "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.5.tgz", 5429 "integrity": "sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==", 5439 5430 "dev": true, 5440 5431 "requires": { … … 5443 5434 "function-bind": "^1.1.1", 5444 5435 "get-intrinsic": "^1.1.1", 5436 "get-symbol-description": "^1.0.0", 5445 5437 "has": "^1.0.3", 5446 "has-symbols": "^1.0.2", 5447 "is-callable": "^1.2.3", 5448 "is-negative-zero": "^2.0.1", 5449 "is-regex": "^1.1.3", 5450 "is-string": "^1.0.6", 5451 "object-inspect": "^1.10.3", 5438 "has-symbols": "^1.0.3", 5439 "internal-slot": "^1.0.3", 5440 "is-callable": "^1.2.4", 5441 "is-negative-zero": "^2.0.2", 5442 "is-regex": "^1.1.4", 5443 "is-shared-array-buffer": "^1.0.2", 5444 "is-string": "^1.0.7", 5445 "is-weakref": "^1.0.2", 5446 "object-inspect": "^1.12.0", 5452 5447 "object-keys": "^1.1.1", 5453 5448 "object.assign": "^4.1.2", … … 5463 5458 "dev": true 5464 5459 }, 5460 "es-shim-unscopables": { 5461 "version": "1.0.0", 5462 "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", 5463 "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", 5464 "dev": true, 5465 "requires": { 5466 "has": "^1.0.3" 5467 } 5468 }, 5465 5469 "es-to-primitive": { 5466 5470 "version": "1.2.1", … … 5500 5504 "dependencies": { 5501 5505 "estraverse": { 5502 "version": "5. 2.0",5503 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5. 2.0.tgz",5504 "integrity": "sha512- BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",5506 "version": "5.3.0", 5507 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", 5508 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", 5505 5509 "dev": true 5506 5510 }, … … 5554 5558 }, 5555 5559 "eslint": { 5556 "version": "7. 28.0",5557 "resolved": "https://registry.npmjs.org/eslint/-/eslint-7. 28.0.tgz",5558 "integrity": "sha512- UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==",5560 "version": "7.32.0", 5561 "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz", 5562 "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==", 5559 5563 "dev": true, 5560 5564 "requires": { 5561 5565 "@babel/code-frame": "7.12.11", 5562 "@eslint/eslintrc": "^0.4.2", 5566 "@eslint/eslintrc": "^0.4.3", 5567 "@humanwhocodes/config-array": "^0.5.0", 5563 5568 "ajv": "^6.10.0", 5564 5569 "chalk": "^4.0.0", … … 5653 5658 }, 5654 5659 "globals": { 5655 "version": "13. 9.0",5656 "resolved": "https://registry.npmjs.org/globals/-/globals-13. 9.0.tgz",5657 "integrity": "sha512- 74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==",5660 "version": "13.13.0", 5661 "resolved": "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz", 5662 "integrity": "sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==", 5658 5663 "dev": true, 5659 5664 "requires": { … … 5674 5679 }, 5675 5680 "semver": { 5676 "version": "7.3. 5",5677 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3. 5.tgz",5678 "integrity": "sha512- PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",5681 "version": "7.3.7", 5682 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", 5683 "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", 5679 5684 "dev": true, 5680 5685 "requires": { … … 5721 5726 }, 5722 5727 "eslint-import-resolver-node": { 5723 "version": "0.3.4", 5724 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz", 5725 "integrity": "sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==", 5726 "dev": true, 5727 "requires": { 5728 "version": "0.3.6", 5729 "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz", 5730 "integrity": "sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==", 5731 "dev": true, 5732 "requires": { 5733 "debug": "^3.2.7", 5734 "resolve": "^1.20.0" 5735 }, 5736 "dependencies": { 5737 "debug": { 5738 "version": "3.2.7", 5739 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 5740 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 5741 "dev": true, 5742 "requires": { 5743 "ms": "^2.1.1" 5744 } 5745 } 5746 } 5747 }, 5748 "eslint-module-utils": { 5749 "version": "2.7.3", 5750 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", 5751 "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", 5752 "dev": true, 5753 "requires": { 5754 "debug": "^3.2.7", 5755 "find-up": "^2.1.0" 5756 }, 5757 "dependencies": { 5758 "debug": { 5759 "version": "3.2.7", 5760 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 5761 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 5762 "dev": true, 5763 "requires": { 5764 "ms": "^2.1.1" 5765 } 5766 } 5767 } 5768 }, 5769 "eslint-plugin-import": { 5770 "version": "2.26.0", 5771 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.26.0.tgz", 5772 "integrity": "sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==", 5773 "dev": true, 5774 "requires": { 5775 "array-includes": "^3.1.4", 5776 "array.prototype.flat": "^1.2.5", 5728 5777 "debug": "^2.6.9", 5729 "resolve": "^1.13.1" 5778 "doctrine": "^2.1.0", 5779 "eslint-import-resolver-node": "^0.3.6", 5780 "eslint-module-utils": "^2.7.3", 5781 "has": "^1.0.3", 5782 "is-core-module": "^2.8.1", 5783 "is-glob": "^4.0.3", 5784 "minimatch": "^3.1.2", 5785 "object.values": "^1.1.5", 5786 "resolve": "^1.22.0", 5787 "tsconfig-paths": "^3.14.1" 5730 5788 }, 5731 5789 "dependencies": { … … 5747 5805 } 5748 5806 }, 5749 "eslint-module-utils": { 5750 "version": "2.6.1", 5751 "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz", 5752 "integrity": "sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==", 5753 "dev": true, 5754 "requires": { 5755 "debug": "^3.2.7", 5756 "pkg-dir": "^2.0.0" 5757 }, 5758 "dependencies": { 5759 "debug": { 5760 "version": "3.2.7", 5761 "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", 5762 "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", 5763 "dev": true, 5764 "requires": { 5765 "ms": "^2.1.1" 5766 } 5767 } 5768 } 5769 }, 5770 "eslint-plugin-import": { 5771 "version": "2.23.4", 5772 "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.23.4.tgz", 5773 "integrity": "sha512-6/wP8zZRsnQFiR3iaPFgh5ImVRM1WN5NUWfTIRqwOdeiGJlBcSk82o1FEVq8yXmy4lkIzTo7YhHCIxlU/2HyEQ==", 5774 "dev": true, 5775 "requires": { 5776 "array-includes": "^3.1.3", 5777 "array.prototype.flat": "^1.2.4", 5778 "debug": "^2.6.9", 5779 "doctrine": "^2.1.0", 5780 "eslint-import-resolver-node": "^0.3.4", 5781 "eslint-module-utils": "^2.6.1", 5782 "find-up": "^2.0.0", 5807 "eslint-plugin-jest": { 5808 "version": "24.7.0", 5809 "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.7.0.tgz", 5810 "integrity": "sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==", 5811 "dev": true, 5812 "requires": { 5813 "@typescript-eslint/experimental-utils": "^4.0.1" 5814 } 5815 }, 5816 "eslint-plugin-jsdoc": { 5817 "version": "36.1.1", 5818 "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-36.1.1.tgz", 5819 "integrity": "sha512-nuLDvH1EJaKx0PCa9oeQIxH6pACIhZd1gkalTUxZbaxxwokjs7TplqY0Q8Ew3CoZaf5aowm0g/Z3JGHCatt+gQ==", 5820 "dev": true, 5821 "requires": { 5822 "@es-joy/jsdoccomment": "0.10.8", 5823 "comment-parser": "1.2.4", 5824 "debug": "^4.3.2", 5825 "esquery": "^1.4.0", 5826 "jsdoc-type-pratt-parser": "^1.1.1", 5827 "lodash": "^4.17.21", 5828 "regextras": "^0.8.0", 5829 "semver": "^7.3.5", 5830 "spdx-expression-parse": "^3.0.1" 5831 }, 5832 "dependencies": { 5833 "semver": { 5834 "version": "7.3.7", 5835 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", 5836 "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", 5837 "dev": true, 5838 "requires": { 5839 "lru-cache": "^6.0.0" 5840 } 5841 } 5842 } 5843 }, 5844 "eslint-plugin-jsx-a11y": { 5845 "version": "6.5.1", 5846 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz", 5847 "integrity": "sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==", 5848 "dev": true, 5849 "requires": { 5850 "@babel/runtime": "^7.16.3", 5851 "aria-query": "^4.2.2", 5852 "array-includes": "^3.1.4", 5853 "ast-types-flow": "^0.0.7", 5854 "axe-core": "^4.3.5", 5855 "axobject-query": "^2.2.0", 5856 "damerau-levenshtein": "^1.0.7", 5857 "emoji-regex": "^9.2.2", 5783 5858 "has": "^1.0.3", 5784 "is-core-module": "^2.4.0", 5785 "minimatch": "^3.0.4", 5786 "object.values": "^1.1.3", 5787 "pkg-up": "^2.0.0", 5788 "read-pkg-up": "^3.0.0", 5789 "resolve": "^1.20.0", 5790 "tsconfig-paths": "^3.9.0" 5791 }, 5792 "dependencies": { 5793 "debug": { 5794 "version": "2.6.9", 5795 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", 5796 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", 5797 "dev": true, 5798 "requires": { 5799 "ms": "2.0.0" 5800 } 5801 }, 5802 "ms": { 5803 "version": "2.0.0", 5804 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", 5805 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", 5806 "dev": true 5807 }, 5808 "read-pkg-up": { 5809 "version": "3.0.0", 5810 "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", 5811 "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", 5812 "dev": true, 5813 "requires": { 5814 "find-up": "^2.0.0", 5815 "read-pkg": "^3.0.0" 5816 } 5817 } 5818 } 5819 }, 5820 "eslint-plugin-jest": { 5821 "version": "24.3.6", 5822 "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz", 5823 "integrity": "sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==", 5824 "dev": true, 5825 "requires": { 5826 "@typescript-eslint/experimental-utils": "^4.0.1" 5827 } 5828 }, 5829 "eslint-plugin-jsdoc": { 5830 "version": "30.7.13", 5831 "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.7.13.tgz", 5832 "integrity": "sha512-YM4WIsmurrp0rHX6XiXQppqKB8Ne5ATiZLJe2+/fkp9l9ExXFr43BbAbjZaVrpCT+tuPYOZ8k1MICARHnURUNQ==", 5833 "dev": true, 5834 "requires": { 5835 "comment-parser": "^0.7.6", 5836 "debug": "^4.3.1", 5837 "jsdoctypeparser": "^9.0.0", 5838 "lodash": "^4.17.20", 5839 "regextras": "^0.7.1", 5840 "semver": "^7.3.4", 5841 "spdx-expression-parse": "^3.0.1" 5842 }, 5843 "dependencies": { 5844 "semver": { 5845 "version": "7.3.5", 5846 "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", 5847 "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", 5848 "dev": true, 5849 "requires": { 5850 "lru-cache": "^6.0.0" 5851 } 5852 } 5853 } 5854 }, 5855 "eslint-plugin-jsx-a11y": { 5856 "version": "6.4.1", 5857 "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.4.1.tgz", 5858 "integrity": "sha512-0rGPJBbwHoGNPU73/QCLP/vveMlM1b1Z9PponxO87jfr6tuH5ligXbDT6nHSSzBC8ovX2Z+BQu7Bk5D/Xgq9zg==", 5859 "dev": true, 5860 "requires": { 5861 "@babel/runtime": "^7.11.2", 5862 "aria-query": "^4.2.2", 5863 "array-includes": "^3.1.1", 5864 "ast-types-flow": "^0.0.7", 5865 "axe-core": "^4.0.2", 5866 "axobject-query": "^2.2.0", 5867 "damerau-levenshtein": "^1.0.6", 5868 "emoji-regex": "^9.0.0", 5869 "has": "^1.0.3", 5870 "jsx-ast-utils": "^3.1.0", 5871 "language-tags": "^1.0.5" 5859 "jsx-ast-utils": "^3.2.1", 5860 "language-tags": "^1.0.5", 5861 "minimatch": "^3.0.4" 5872 5862 } 5873 5863 }, … … 5884 5874 }, 5885 5875 "eslint-plugin-prettier": { 5886 "version": "3.4. 0",5887 "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4. 0.tgz",5888 "integrity": "sha512- UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==",5876 "version": "3.4.1", 5877 "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz", 5878 "integrity": "sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==", 5889 5879 "dev": true, 5890 5880 "requires": { … … 5893 5883 }, 5894 5884 "eslint-plugin-react": { 5895 "version": "7.2 4.0",5896 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.2 4.0.tgz",5897 "integrity": "sha512- KJJIx2SYx7PBx3ONe/mEeMz4YE0Lcr7feJTCMyyKb/341NcjuAgim3Acgan89GfPv7nxXK2+0slu0CWXYM4x+Q==",5898 "dev": true, 5899 "requires": { 5900 "array-includes": "^3.1. 3",5901 "array.prototype.flatmap": "^1.2. 4",5885 "version": "7.29.4", 5886 "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.29.4.tgz", 5887 "integrity": "sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==", 5888 "dev": true, 5889 "requires": { 5890 "array-includes": "^3.1.4", 5891 "array.prototype.flatmap": "^1.2.5", 5902 5892 "doctrine": "^2.1.0", 5903 " has": "^1.0.3",5893 "estraverse": "^5.3.0", 5904 5894 "jsx-ast-utils": "^2.4.1 || ^3.0.0", 5905 "minimatch": "^3.0.4", 5906 "object.entries": "^1.1.4", 5907 "object.fromentries": "^2.0.4", 5908 "object.values": "^1.1.4", 5909 "prop-types": "^15.7.2", 5895 "minimatch": "^3.1.2", 5896 "object.entries": "^1.1.5", 5897 "object.fromentries": "^2.0.5", 5898 "object.hasown": "^1.1.0", 5899 "object.values": "^1.1.5", 5900 "prop-types": "^15.8.1", 5910 5901 "resolve": "^2.0.0-next.3", 5911 "string.prototype.matchall": "^4.0.5" 5912 }, 5913 "dependencies": { 5902 "semver": "^6.3.0", 5903 "string.prototype.matchall": "^4.0.6" 5904 }, 5905 "dependencies": { 5906 "estraverse": { 5907 "version": "5.3.0", 5908 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", 5909 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", 5910 "dev": true 5911 }, 5914 5912 "resolve": { 5915 5913 "version": "2.0.0-next.3", … … 5925 5923 }, 5926 5924 "eslint-plugin-react-hooks": { 5927 "version": "4. 2.0",5928 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4. 2.0.tgz",5929 "integrity": "sha512- 623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==",5925 "version": "4.5.0", 5926 "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.5.0.tgz", 5927 "integrity": "sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==", 5930 5928 "dev": true 5931 5929 }, … … 5990 5988 "dependencies": { 5991 5989 "estraverse": { 5992 "version": "5. 2.0",5993 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5. 2.0.tgz",5994 "integrity": "sha512- BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",5990 "version": "5.3.0", 5991 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", 5992 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", 5995 5993 "dev": true 5996 5994 } … … 6007 6005 "dependencies": { 6008 6006 "estraverse": { 6009 "version": "5. 2.0",6010 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5. 2.0.tgz",6011 "integrity": "sha512- BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==",6007 "version": "5.3.0", 6008 "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", 6009 "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", 6012 6010 "dev": true 6013 6011 } … … 6338 6336 }, 6339 6337 "fast-glob": { 6340 "version": "3.2. 5",6341 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2. 5.tgz",6342 "integrity": "sha512- 2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==",6338 "version": "3.2.11", 6339 "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", 6340 "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", 6343 6341 "dev": true, 6344 6342 "requires": { 6345 6343 "@nodelib/fs.stat": "^2.0.2", 6346 6344 "@nodelib/fs.walk": "^1.2.3", 6347 "glob-parent": "^5.1. 0",6345 "glob-parent": "^5.1.2", 6