Changeset 50235
- Timestamp:
- 02/08/2021 03:34:31 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package-lock.json
r50176 r50235 6 6 "dependencies": { 7 7 "@babel/code-frame": { 8 "version": "7.12.1 1",9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.1 1.tgz",10 "integrity": "sha512- Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",11 "requires": { 12 "@babel/highlight": "^7.1 0.4"8 "version": "7.12.13", 9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", 10 "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", 11 "requires": { 12 "@babel/highlight": "^7.12.13" 13 13 } 14 14 }, 15 15 "@babel/compat-data": { 16 "version": "7.12. 7",17 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12. 7.tgz",18 "integrity": "sha512- YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==",16 "version": "7.12.13", 17 "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.12.13.tgz", 18 "integrity": "sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==", 19 19 "dev": true 20 20 }, 21 21 "@babel/core": { 22 "version": "7.12.1 0",23 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.1 0.tgz",24 "integrity": "sha512- eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==",25 "dev": true, 26 "requires": { 27 "@babel/code-frame": "^7.1 0.4",28 "@babel/generator": "^7.12.1 0",29 "@babel/helper-module-transforms": "^7.12.1 ",30 "@babel/helpers": "^7.12. 5",31 "@babel/parser": "^7.12.1 0",32 "@babel/template": "^7.12. 7",33 "@babel/traverse": "^7.12.1 0",34 "@babel/types": "^7.12.1 0",22 "version": "7.12.13", 23 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.13.tgz", 24 "integrity": "sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==", 25 "dev": true, 26 "requires": { 27 "@babel/code-frame": "^7.12.13", 28 "@babel/generator": "^7.12.13", 29 "@babel/helper-module-transforms": "^7.12.13", 30 "@babel/helpers": "^7.12.13", 31 "@babel/parser": "^7.12.13", 32 "@babel/template": "^7.12.13", 33 "@babel/traverse": "^7.12.13", 34 "@babel/types": "^7.12.13", 35 35 "convert-source-map": "^1.7.0", 36 36 "debug": "^4.1.0", … … 42 42 }, 43 43 "dependencies": { 44 "@babel/parser": { 45 "version": "7.12.15", 46 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz", 47 "integrity": "sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==", 48 "dev": true 49 }, 44 50 "json5": { 45 51 "version": "2.2.0", … … 60 66 }, 61 67 "@babel/generator": { 62 "version": "7.12.1 1",63 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.1 1.tgz",64 "integrity": "sha512- Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==",65 "dev": true, 66 "requires": { 67 "@babel/types": "^7.12.1 1",68 "version": "7.12.15", 69 "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz", 70 "integrity": "sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==", 71 "dev": true, 72 "requires": { 73 "@babel/types": "^7.12.13", 68 74 "jsesc": "^2.5.1", 69 75 "source-map": "^0.5.0" … … 71 77 }, 72 78 "@babel/helper-annotate-as-pure": { 73 "version": "7.12.1 0",74 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.1 0.tgz",75 "integrity": "sha512- XplmVbC1n+KY6jL8/fgLVXXUauDIB+lD5+GsQEh6F6GBF1dq1qy4DP4yXWzDKcoqXB3X58t61e85Fitoww4JVQ==",76 "dev": true, 77 "requires": { 78 "@babel/types": "^7.12.1 0"79 "version": "7.12.13", 80 "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz", 81 "integrity": "sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==", 82 "dev": true, 83 "requires": { 84 "@babel/types": "^7.12.13" 79 85 } 80 86 }, 81 87 "@babel/helper-builder-binary-assignment-operator-visitor": { 82 "version": "7.1 0.4",83 "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1 0.4.tgz",84 "integrity": "sha512- L0zGlFrGWZK4PbT8AszSfLTM5sDU1+Az/En9VrdT8/LmEiJt4zXt+Jve9DCAnQcbqDhCI+29y/L93mrDzddCcg==",85 "dev": true, 86 "requires": { 87 "@babel/helper-explode-assignable-expression": "^7.1 0.4",88 "@babel/types": "^7.1 0.4"88 "version": "7.12.13", 89 "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz", 90 "integrity": "sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA==", 91 "dev": true, 92 "requires": { 93 "@babel/helper-explode-assignable-expression": "^7.12.13", 94 "@babel/types": "^7.12.13" 89 95 } 90 96 }, 91 97 "@babel/helper-compilation-targets": { 92 "version": "7.12. 5",93 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12. 5.tgz",94 "integrity": "sha512- +qH6NrscMolUlzOYngSBMIOQpKUGPPsc61Bu5W10mg84LxZ7cmvnBHzARKbDoFxVvqqAbj6Tg6N7bSrWSPXMyw==",95 "dev": true, 96 "requires": { 97 "@babel/compat-data": "^7.12. 5",98 "@babel/helper-validator-option": "^7.12.1 ",98 "version": "7.12.13", 99 "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.13.tgz", 100 "integrity": "sha512-dXof20y/6wB5HnLOGyLh/gobsMvDNoekcC+8MCV2iaTd5JemhFkPD73QB+tK3iFC9P0xJC73B6MvKkyUfS9cCw==", 101 "dev": true, 102 "requires": { 103 "@babel/compat-data": "^7.12.13", 104 "@babel/helper-validator-option": "^7.12.11", 99 105 "browserslist": "^4.14.5", 100 106 "semver": "^5.5.0" … … 110 116 }, 111 117 "@babel/helper-create-class-features-plugin": { 112 "version": "7.12.1 ",113 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1 .tgz",114 "integrity": "sha512- hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==",115 "dev": true, 116 "requires": { 117 "@babel/helper-function-name": "^7.1 0.4",118 "@babel/helper-member-expression-to-functions": "^7.12.1 ",119 "@babel/helper-optimise-call-expression": "^7.1 0.4",120 "@babel/helper-replace-supers": "^7.12.1 ",121 "@babel/helper-split-export-declaration": "^7.1 0.4"118 "version": "7.12.13", 119 "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.13.tgz", 120 "integrity": "sha512-Vs/e9wv7rakKYeywsmEBSRC9KtmE7Px+YBlESekLeJOF0zbGUicGfXSNi3o+tfXSNS48U/7K9mIOOCR79Cl3+Q==", 121 "dev": true, 122 "requires": { 123 "@babel/helper-function-name": "^7.12.13", 124 "@babel/helper-member-expression-to-functions": "^7.12.13", 125 "@babel/helper-optimise-call-expression": "^7.12.13", 126 "@babel/helper-replace-supers": "^7.12.13", 127 "@babel/helper-split-export-declaration": "^7.12.13" 122 128 } 123 129 }, 124 130 "@babel/helper-create-regexp-features-plugin": { 125 "version": "7.12. 7",126 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12. 7.tgz",127 "integrity": "sha512- idnutvQPdpbduutvi3JVfEgcVIHooQnhvhx0Nk9isOINOIGYkZea1Pk2JlJRiUnMefrlvr0vkByATBY/mB4vjQ==",128 "dev": true, 129 "requires": { 130 "@babel/helper-annotate-as-pure": "^7.1 0.4",131 "version": "7.12.13", 132 "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.13.tgz", 133 "integrity": "sha512-XC+kiA0J3at6E85dL5UnCYfVOcIZ834QcAY0TIpgUVnz0zDzg+0TtvZTnJ4g9L1dPRGe30Qi03XCIS4tYCLtqw==", 134 "dev": true, 135 "requires": { 136 "@babel/helper-annotate-as-pure": "^7.12.13", 131 137 "regexpu-core": "^4.7.1" 132 138 } 133 139 }, 134 "@babel/helper-define-map": { 135 "version": "7.10.5", 136 "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.10.5.tgz", 137 "integrity": "sha512-fMw4kgFB720aQFXSVaXr79pjjcW5puTCM16+rECJ/plGS+zByelE8l9nCpV1GibxTnFVmUuYG9U8wYfQHdzOEQ==", 138 "dev": true, 139 "requires": { 140 "@babel/helper-function-name": "^7.10.4", 141 "@babel/types": "^7.10.5", 140 "@babel/helper-explode-assignable-expression": { 141 "version": "7.12.13", 142 "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.13.tgz", 143 "integrity": "sha512-5loeRNvMo9mx1dA/d6yNi+YiKziJZFylZnCo1nmFF4qPU4yJ14abhWESuSMQSlQxWdxdOFzxXjk/PpfudTtYyw==", 144 "dev": true, 145 "requires": { 146 "@babel/types": "^7.12.13" 147 } 148 }, 149 "@babel/helper-function-name": { 150 "version": "7.12.13", 151 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz", 152 "integrity": "sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==", 153 "dev": true, 154 "requires": { 155 "@babel/helper-get-function-arity": "^7.12.13", 156 "@babel/template": "^7.12.13", 157 "@babel/types": "^7.12.13" 158 } 159 }, 160 "@babel/helper-get-function-arity": { 161 "version": "7.12.13", 162 "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz", 163 "integrity": "sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==", 164 "dev": true, 165 "requires": { 166 "@babel/types": "^7.12.13" 167 } 168 }, 169 "@babel/helper-hoist-variables": { 170 "version": "7.12.13", 171 "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.12.13.tgz", 172 "integrity": "sha512-KSC5XSj5HreRhYQtZ3cnSnQwDzgnbdUDEFsxkN0m6Q3WrCRt72xrnZ8+h+pX7YxM7hr87zIO3a/v5p/H3TrnVw==", 173 "dev": true, 174 "requires": { 175 "@babel/types": "^7.12.13" 176 } 177 }, 178 "@babel/helper-member-expression-to-functions": { 179 "version": "7.12.13", 180 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.13.tgz", 181 "integrity": "sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ==", 182 "dev": true, 183 "requires": { 184 "@babel/types": "^7.12.13" 185 } 186 }, 187 "@babel/helper-module-imports": { 188 "version": "7.12.13", 189 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz", 190 "integrity": "sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==", 191 "requires": { 192 "@babel/types": "^7.12.13" 193 } 194 }, 195 "@babel/helper-module-transforms": { 196 "version": "7.12.13", 197 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz", 198 "integrity": "sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==", 199 "dev": true, 200 "requires": { 201 "@babel/helper-module-imports": "^7.12.13", 202 "@babel/helper-replace-supers": "^7.12.13", 203 "@babel/helper-simple-access": "^7.12.13", 204 "@babel/helper-split-export-declaration": "^7.12.13", 205 "@babel/helper-validator-identifier": "^7.12.11", 206 "@babel/template": "^7.12.13", 207 "@babel/traverse": "^7.12.13", 208 "@babel/types": "^7.12.13", 142 209 "lodash": "^4.17.19" 143 210 } 144 211 }, 145 "@babel/helper-explode-assignable-expression": {146 "version": "7.12.1",147 "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.12.1.tgz",148 "integrity": "sha512-dmUwH8XmlrUpVqgtZ737tK88v07l840z9j3OEhCLwKTkjlvKpfqXVIZ0wpK3aeOxspwGrf/5AP5qLx4rO3w5rA==",149 "dev": true,150 "requires": {151 "@babel/types": "^7.12.1"152 }153 },154 "@babel/helper-function-name": {155 "version": "7.12.11",156 "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz",157 "integrity": "sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==",158 "dev": true,159 "requires": {160 "@babel/helper-get-function-arity": "^7.12.10",161 "@babel/template": "^7.12.7",162 "@babel/types": "^7.12.11"163 }164 },165 "@babel/helper-get-function-arity": {166 "version": "7.12.10",167 "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz",168 "integrity": "sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==",169 "dev": true,170 "requires": {171 "@babel/types": "^7.12.10"172 }173 },174 "@babel/helper-hoist-variables": {175 "version": "7.10.4",176 "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.10.4.tgz",177 "integrity": "sha512-wljroF5PgCk2juF69kanHVs6vrLwIPNp6DLD+Lrl3hoQ3PpPPikaDRNFA+0t81NOoMt2DL6WW/mdU8k4k6ZzuA==",178 "dev": true,179 "requires": {180 "@babel/types": "^7.10.4"181 }182 },183 "@babel/helper-member-expression-to-functions": {184 "version": "7.12.7",185 "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz",186 "integrity": "sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==",187 "dev": true,188 "requires": {189 "@babel/types": "^7.12.7"190 }191 },192 "@babel/helper-module-imports": {193 "version": "7.12.5",194 "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz",195 "integrity": "sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==",196 "requires": {197 "@babel/types": "^7.12.5"198 }199 },200 "@babel/helper-module-transforms": {201 "version": "7.12.1",202 "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz",203 "integrity": "sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==",204 "dev": true,205 "requires": {206 "@babel/helper-module-imports": "^7.12.1",207 "@babel/helper-replace-supers": "^7.12.1",208 "@babel/helper-simple-access": "^7.12.1",209 "@babel/helper-split-export-declaration": "^7.11.0",210 "@babel/helper-validator-identifier": "^7.10.4",211 "@babel/template": "^7.10.4",212 "@babel/traverse": "^7.12.1",213 "@babel/types": "^7.12.1",214 "lodash": "^4.17.19"215 }216 },217 212 "@babel/helper-optimise-call-expression": { 218 "version": "7.12.1 0",219 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.1 0.tgz",220 "integrity": "sha512- 4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==",221 "dev": true, 222 "requires": { 223 "@babel/types": "^7.12.1 0"213 "version": "7.12.13", 214 "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz", 215 "integrity": "sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==", 216 "dev": true, 217 "requires": { 218 "@babel/types": "^7.12.13" 224 219 } 225 220 }, 226 221 "@babel/helper-plugin-utils": { 227 "version": "7.1 0.4",228 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.1 0.4.tgz",229 "integrity": "sha512- O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",222 "version": "7.12.13", 223 "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.12.13.tgz", 224 "integrity": "sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA==", 230 225 "dev": true 231 226 }, 232 227 "@babel/helper-remap-async-to-generator": { 233 "version": "7.12.1 ",234 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1 .tgz",235 "integrity": "sha512- 9d0KQCRM8clMPcDwo8SevNs+/9a8yWVVmaE80FGJcEP8N1qToREmWEGnBn8BUlJhYRFz6fqxeRL1sl5Ogsed7A==",236 "dev": true, 237 "requires": { 238 "@babel/helper-annotate-as-pure": "^7.1 0.4",239 "@babel/helper-wrap-function": "^7.1 0.4",240 "@babel/types": "^7.12.1 "228 "version": "7.12.13", 229 "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.13.tgz", 230 "integrity": "sha512-Qa6PU9vNcj1NZacZZI1Mvwt+gXDH6CTfgAkSjeRMLE8HxtDK76+YDId6NQR+z7Rgd5arhD2cIbS74r0SxD6PDA==", 231 "dev": true, 232 "requires": { 233 "@babel/helper-annotate-as-pure": "^7.12.13", 234 "@babel/helper-wrap-function": "^7.12.13", 235 "@babel/types": "^7.12.13" 241 236 } 242 237 }, 243 238 "@babel/helper-replace-supers": { 244 "version": "7.12.1 1",245 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.1 1.tgz",246 "integrity": "sha512- q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA==",247 "dev": true, 248 "requires": { 249 "@babel/helper-member-expression-to-functions": "^7.12. 7",250 "@babel/helper-optimise-call-expression": "^7.12.1 0",251 "@babel/traverse": "^7.12.1 0",252 "@babel/types": "^7.12.1 1"239 "version": "7.12.13", 240 "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz", 241 "integrity": "sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg==", 242 "dev": true, 243 "requires": { 244 "@babel/helper-member-expression-to-functions": "^7.12.13", 245 "@babel/helper-optimise-call-expression": "^7.12.13", 246 "@babel/traverse": "^7.12.13", 247 "@babel/types": "^7.12.13" 253 248 } 254 249 }, 255 250 "@babel/helper-simple-access": { 256 "version": "7.12.1 ",257 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.1 .tgz",258 "integrity": "sha512- OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==",259 "dev": true, 260 "requires": { 261 "@babel/types": "^7.12.1 "251 "version": "7.12.13", 252 "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz", 253 "integrity": "sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==", 254 "dev": true, 255 "requires": { 256 "@babel/types": "^7.12.13" 262 257 } 263 258 }, … … 272 267 }, 273 268 "@babel/helper-split-export-declaration": { 274 "version": "7.12.1 1",275 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.1 1.tgz",276 "integrity": "sha512- LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==",277 "dev": true, 278 "requires": { 279 "@babel/types": "^7.12.1 1"269 "version": "7.12.13", 270 "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz", 271 "integrity": "sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==", 272 "dev": true, 273 "requires": { 274 "@babel/types": "^7.12.13" 280 275 } 281 276 }, … … 292 287 }, 293 288 "@babel/helper-wrap-function": { 294 "version": "7.12. 3",295 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12. 3.tgz",296 "integrity": "sha512- Cvb8IuJDln3rs6tzjW3Y8UeelAOdnpB8xtQ4sme2MSZ9wOxrbThporC0y/EtE16VAtoyEfLM404Xr1e0OOp+ow==",297 "dev": true, 298 "requires": { 299 "@babel/helper-function-name": "^7.1 0.4",300 "@babel/template": "^7.1 0.4",301 "@babel/traverse": "^7.1 0.4",302 "@babel/types": "^7.1 0.4"289 "version": "7.12.13", 290 "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.12.13.tgz", 291 "integrity": "sha512-t0aZFEmBJ1LojdtJnhOaQEVejnzYhyjWHSsNSNo8vOYRbAJNh6r6GQF7pd36SqG7OKGbn+AewVQ/0IfYfIuGdw==", 292 "dev": true, 293 "requires": { 294 "@babel/helper-function-name": "^7.12.13", 295 "@babel/template": "^7.12.13", 296 "@babel/traverse": "^7.12.13", 297 "@babel/types": "^7.12.13" 303 298 } 304 299 }, 305 300 "@babel/helpers": { 306 "version": "7.12. 5",307 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12. 5.tgz",308 "integrity": "sha512- lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==",309 "dev": true, 310 "requires": { 311 "@babel/template": "^7.1 0.4",312 "@babel/traverse": "^7.12. 5",313 "@babel/types": "^7.12. 5"301 "version": "7.12.13", 302 "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.13.tgz", 303 "integrity": "sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==", 304 "dev": true, 305 "requires": { 306 "@babel/template": "^7.12.13", 307 "@babel/traverse": "^7.12.13", 308 "@babel/types": "^7.12.13" 314 309 } 315 310 }, 316 311 "@babel/highlight": { 317 "version": "7.1 0.4",318 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.1 0.4.tgz",319 "integrity": "sha512- i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",320 "requires": { 321 "@babel/helper-validator-identifier": "^7.1 0.4",312 "version": "7.12.13", 313 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.12.13.tgz", 314 "integrity": "sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==", 315 "requires": { 316 "@babel/helper-validator-identifier": "^7.12.11", 322 317 "chalk": "^2.0.0", 323 318 "js-tokens": "^4.0.0" … … 343 338 }, 344 339 "@babel/plugin-proposal-async-generator-functions": { 345 "version": "7.12.1 2",346 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1 2.tgz",347 "integrity": "sha512- nrz9y0a4xmUrRq51bYkWJIO5SBZyG2ys2qinHsN0zHDHVsUaModrkpyWWWXfGqYQmOL3x9sQIcTNN/pBGpo09A==",348 "dev": true, 349 "requires": { 350 "@babel/helper-plugin-utils": "^7.1 0.4",351 "@babel/helper-remap-async-to-generator": "^7.12.1 ",340 "version": "7.12.13", 341 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz", 342 "integrity": "sha512-1KH46Hx4WqP77f978+5Ye/VUbuwQld2hph70yaw2hXS2v7ER2f3nlpNMu909HO2rbvP0NKLlMVDPh9KXklVMhA==", 343 "dev": true, 344 "requires": { 345 "@babel/helper-plugin-utils": "^7.12.13", 346 "@babel/helper-remap-async-to-generator": "^7.12.13", 352 347 "@babel/plugin-syntax-async-generators": "^7.8.0" 353 348 } 354 349 }, 355 350 "@babel/plugin-proposal-class-properties": { 356 "version": "7.12.1 ",357 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.1 .tgz",358 "integrity": "sha512- cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==",359 "dev": true, 360 "requires": { 361 "@babel/helper-create-class-features-plugin": "^7.12.1 ",362 "@babel/helper-plugin-utils": "^7.1 0.4"351 "version": "7.12.13", 352 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.12.13.tgz", 353 "integrity": "sha512-8SCJ0Ddrpwv4T7Gwb33EmW1V9PY5lggTO+A8WjyIwxrSHDUyBw4MtF96ifn1n8H806YlxbVCoKXbbmzD6RD+cA==", 354 "dev": true, 355 "requires": { 356 "@babel/helper-create-class-features-plugin": "^7.12.13", 357 "@babel/helper-plugin-utils": "^7.12.13" 363 358 } 364 359 }, … … 374 369 }, 375 370 "@babel/plugin-proposal-export-namespace-from": { 376 "version": "7.12.1 ",377 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.1 .tgz",378 "integrity": "sha512- 6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==",379 "dev": true, 380 "requires": { 381 "@babel/helper-plugin-utils": "^7.1 0.4",371 "version": "7.12.13", 372 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz", 373 "integrity": "sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw==", 374 "dev": true, 375 "requires": { 376 "@babel/helper-plugin-utils": "^7.12.13", 382 377 "@babel/plugin-syntax-export-namespace-from": "^7.8.3" 383 378 } 384 379 }, 385 380 "@babel/plugin-proposal-json-strings": { 386 "version": "7.12.1 ",387 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.1 .tgz",388 "integrity": "sha512- GoLDUi6U9ZLzlSda2Df++VSqDJg3CG+dR0+iWsv6XRw1rEq+zwt4DirM9yrxW6XWaTpmai1cWJLMfM8qQJf+yw==",389 "dev": true, 390 "requires": { 391 "@babel/helper-plugin-utils": "^7.1 0.4",381 "version": "7.12.13", 382 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.13.tgz", 383 "integrity": "sha512-v9eEi4GiORDg8x+Dmi5r8ibOe0VXoKDeNPYcTTxdGN4eOWikrJfDJCJrr1l5gKGvsNyGJbrfMftC2dTL6oz7pg==", 384 "dev": true, 385 "requires": { 386 "@babel/helper-plugin-utils": "^7.12.13", 392 387 "@babel/plugin-syntax-json-strings": "^7.8.0" 393 388 } 394 389 }, 395 390 "@babel/plugin-proposal-logical-assignment-operators": { 396 "version": "7.12.1 ",397 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.1 .tgz",398 "integrity": "sha512- k8ZmVv0JU+4gcUGeCDZOGd0lCIamU/sMtIiX3UWnUc5yzgq6YUGyEolNYD+MLYKfSzgECPcqetVcJP9Afe/aCA==",399 "dev": true, 400 "requires": { 401 "@babel/helper-plugin-utils": "^7.1 0.4",391 "version": "7.12.13", 392 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.13.tgz", 393 "integrity": "sha512-fqmiD3Lz7jVdK6kabeSr1PZlWSUVqSitmHEe3Z00dtGTKieWnX9beafvavc32kjORa5Bai4QNHgFDwWJP+WtSQ==", 394 "dev": true, 395 "requires": { 396 "@babel/helper-plugin-utils": "^7.12.13", 402 397 "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" 403 398 } 404 399 }, 405 400 "@babel/plugin-proposal-nullish-coalescing-operator": { 406 "version": "7.12.1 ",407 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.1 .tgz",408 "integrity": "sha512- nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==",409 "dev": true, 410 "requires": { 411 "@babel/helper-plugin-utils": "^7.1 0.4",401 "version": "7.12.13", 402 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.12.13.tgz", 403 "integrity": "sha512-Qoxpy+OxhDBI5kRqliJFAl4uWXk3Bn24WeFstPH0iLymFehSAUR8MHpqU7njyXv/qbo7oN6yTy5bfCmXdKpo1Q==", 404 "dev": true, 405 "requires": { 406 "@babel/helper-plugin-utils": "^7.12.13", 412 407 "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0" 413 408 } 414 409 }, 415 410 "@babel/plugin-proposal-numeric-separator": { 416 "version": "7.12. 7",417 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12. 7.tgz",418 "integrity": "sha512- 8c+uy0qmnRTeukiGsjLGy6uVs/TFjJchGXUeBqlG4VWYOdJWkhhVPdQ3uHwbmalfJwv2JsV0qffXP4asRfL2SQ==",419 "dev": true, 420 "requires": { 421 "@babel/helper-plugin-utils": "^7.1 0.4",411 "version": "7.12.13", 412 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz", 413 "integrity": "sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w==", 414 "dev": true, 415 "requires": { 416 "@babel/helper-plugin-utils": "^7.12.13", 422 417 "@babel/plugin-syntax-numeric-separator": "^7.10.4" 423 418 } 424 419 }, 425 420 "@babel/plugin-proposal-object-rest-spread": { 426 "version": "7.12.1 ",427 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.1 .tgz",428 "integrity": "sha512- s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==",429 "dev": true, 430 "requires": { 431 "@babel/helper-plugin-utils": "^7.1 0.4",421 "version": "7.12.13", 422 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.12.13.tgz", 423 "integrity": "sha512-WvA1okB/0OS/N3Ldb3sziSrXg6sRphsBgqiccfcQq7woEn5wQLNX82Oc4PlaFcdwcWHuQXAtb8ftbS8Fbsg/sg==", 424 "dev": true, 425 "requires": { 426 "@babel/helper-plugin-utils": "^7.12.13", 432 427 "@babel/plugin-syntax-object-rest-spread": "^7.8.0", 433 "@babel/plugin-transform-parameters": "^7.12.1 "428 "@babel/plugin-transform-parameters": "^7.12.13" 434 429 } 435 430 }, 436 431 "@babel/plugin-proposal-optional-catch-binding": { 437 "version": "7.12.1 ",438 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.1 .tgz",439 "integrity": "sha512- hFvIjgprh9mMw5v42sJWLI1lzU5L2sznP805zeT6rySVRA0Y18StRhDqhSxlap0oVgItRsB6WSROp4YnJTJz0g==",440 "dev": true, 441 "requires": { 442 "@babel/helper-plugin-utils": "^7.1 0.4",432 "version": "7.12.13", 433 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.13.tgz", 434 "integrity": "sha512-9+MIm6msl9sHWg58NvqpNpLtuFbmpFYk37x8kgnGzAHvX35E1FyAwSUt5hIkSoWJFSAH+iwU8bJ4fcD1zKXOzg==", 435 "dev": true, 436 "requires": { 437 "@babel/helper-plugin-utils": "^7.12.13", 443 438 "@babel/plugin-syntax-optional-catch-binding": "^7.8.0" 444 439 } 445 440 }, 446 441 "@babel/plugin-proposal-optional-chaining": { 447 "version": "7.12. 7",448 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12. 7.tgz",449 "integrity": "sha512- 4ovylXZ0PWmwoOvhU2vhnzVNnm88/Sm9nx7V8BPgMvAzn5zDou3/Awy0EjglyubVHasJj+XCEkr/r1X3P5elCA==",450 "dev": true, 451 "requires": { 452 "@babel/helper-plugin-utils": "^7.1 0.4",442 "version": "7.12.13", 443 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.13.tgz", 444 "integrity": "sha512-0ZwjGfTcnZqyV3y9DSD1Yk3ebp+sIUpT2YDqP8hovzaNZnQq2Kd7PEqa6iOIUDBXBt7Jl3P7YAcEIL5Pz8u09Q==", 445 "dev": true, 446 "requires": { 447 "@babel/helper-plugin-utils": "^7.12.13", 453 448 "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", 454 449 "@babel/plugin-syntax-optional-chaining": "^7.8.0" … … 456 451 }, 457 452 "@babel/plugin-proposal-private-methods": { 458 "version": "7.12.1 ",459 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.1 .tgz",460 "integrity": "sha512- mwZ1phvH7/NHK6Kf8LP7MYDogGV+DKB1mryFOEwx5EBNQrosvIczzZFTUmWaeujd5xT6G1ELYWUz3CutMhjE1w==",461 "dev": true, 462 "requires": { 463 "@babel/helper-create-class-features-plugin": "^7.12.1 ",464 "@babel/helper-plugin-utils": "^7.1 0.4"453 "version": "7.12.13", 454 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.12.13.tgz", 455 "integrity": "sha512-sV0V57uUwpauixvR7s2o75LmwJI6JECwm5oPUY5beZB1nBl2i37hc7CJGqB5G+58fur5Y6ugvl3LRONk5x34rg==", 456 "dev": true, 457 "requires": { 458 "@babel/helper-create-class-features-plugin": "^7.12.13", 459 "@babel/helper-plugin-utils": "^7.12.13" 465 460 } 466 461 }, 467 462 "@babel/plugin-proposal-unicode-property-regex": { 468 "version": "7.12.1 ",469 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.1 .tgz",470 "integrity": "sha512- MYq+l+PvHuw/rKUz1at/vb6nCnQ2gmJBNaM62z0OgH7B2W1D9pvkpYtlti9bGtizNIU1K3zm4bZF9F91efVY0w==",471 "dev": true, 472 "requires": { 473 "@babel/helper-create-regexp-features-plugin": "^7.12.1 ",474 "@babel/helper-plugin-utils": "^7.1 0.4"463 "version": "7.12.13", 464 "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz", 465 "integrity": "sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg==", 466 "dev": true, 467 "requires": { 468 "@babel/helper-create-regexp-features-plugin": "^7.12.13", 469 "@babel/helper-plugin-utils": "^7.12.13" 475 470 } 476 471 }, … … 494 489 }, 495 490 "@babel/plugin-syntax-class-properties": { 496 "version": "7.12.1 ",497 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1 .tgz",498 "integrity": "sha512- U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==",499 "dev": true, 500 "requires": { 501 "@babel/helper-plugin-utils": "^7.1 0.4"491 "version": "7.12.13", 492 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", 493 "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", 494 "dev": true, 495 "requires": { 496 "@babel/helper-plugin-utils": "^7.12.13" 502 497 } 503 498 }, … … 539 534 }, 540 535 "@babel/plugin-syntax-jsx": { 541 "version": "7.12.1 ",542 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.1 .tgz",543 "integrity": "sha512- 1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==",544 "dev": true, 545 "requires": { 546 "@babel/helper-plugin-utils": "^7.1 0.4"536 "version": "7.12.13", 537 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz", 538 "integrity": "sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g==", 539 "dev": true, 540 "requires": { 541 "@babel/helper-plugin-utils": "^7.12.13" 547 542 } 548 543 }, … … 602 597 }, 603 598 "@babel/plugin-syntax-top-level-await": { 604 "version": "7.12.1 ",605 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1 .tgz",606 "integrity": "sha512- i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==",607 "dev": true, 608 "requires": { 609 "@babel/helper-plugin-utils": "^7.1 0.4"599 "version": "7.12.13", 600 "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz", 601 "integrity": "sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ==", 602 "dev": true, 603 "requires": { 604 "@babel/helper-plugin-utils": "^7.12.13" 610 605 } 611 606 }, 612 607 "@babel/plugin-transform-arrow-functions": { 613 "version": "7.12.1 ",614 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.1 .tgz",615 "integrity": "sha512- 5QB50qyN44fzzz4/qxDPQMBCTHgxg3n0xRBLJUmBlLoU/sFvxVWGZF/ZUfMVDQuJUKXaBhbupxIzIfZ6Fwk/0A==",616 "dev": true, 617 "requires": { 618 "@babel/helper-plugin-utils": "^7.1 0.4"608 "version": "7.12.13", 609 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.12.13.tgz", 610 "integrity": "sha512-tBtuN6qtCTd+iHzVZVOMNp+L04iIJBpqkdY42tWbmjIT5wvR2kx7gxMBsyhQtFzHwBbyGi9h8J8r9HgnOpQHxg==", 611 "dev": true, 612 "requires": { 613 "@babel/helper-plugin-utils": "^7.12.13" 619 614 } 620 615 }, 621 616 "@babel/plugin-transform-async-to-generator": { 622 "version": "7.12.1 ",623 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.1 .tgz",624 "integrity": "sha512- SDtqoEcarK1DFlRJ1hHRY5HvJUj5kX4qmtpMAm2QnhOlyuMC4TMdCRgW6WXpv93rZeYNeLP22y8Aq2dbcDRM1A==",625 "dev": true, 626 "requires": { 627 "@babel/helper-module-imports": "^7.12.1 ",628 "@babel/helper-plugin-utils": "^7.1 0.4",629 "@babel/helper-remap-async-to-generator": "^7.12.1 "617 "version": "7.12.13", 618 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.12.13.tgz", 619 "integrity": "sha512-psM9QHcHaDr+HZpRuJcE1PXESuGWSCcbiGFFhhwfzdbTxaGDVzuVtdNYliAwcRo3GFg0Bc8MmI+AvIGYIJG04A==", 620 "dev": true, 621 "requires": { 622 "@babel/helper-module-imports": "^7.12.13", 623 "@babel/helper-plugin-utils": "^7.12.13", 624 "@babel/helper-remap-async-to-generator": "^7.12.13" 630 625 } 631 626 }, 632 627 "@babel/plugin-transform-block-scoped-functions": { 633 "version": "7.12.1 ",634 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.1 .tgz",635 "integrity": "sha512- 5OpxfuYnSgPalRpo8EWGPzIYf0lHBWORCkj5M0oLBwHdlux9Ri36QqGW3/LR13RSVOAoUUMzoPI/jpE4ABcHoA==",636 "dev": true, 637 "requires": { 638 "@babel/helper-plugin-utils": "^7.1 0.4"628 "version": "7.12.13", 629 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz", 630 "integrity": "sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg==", 631 "dev": true, 632 "requires": { 633 "@babel/helper-plugin-utils": "^7.12.13" 639 634 } 640 635 }, 641 636 "@babel/plugin-transform-block-scoping": { 642 "version": "7.12.1 2",643 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1 2.tgz",644 "integrity": "sha512- VOEPQ/ExOVqbukuP7BYJtI5ZxxsmegTwzZ04j1aF0dkSypGo9XpDHuOrABsJu+ie+penpSJheDJ11x1BEZNiyQ==",645 "dev": true, 646 "requires": { 647 "@babel/helper-plugin-utils": "^7.1 0.4"637 "version": "7.12.13", 638 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz", 639 "integrity": "sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==", 640 "dev": true, 641 "requires": { 642 "@babel/helper-plugin-utils": "^7.12.13" 648 643 } 649 644 }, 650 645 "@babel/plugin-transform-classes": { 651 "version": "7.12.1", 652 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.1.tgz", 653 "integrity": "sha512-/74xkA7bVdzQTBeSUhLLJgYIcxw/dpEpCdRDiHgPJ3Mv6uC11UhjpOhl72CgqbBCmt1qtssCyB2xnJm1+PFjog==", 654 "dev": true, 655 "requires": { 656 "@babel/helper-annotate-as-pure": "^7.10.4", 657 "@babel/helper-define-map": "^7.10.4", 658 "@babel/helper-function-name": "^7.10.4", 659 "@babel/helper-optimise-call-expression": "^7.10.4", 660 "@babel/helper-plugin-utils": "^7.10.4", 661 "@babel/helper-replace-supers": "^7.12.1", 662 "@babel/helper-split-export-declaration": "^7.10.4", 646 "version": "7.12.13", 647 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.12.13.tgz", 648 "integrity": "sha512-cqZlMlhCC1rVnxE5ZGMtIb896ijL90xppMiuWXcwcOAuFczynpd3KYemb91XFFPi3wJSe/OcrX9lXoowatkkxA==", 649 "dev": true, 650 "requires": { 651 "@babel/helper-annotate-as-pure": "^7.12.13", 652 "@babel/helper-function-name": "^7.12.13", 653 "@babel/helper-optimise-call-expression": "^7.12.13", 654 "@babel/helper-plugin-utils": "^7.12.13", 655 "@babel/helper-replace-supers": "^7.12.13", 656 "@babel/helper-split-export-declaration": "^7.12.13", 663 657 "globals": "^11.1.0" 664 658 } 665 659 }, 666 660 "@babel/plugin-transform-computed-properties": { 667 "version": "7.12.1 ",668 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.1 .tgz",669 "integrity": "sha512- vVUOYpPWB7BkgUWPo4C44mUQHpTZXakEqFjbv8rQMg7TC6S6ZhGZ3otQcRH6u7+adSlE5i0sp63eMC/XGffrzg==",670 "dev": true, 671 "requires": { 672 "@babel/helper-plugin-utils": "^7.1 0.4"661 "version": "7.12.13", 662 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.12.13.tgz", 663 "integrity": "sha512-dDfuROUPGK1mTtLKyDPUavmj2b6kFu82SmgpztBFEO974KMjJT+Ytj3/oWsTUMBmgPcp9J5Pc1SlcAYRpJ2hRA==", 664 "dev": true, 665 "requires": { 666 "@babel/helper-plugin-utils": "^7.12.13" 673 667 } 674 668 }, 675 669 "@babel/plugin-transform-destructuring": { 676 "version": "7.12.1 ",677 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.1 .tgz",678 "integrity": "sha512- fRMYFKuzi/rSiYb2uRLiUENJOKq4Gnl+6qOv5f8z0TZXg3llUwUhsNNwrwaT/6dUhJTzNpBr+CUvEWBtfNY1cw==",679 "dev": true, 680 "requires": { 681 "@babel/helper-plugin-utils": "^7.1 0.4"670 "version": "7.12.13", 671 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.12.13.tgz", 672 "integrity": "sha512-Dn83KykIFzjhA3FDPA1z4N+yfF3btDGhjnJwxIj0T43tP0flCujnU8fKgEkf0C1biIpSv9NZegPBQ1J6jYkwvQ==", 673 "dev": true, 674 "requires": { 675 "@babel/helper-plugin-utils": "^7.12.13" 682 676 } 683 677 }, 684 678 "@babel/plugin-transform-dotall-regex": { 685 "version": "7.12.1 ",686 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.1 .tgz",687 "integrity": "sha512- B2pXeRKoLszfEW7J4Hg9LoFaWEbr/kzo3teWHmtFCszjRNa/b40f9mfeqZsIDLLt/FjwQ6pz/Gdlwy85xNckBA==",688 "dev": true, 689 "requires": { 690 "@babel/helper-create-regexp-features-plugin": "^7.12.1 ",691 "@babel/helper-plugin-utils": "^7.1 0.4"679 "version": "7.12.13", 680 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz", 681 "integrity": "sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ==", 682 "dev": true, 683 "requires": { 684 "@babel/helper-create-regexp-features-plugin": "^7.12.13", 685 "@babel/helper-plugin-utils": "^7.12.13" 692 686 } 693 687 }, 694 688 "@babel/plugin-transform-duplicate-keys": { 695 "version": "7.12.1 ",696 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.1 .tgz",697 "integrity": "sha512- iRght0T0HztAb/CazveUpUQrZY+aGKKaWXMJ4uf9YJtqxSUe09j3wteztCUDRHs+SRAL7yMuFqUsLoAKKzgXjw==",698 "dev": true, 699 "requires": { 700 "@babel/helper-plugin-utils": "^7.1 0.4"689 "version": "7.12.13", 690 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz", 691 "integrity": "sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ==", 692 "dev": true, 693 "requires": { 694 "@babel/helper-plugin-utils": "^7.12.13" 701 695 } 702 696 }, 703 697 "@babel/plugin-transform-exponentiation-operator": { 704 "version": "7.12.1 ",705 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.1 .tgz",706 "integrity": "sha512- 7tqwy2bv48q+c1EHbXK0Zx3KXd2RVQp6OC7PbwFNt/dPTAV3Lu5sWtWuAj8owr5wqtWnqHfl2/mJlUmqkChKug==",707 "dev": true, 708 "requires": { 709 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1 0.4",710 "@babel/helper-plugin-utils": "^7.1 0.4"698 "version": "7.12.13", 699 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz", 700 "integrity": "sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA==", 701 "dev": true, 702 "requires": { 703 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13", 704 "@babel/helper-plugin-utils": "^7.12.13" 711 705 } 712 706 }, 713 707 "@babel/plugin-transform-for-of": { 714 "version": "7.12.1 ",715 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.1 .tgz",716 "integrity": "sha512- Zaeq10naAsuHo7heQvyV0ptj4dlZJwZgNAtBYBnu5nNKJoW62m0zKcIEyVECrUKErkUkg6ajMy4ZfnVZciSBhg==",717 "dev": true, 718 "requires": { 719 "@babel/helper-plugin-utils": "^7.1 0.4"708 "version": "7.12.13", 709 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.12.13.tgz", 710 "integrity": "sha512-xCbdgSzXYmHGyVX3+BsQjcd4hv4vA/FDy7Kc8eOpzKmBBPEOTurt0w5fCRQaGl+GSBORKgJdstQ1rHl4jbNseQ==", 711 "dev": true, 712 "requires": { 713 "@babel/helper-plugin-utils": "^7.12.13" 720 714 } 721 715 }, 722 716 "@babel/plugin-transform-function-name": { 723 "version": "7.12.1 ",724 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.1 .tgz",725 "integrity": "sha512- JF3UgJUILoFrFMEnOJLJkRHSk6LUSXLmEFsA23aR2O5CSLUxbeUX1IZ1YQ7Sn0aXb601Ncwjx73a+FVqgcljVw==",726 "dev": true, 727 "requires": { 728 "@babel/helper-function-name": "^7.1 0.4",729 "@babel/helper-plugin-utils": "^7.1 0.4"717 "version": "7.12.13", 718 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz", 719 "integrity": "sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ==", 720 "dev": true, 721 "requires": { 722 "@babel/helper-function-name": "^7.12.13", 723 "@babel/helper-plugin-utils": "^7.12.13" 730 724 } 731 725 }, 732 726 "@babel/plugin-transform-literals": { 733 "version": "7.12.1 ",734 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.1 .tgz",735 "integrity": "sha512- +PxVGA+2Ag6uGgL0A5f+9rklOnnMccwEBzwYFL3EUaKuiyVnUipyXncFcfjSkbimLrODoqki1U9XxZzTvfN7IQ==",736 "dev": true, 737 "requires": { 738 "@babel/helper-plugin-utils": "^7.1 0.4"727 "version": "7.12.13", 728 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz", 729 "integrity": "sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ==", 730 "dev": true, 731 "requires": { 732 "@babel/helper-plugin-utils": "^7.12.13" 739 733 } 740 734 }, 741 735 "@babel/plugin-transform-member-expression-literals": { 742 "version": "7.12.1 ",743 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.1 .tgz",744 "integrity": "sha512- 1sxePl6z9ad0gFMB9KqmYofk34flq62aqMt9NqliS/7hPEpURUCMbyHXrMPlo282iY7nAvUB1aQd5mg79UD9Jg==",745 "dev": true, 746 "requires": { 747 "@babel/helper-plugin-utils": "^7.1 0.4"736 "version": "7.12.13", 737 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz", 738 "integrity": "sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg==", 739 "dev": true, 740 "requires": { 741 "@babel/helper-plugin-utils": "^7.12.13" 748 742 } 749 743 }, 750 744 "@babel/plugin-transform-modules-amd": { 751 "version": "7.12.1 ",752 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.1 .tgz",753 "integrity": "sha512- tDW8hMkzad5oDtzsB70HIQQRBiTKrhfgwC/KkJeGsaNFTdWhKNt/BiE8c5yj19XiGyrxpbkOfH87qkNg1YGlOQ==",754 "dev": true, 755 "requires": { 756 "@babel/helper-module-transforms": "^7.12.1 ",757 "@babel/helper-plugin-utils": "^7.1 0.4",745 "version": "7.12.13", 746 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.12.13.tgz", 747 "integrity": "sha512-JHLOU0o81m5UqG0Ulz/fPC68/v+UTuGTWaZBUwpEk1fYQ1D9LfKV6MPn4ttJKqRo5Lm460fkzjLTL4EHvCprvA==", 748 "dev": true, 749 "requires": { 750 "@babel/helper-module-transforms": "^7.12.13", 751 "@babel/helper-plugin-utils": "^7.12.13", 758 752 "babel-plugin-dynamic-import-node": "^2.3.3" 759 753 } 760 754 }, 761 755 "@babel/plugin-transform-modules-commonjs": { 762 "version": "7.12.1 ",763 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.1 .tgz",764 "integrity": "sha512- dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag==",765 "dev": true, 766 "requires": { 767 "@babel/helper-module-transforms": "^7.12.1 ",768 "@babel/helper-plugin-utils": "^7.1 0.4",769 "@babel/helper-simple-access": "^7.12.1 ",756 "version": "7.12.13", 757 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.12.13.tgz", 758 "integrity": "sha512-OGQoeVXVi1259HjuoDnsQMlMkT9UkZT9TpXAsqWplS/M0N1g3TJAn/ByOCeQu7mfjc5WpSsRU+jV1Hd89ts0kQ==", 759 "dev": true, 760 "requires": { 761 "@babel/helper-module-transforms": "^7.12.13", 762 "@babel/helper-plugin-utils": "^7.12.13", 763 "@babel/helper-simple-access": "^7.12.13", 770 764 "babel-plugin-dynamic-import-node": "^2.3.3" 771 765 } 772 766 }, 773 767 "@babel/plugin-transform-modules-systemjs": { 774 "version": "7.12.1 ",775 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.1 .tgz",776 "integrity": "sha512- Hn7cVvOavVh8yvW6fLwveFqSnd7rbQN3zJvoPNyNaQSvgfKmDBO9U1YL9+PCXGRlZD9tNdWTy5ACKqMuzyn32Q==",777 "dev": true, 778 "requires": { 779 "@babel/helper-hoist-variables": "^7.1 0.4",780 "@babel/helper-module-transforms": "^7.12.1 ",781 "@babel/helper-plugin-utils": "^7.1 0.4",782 "@babel/helper-validator-identifier": "^7.1 0.4",768 "version": "7.12.13", 769 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.13.tgz", 770 "integrity": "sha512-aHfVjhZ8QekaNF/5aNdStCGzwTbU7SI5hUybBKlMzqIMC7w7Ho8hx5a4R/DkTHfRfLwHGGxSpFt9BfxKCoXKoA==", 771 "dev": true, 772 "requires": { 773 "@babel/helper-hoist-variables": "^7.12.13", 774 "@babel/helper-module-transforms": "^7.12.13", 775 "@babel/helper-plugin-utils": "^7.12.13", 776 "@babel/helper-validator-identifier": "^7.12.11", 783 777 "babel-plugin-dynamic-import-node": "^2.3.3" 784 778 } 785 779 }, 786 780 "@babel/plugin-transform-modules-umd": { 787 "version": "7.12.1 ",788 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.1 .tgz",789 "integrity": "sha512- aEIubCS0KHKM0zUos5fIoQm+AZUMt1ZvMpqz0/H5qAQ7vWylr9+PLYurT+Ic7ID/bKLd4q8hDovaG3Zch2uz5Q==",790 "dev": true, 791 "requires": { 792 "@babel/helper-module-transforms": "^7.12.1 ",793 "@babel/helper-plugin-utils": "^7.1 0.4"781 "version": "7.12.13", 782 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.12.13.tgz", 783 "integrity": "sha512-BgZndyABRML4z6ibpi7Z98m4EVLFI9tVsZDADC14AElFaNHHBcJIovflJ6wtCqFxwy2YJ1tJhGRsr0yLPKoN+w==", 784 "dev": true, 785 "requires": { 786 "@babel/helper-module-transforms": "^7.12.13", 787 "@babel/helper-plugin-utils": "^7.12.13" 794 788 } 795 789 }, 796 790 "@babel/plugin-transform-named-capturing-groups-regex": { 797 "version": "7.12.1 ",798 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.1 .tgz",799 "integrity": "sha512- tB43uQ62RHcoDp9v2Nsf+dSM8sbNodbEicbQNA53zHz8pWUhsgHSJCGpt7daXxRydjb0KnfmB+ChXOv3oADp1Q==",800 "dev": true, 801 "requires": { 802 "@babel/helper-create-regexp-features-plugin": "^7.12.1 "791 "version": "7.12.13", 792 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz", 793 "integrity": "sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA==", 794 "dev": true, 795 "requires": { 796 "@babel/helper-create-regexp-features-plugin": "^7.12.13" 803 797 } 804 798 }, 805 799 "@babel/plugin-transform-new-target": { 806 "version": "7.12.1 ",807 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.1 .tgz",808 "integrity": "sha512- +eW/VLcUL5L9IvJH7rT1sT0CzkdUTvPrXC2PXTn/7z7tXLBuKvezYbGdxD5WMRoyvyaujOq2fWoKl869heKjhw==",809 "dev": true, 810 "requires": { 811 "@babel/helper-plugin-utils": "^7.1 0.4"800 "version": "7.12.13", 801 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz", 802 "integrity": "sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ==", 803 "dev": true, 804 "requires": { 805 "@babel/helper-plugin-utils": "^7.12.13" 812 806 } 813 807 }, 814 808 "@babel/plugin-transform-object-super": { 815 "version": "7.12.1 ",816 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.1 .tgz",817 "integrity": "sha512- AvypiGJH9hsquNUn+RXVcBdeE3KHPZexWRdimhuV59cSoOt5kFBmqlByorAeUlGG2CJWd0U+4ZtNKga/TB0cAw==",818 "dev": true, 819 "requires": { 820 "@babel/helper-plugin-utils": "^7.1 0.4",821 "@babel/helper-replace-supers": "^7.12.1 "809 "version": "7.12.13", 810 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz", 811 "integrity": "sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ==", 812 "dev": true, 813 "requires": { 814 "@babel/helper-plugin-utils": "^7.12.13", 815 "@babel/helper-replace-supers": "^7.12.13" 822 816 } 823 817 }, 824 818 "@babel/plugin-transform-parameters": { 825 "version": "7.12.1 ",826 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.1 .tgz",827 "integrity": "sha512- xq9C5EQhdPK23ZeCdMxl8bbRnAgHFrw5EOC3KJUsSylZqdkCaFEXxGSBuTSObOpiiHHNyb82es8M1QYgfQGfNg==",828 "dev": true, 829 "requires": { 830 "@babel/helper-plugin-utils": "^7.1 0.4"819 "version": "7.12.13", 820 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.12.13.tgz", 821 "integrity": "sha512-e7QqwZalNiBRHCpJg/P8s/VJeSRYgmtWySs1JwvfwPqhBbiWfOcHDKdeAi6oAyIimoKWBlwc8oTgbZHdhCoVZA==", 822 "dev": true, 823 "requires": { 824 "@babel/helper-plugin-utils": "^7.12.13" 831 825 } 832 826 }, 833 827 "@babel/plugin-transform-property-literals": { 834 "version": "7.12.1 ",835 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.1 .tgz",836 "integrity": "sha512- 6MTCR/mZ1MQS+AwZLplX4cEySjCpnIF26ToWo942nqn8hXSm7McaHQNeGx/pt7suI1TWOWMfa/NgBhiqSnX0cQ==",837 "dev": true, 838 "requires": { 839 "@babel/helper-plugin-utils": "^7.1 0.4"828 "version": "7.12.13", 829 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz", 830 "integrity": "sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A==", 831 "dev": true, 832 "requires": { 833 "@babel/helper-plugin-utils": "^7.12.13" 840 834 } 841 835 }, 842 836 "@babel/plugin-transform-react-constant-elements": { 843 "version": "7.12.1 ",844 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.12.1 .tgz",845 "integrity": "sha512- KOHd0tIRLoER+J+8f9DblZDa1fLGPwaaN1DI1TVHuQFOpjHV22C3CUB3obeC4fexHY9nx+fH0hQNvLFFfA1mxA==",846 "dev": true, 847 "requires": { 848 "@babel/helper-plugin-utils": "^7.1 0.4"837 "version": "7.12.13", 838 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.12.13.tgz", 839 "integrity": "sha512-qmzKVTn46Upvtxv8LQoQ8mTCdUC83AOVQIQm57e9oekLT5cmK9GOMOfcWhe8jMNx4UJXn/UDhVZ/7lGofVNeDQ==", 840 "dev": true, 841 "requires": { 842 "@babel/helper-plugin-utils": "^7.12.13" 849 843 } 850 844 }, 851 845 "@babel/plugin-transform-react-display-name": { 852 "version": "7.12.1 ",853 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.1 .tgz",854 "integrity": "sha512- cAzB+UzBIrekfYxyLlFqf/OagTvHLcVBb5vpouzkYkBclRPraiygVnafvAoipErZLI8ANv8Ecn6E/m5qPXD26w==",855 "dev": true, 856 "requires": { 857 "@babel/helper-plugin-utils": "^7.1 0.4"846 "version": "7.12.13", 847 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.13.tgz", 848 "integrity": "sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA==", 849 "dev": true, 850 "requires": { 851 "@babel/helper-plugin-utils": "^7.12.13" 858 852 } 859 853 }, 860 854 "@babel/plugin-transform-react-jsx": { 861 "version": "7.12.1 2",862 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.1 2.tgz",863 "integrity": "sha512- JDWGuzGNWscYcq8oJVCtSE61a5+XAOos+V0HrxnDieUus4UMnBEosDnY1VJqU5iZ4pA04QY7l0+JvHL1hZEfsw==",864 "dev": true, 865 "requires": { 866 "@babel/helper-annotate-as-pure": "^7.12.1 0",867 "@babel/helper-module-imports": "^7.12. 5",868 "@babel/helper-plugin-utils": "^7.1 0.4",869 "@babel/plugin-syntax-jsx": "^7.12.1 ",870 "@babel/types": "^7.12.1 2"855 "version": "7.12.13", 856 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.13.tgz", 857 "integrity": "sha512-hhXZMYR8t9RvduN2uW4sjl6MRtUhzNE726JvoJhpjhxKgRUVkZqTsA0xc49ALZxQM7H26pZ/lLvB2Yrea9dllA==", 858 "dev": true, 859 "requires": { 860 "@babel/helper-annotate-as-pure": "^7.12.13", 861 "@babel/helper-module-imports": "^7.12.13", 862 "@babel/helper-plugin-utils": "^7.12.13", 863 "@babel/plugin-syntax-jsx": "^7.12.13", 864 "@babel/types": "^7.12.13" 871 865 } 872 866 }, … … 891 885 }, 892 886 "@babel/plugin-transform-regenerator": { 893 "version": "7.12.1 ",894 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.1 .tgz",895 "integrity": "sha512- gYrHqs5itw6i4PflFX3OdBPMQdPbF4bj2REIUxlMRUFk0/ZOAIpDFuViuxPjUL7YC8UPnf+XG7/utJvqXdPKng==",887 "version": "7.12.13", 888 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.13.tgz", 889 "integrity": "sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA==", 896 890 "dev": true, 897 891 "requires": { … … 900 894 }, 901 895 "@babel/plugin-transform-reserved-words": { 902 "version": "7.12.1 ",903 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.1 .tgz",904 "integrity": "sha512- pOnUfhyPKvZpVyBHhSBoX8vfA09b7r00Pmm1sH+29ae2hMTKVmSp4Ztsr8KBKjLjx17H0eJqaRC3bR2iThM54A==",905 "dev": true, 906 "requires": { 907 "@babel/helper-plugin-utils": "^7.1 0.4"896 "version": "7.12.13", 897 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz", 898 "integrity": "sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg==", 899 "dev": true, 900 "requires": { 901 "@babel/helper-plugin-utils": "^7.12.13" 908 902 } 909 903 }, 910 904 "@babel/plugin-transform-runtime": { 911 "version": "7.12.1 0",912 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1 0.tgz",913 "integrity": "sha512- xOrUfzPxw7+WDm9igMgQCbO3cJKymX7dFdsgRr1eu9n3KjjyU4pptIXbXPseQDquw+W+RuJEJMHKHNsPNNm3CA==",914 "dev": true, 915 "requires": { 916 "@babel/helper-module-imports": "^7.12. 5",917 "@babel/helper-plugin-utils": "^7.1 0.4",905 "version": "7.12.15", 906 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.15.tgz", 907 "integrity": "sha512-OwptMSRnRWJo+tJ9v9wgAf72ydXWfYSXWhnQjZing8nGZSDFqU1MBleKM3+DriKkcbv7RagA8gVeB0A1PNlNow==", 908 "dev": true, 909 "requires": { 910 "@babel/helper-module-imports": "^7.12.13", 911 "@babel/helper-plugin-utils": "^7.12.13", 918 912 "semver": "^5.5.1" 919 913 }, … … 928 922 }, 929 923 "@babel/plugin-transform-shorthand-properties": { 930 "version": "7.12.1 ",931 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.1 .tgz",932 "integrity": "sha512- GFZS3c/MhX1OusqB1MZ1ct2xRzX5ppQh2JU1h2Pnfk88HtFTM+TWQqJNfwkmxtPQtb/s1tk87oENfXJlx7rSDw==",933 "dev": true, 934 "requires": { 935 "@babel/helper-plugin-utils": "^7.1 0.4"924 "version": "7.12.13", 925 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz", 926 "integrity": "sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw==", 927 "dev": true, 928 "requires": { 929 "@babel/helper-plugin-utils": "^7.12.13" 936 930 } 937 931 }, 938 932 "@babel/plugin-transform-spread": { 939 "version": "7.12.1 ",940 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.1 .tgz",941 "integrity": "sha512- vuLp8CP0BE18zVYjsEBZ5xoCecMK6LBMMxYzJnh01rxQRvhNhH1csMMmBfNo5tGpGO+NhdSNW2mzIvBu3K1fng==",942 "dev": true, 943 "requires": { 944 "@babel/helper-plugin-utils": "^7.1 0.4",933 "version": "7.12.13", 934 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.12.13.tgz", 935 "integrity": "sha512-dUCrqPIowjqk5pXsx1zPftSq4sT0aCeZVAxhdgs3AMgyaDmoUT0G+5h3Dzja27t76aUEIJWlFgPJqJ/d4dbTtg==", 936 "dev": true, 937 "requires": { 938 "@babel/helper-plugin-utils": "^7.12.13", 945 939 "@babel/helper-skip-transparent-expression-wrappers": "^7.12.1" 946 940 } 947 941 }, 948 942 "@babel/plugin-transform-sticky-regex": { 949 "version": "7.12. 7",950 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12. 7.tgz",951 "integrity": "sha512- VEiqZL5N/QvDbdjfYQBhruN0HYjSPjC4XkeqW4ny/jNtH9gcbgaqBIXYEZCNnESMAGs0/K/R7oFGMhOyu/eIxg==",952 "dev": true, 953 "requires": { 954 "@babel/helper-plugin-utils": "^7.1 0.4"943 "version": "7.12.13", 944 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz", 945 "integrity": "sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg==", 946 "dev": true, 947 "requires": { 948 "@babel/helper-plugin-utils": "^7.12.13" 955 949 } 956 950 }, 957 951 "@babel/plugin-transform-template-literals": { 958 "version": "7.12.1 ",959 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.1 .tgz",960 "integrity": "sha512- b4Zx3KHi+taXB1dVRBhVJtEPi9h1THCeKmae2qP0YdUHIFhVjtpqqNfxeVAa1xeHVhAy4SbHxEwx5cltAu5apw==",961 "dev": true, 962 "requires": { 963 "@babel/helper-plugin-utils": "^7.1 0.4"952 "version": "7.12.13", 953 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.12.13.tgz", 954 "integrity": "sha512-arIKlWYUgmNsF28EyfmiQHJLJFlAJNYkuQO10jL46ggjBpeb2re1P9K9YGxNJB45BqTbaslVysXDYm/g3sN/Qg==", 955 "dev": true, 956 "requires": { 957 "@babel/helper-plugin-utils": "^7.12.13" 964 958 } 965 959 }, 966 960 "@babel/plugin-transform-typeof-symbol": { 967 "version": "7.12.1 0",968 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1 0.tgz",969 "integrity": "sha512- JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==",970 "dev": true, 971 "requires": { 972 "@babel/helper-plugin-utils": "^7.1 0.4"961 "version": "7.12.13", 962 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz", 963 "integrity": "sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ==", 964 "dev": true, 965 "requires": { 966 "@babel/helper-plugin-utils": "^7.12.13" 973 967 } 974 968 }, 975 969 "@babel/plugin-transform-unicode-escapes": { 976 "version": "7.12.1 ",977 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.1 .tgz",978 "integrity": "sha512- I8gNHJLIc7GdApm7wkVnStWssPNbSRMPtgHdmH3sRM1zopz09UWPS4x5V4n1yz/MIWTVnJ9sp6IkuXdWM4w+2Q==",979 "dev": true, 980 "requires": { 981 "@babel/helper-plugin-utils": "^7.1 0.4"970 "version": "7.12.13", 971 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz", 972 "integrity": "sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw==", 973 "dev": true, 974 "requires": { 975 "@babel/helper-plugin-utils": "^7.12.13" 982 976 } 983 977 }, 984 978 "@babel/plugin-transform-unicode-regex": { 985 "version": "7.12.1 ",986 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.1 .tgz",987 "integrity": "sha512- SqH4ClNngh/zGwHZOOQMTD+e8FGWexILV+ePMyiDJttAWRh5dhDL8rcl5lSgU3Huiq6Zn6pWTMvdPAb21Dwdyg==",988 "dev": true, 989 "requires": { 990 "@babel/helper-create-regexp-features-plugin": "^7.12.1 ",991 "@babel/helper-plugin-utils": "^7.1 0.4"979 "version": "7.12.13", 980 "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz", 981 "integrity": "sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA==", 982 "dev": true, 983 "requires": { 984 "@babel/helper-create-regexp-features-plugin": "^7.12.13", 985 "@babel/helper-plugin-utils": "^7.12.13" 992 986 } 993 987 }, … … 1002 996 }, 1003 997 "@babel/preset-env": { 1004 "version": "7.12.1 1",1005 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.1 1.tgz",1006 "integrity": "sha512- j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==",1007 "dev": true, 1008 "requires": { 1009 "@babel/compat-data": "^7.12. 7",1010 "@babel/helper-compilation-targets": "^7.12. 5",1011 "@babel/helper-module-imports": "^7.12. 5",1012 "@babel/helper-plugin-utils": "^7.1 0.4",998 "version": "7.12.13", 999 "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.13.tgz", 1000 "integrity": "sha512-JUVlizG8SoFTz4LmVUL8++aVwzwxcvey3N0j1tRbMAXVEy95uQ/cnEkmEKHN00Bwq4voAV3imQGnQvpkLAxsrw==", 1001 "dev": true, 1002 "requires": { 1003 "@babel/compat-data": "^7.12.13", 1004 "@babel/helper-compilation-targets": "^7.12.13", 1005 "@babel/helper-module-imports": "^7.12.13", 1006 "@babel/helper-plugin-utils": "^7.12.13", 1013 1007 "@babel/helper-validator-option": "^7.12.11", 1014 "@babel/plugin-proposal-async-generator-functions": "^7.12.1 ",1015 "@babel/plugin-proposal-class-properties": "^7.12.1 ",1008 "@babel/plugin-proposal-async-generator-functions": "^7.12.13", 1009 "@babel/plugin-proposal-class-properties": "^7.12.13", 1016 1010 "@babel/plugin-proposal-dynamic-import": "^7.12.1", 1017 "@babel/plugin-proposal-export-namespace-from": "^7.12.1 ",1018 "@babel/plugin-proposal-json-strings": "^7.12.1 ",1019 "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1 ",1020 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1 ",1021 "@babel/plugin-proposal-numeric-separator": "^7.12. 7",1022 "@babel/plugin-proposal-object-rest-spread": "^7.12.1 ",1023 "@babel/plugin-proposal-optional-catch-binding": "^7.12.1 ",1024 "@babel/plugin-proposal-optional-chaining": "^7.12. 7",1025 "@babel/plugin-proposal-private-methods": "^7.12.1 ",1026 "@babel/plugin-proposal-unicode-property-regex": "^7.12.1 ",1011 "@babel/plugin-proposal-export-namespace-from": "^7.12.13", 1012 "@babel/plugin-proposal-json-strings": "^7.12.13", 1013 "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", 1014 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", 1015 "@babel/plugin-proposal-numeric-separator": "^7.12.13", 1016 "@babel/plugin-proposal-object-rest-spread": "^7.12.13", 1017 "@babel/plugin-proposal-optional-catch-binding": "^7.12.13", 1018 "@babel/plugin-proposal-optional-chaining": "^7.12.13", 1019 "@babel/plugin-proposal-private-methods": "^7.12.13", 1020 "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", 1027 1021 "@babel/plugin-syntax-async-generators": "^7.8.0", 1028 "@babel/plugin-syntax-class-properties": "^7.12.1 ",1022 "@babel/plugin-syntax-class-properties": "^7.12.13", 1029 1023 "@babel/plugin-syntax-dynamic-import": "^7.8.0", 1030 1024 "@babel/plugin-syntax-export-namespace-from": "^7.8.3", … … 1036 1030 "@babel/plugin-syntax-optional-catch-binding": "^7.8.0", 1037 1031 "@babel/plugin-syntax-optional-chaining": "^7.8.0", 1038 "@babel/plugin-syntax-top-level-await": "^7.12.1 ",1039 "@babel/plugin-transform-arrow-functions": "^7.12.1 ",1040 "@babel/plugin-transform-async-to-generator": "^7.12.1 ",1041 "@babel/plugin-transform-block-scoped-functions": "^7.12.1 ",1042 "@babel/plugin-transform-block-scoping": "^7.12.1 1",1043 "@babel/plugin-transform-classes": "^7.12.1 ",1044 "@babel/plugin-transform-computed-properties": "^7.12.1 ",1045 "@babel/plugin-transform-destructuring": "^7.12.1 ",1046 "@babel/plugin-transform-dotall-regex": "^7.12.1 ",1047 "@babel/plugin-transform-duplicate-keys": "^7.12.1 ",1048 "@babel/plugin-transform-exponentiation-operator": "^7.12.1 ",1049 "@babel/plugin-transform-for-of": "^7.12.1 ",1050 "@babel/plugin-transform-function-name": "^7.12.1 ",1051 "@babel/plugin-transform-literals": "^7.12.1 ",1052 "@babel/plugin-transform-member-expression-literals": "^7.12.1 ",1053 "@babel/plugin-transform-modules-amd": "^7.12.1 ",1054 "@babel/plugin-transform-modules-commonjs": "^7.12.1 ",1055 "@babel/plugin-transform-modules-systemjs": "^7.12.1 ",1056 "@babel/plugin-transform-modules-umd": "^7.12.1 ",1057 "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.1 ",1058 "@babel/plugin-transform-new-target": "^7.12.1 ",1059 "@babel/plugin-transform-object-super": "^7.12.1 ",1060 "@babel/plugin-transform-parameters": "^7.12.1 ",1061 "@babel/plugin-transform-property-literals": "^7.12.1 ",1062 "@babel/plugin-transform-regenerator": "^7.12.1 ",1063 "@babel/plugin-transform-reserved-words": "^7.12.1 ",1064 "@babel/plugin-transform-shorthand-properties": "^7.12.1 ",1065 "@babel/plugin-transform-spread": "^7.12.1 ",1066 "@babel/plugin-transform-sticky-regex": "^7.12. 7",1067 "@babel/plugin-transform-template-literals": "^7.12.1 ",1068 "@babel/plugin-transform-typeof-symbol": "^7.12.1 0",1069 "@babel/plugin-transform-unicode-escapes": "^7.12.1 ",1070 "@babel/plugin-transform-unicode-regex": "^7.12.1 ",1032 "@babel/plugin-syntax-top-level-await": "^7.12.13", 1033 "@babel/plugin-transform-arrow-functions": "^7.12.13", 1034 "@babel/plugin-transform-async-to-generator": "^7.12.13", 1035 "@babel/plugin-transform-block-scoped-functions": "^7.12.13", 1036 "@babel/plugin-transform-block-scoping": "^7.12.13", 1037 "@babel/plugin-transform-classes": "^7.12.13", 1038 "@babel/plugin-transform-computed-properties": "^7.12.13", 1039 "@babel/plugin-transform-destructuring": "^7.12.13", 1040 "@babel/plugin-transform-dotall-regex": "^7.12.13", 1041 "@babel/plugin-transform-duplicate-keys": "^7.12.13", 1042 "@babel/plugin-transform-exponentiation-operator": "^7.12.13", 1043 "@babel/plugin-transform-for-of": "^7.12.13", 1044 "@babel/plugin-transform-function-name": "^7.12.13", 1045 "@babel/plugin-transform-literals": "^7.12.13", 1046 "@babel/plugin-transform-member-expression-literals": "^7.12.13", 1047 "@babel/plugin-transform-modules-amd": "^7.12.13", 1048 "@babel/plugin-transform-modules-commonjs": "^7.12.13", 1049 "@babel/plugin-transform-modules-systemjs": "^7.12.13", 1050 "@babel/plugin-transform-modules-umd": "^7.12.13", 1051 "@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13", 1052 "@babel/plugin-transform-new-target": "^7.12.13", 1053 "@babel/plugin-transform-object-super": "^7.12.13", 1054 "@babel/plugin-transform-parameters": "^7.12.13", 1055 "@babel/plugin-transform-property-literals": "^7.12.13", 1056 "@babel/plugin-transform-regenerator": "^7.12.13", 1057 "@babel/plugin-transform-reserved-words": "^7.12.13", 1058 "@babel/plugin-transform-shorthand-properties": "^7.12.13", 1059 "@babel/plugin-transform-spread": "^7.12.13", 1060 "@babel/plugin-transform-sticky-regex": "^7.12.13", 1061 "@babel/plugin-transform-template-literals": "^7.12.13", 1062 "@babel/plugin-transform-typeof-symbol": "^7.12.13", 1063 "@babel/plugin-transform-unicode-escapes": "^7.12.13", 1064 "@babel/plugin-transform-unicode-regex": "^7.12.13", 1071 1065 "@babel/preset-modules": "^0.1.3", 1072 "@babel/types": "^7.12.1 1",1066 "@babel/types": "^7.12.13", 1073 1067 "core-js-compat": "^3.8.0", 1074 1068 "semver": "^5.5.0" … … 1097 1091 }, 1098 1092 "@babel/preset-react": { 1099 "version": "7.12.1 0",1100 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.1 0.tgz",1101 "integrity": "sha512- vtQNjaHRl4DUpp+t+g4wvTHsLQuye+n0H/wsXIZRn69oz/fvNC7gQ4IK73zGJBaxvHoxElDvnYCthMcT7uzFoQ==",1102 "dev": true, 1103 "requires": { 1104 "@babel/helper-plugin-utils": "^7.1 0.4",1105 "@babel/plugin-transform-react-display-name": "^7.12.1 ",1106 "@babel/plugin-transform-react-jsx": "^7.12.1 0",1107 "@babel/plugin-transform-react-jsx-development": "^7.12. 7",1093 "version": "7.12.13", 1094 "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.13.tgz", 1095 "integrity": "sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA==", 1096 "dev": true, 1097 "requires": { 1098 "@babel/helper-plugin-utils": "^7.12.13", 1099 "@babel/plugin-transform-react-display-name": "^7.12.13", 1100 "@babel/plugin-transform-react-jsx": "^7.12.13", 1101 "@babel/plugin-transform-react-jsx-development": "^7.12.12", 1108 1102 "@babel/plugin-transform-react-pure-annotations": "^7.12.1" 1109 1103 } … … 1118 1112 }, 1119 1113 "@babel/runtime-corejs3": { 1120 "version": "7.12. 5",1121 "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12. 5.tgz",1122 "integrity": "sha512- roGr54CsTmNPPzZoCP1AmDXuBoNao7tnSA83TXTwt+UK5QVyh1DIJnrgYRPWKCF2flqZQXwa7Yr8v7VmLzF0YQ==",1114 "version": "7.12.13", 1115 "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.12.13.tgz", 1116 "integrity": "sha512-8fSpqYRETHATtNitsCXq8QQbKJP31/KnDl2Wz2Vtui9nKzjss2ysuZtyVsWjBtvkeEFo346gkwjYPab1hvrXkQ==", 1123 1117 "dev": true, 1124 1118 "requires": { … … 1128 1122 }, 1129 1123 "@babel/template": { 1130 "version": "7.12.7", 1131 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz", 1132 "integrity": "sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==", 1133 "dev": true, 1134 "requires": { 1135 "@babel/code-frame": "^7.10.4", 1136 "@babel/parser": "^7.12.7", 1137 "@babel/types": "^7.12.7" 1124 "version": "7.12.13", 1125 "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz", 1126 "integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==", 1127 "dev": true, 1128 "requires": { 1129 "@babel/code-frame": "^7.12.13", 1130 "@babel/parser": "^7.12.13", 1131 "@babel/types": "^7.12.13" 1132 }, 1133 "dependencies": { 1134 "@babel/parser": { 1135 "version": "7.12.15", 1136 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz", 1137 "integrity": "sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==", 1138 "dev": true 1139 } 1138 1140 } 1139 1141 }, 1140 1142 "@babel/traverse": { 1141 "version": "7.12.1 2",1142 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.1 2.tgz",1143 "integrity": "sha512- s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==",1144 "dev": true, 1145 "requires": { 1146 "@babel/code-frame": "^7.12.1 1",1147 "@babel/generator": "^7.12.1 1",1148 "@babel/helper-function-name": "^7.12.1 1",1149 "@babel/helper-split-export-declaration": "^7.12.1 1",1150 "@babel/parser": "^7.12.1 1",1151 "@babel/types": "^7.12.1 2",1143 "version": "7.12.13", 1144 "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.13.tgz", 1145 "integrity": "sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==", 1146 "dev": true, 1147 "requires": { 1148 "@babel/code-frame": "^7.12.13", 1149 "@babel/generator": "^7.12.13", 1150 "@babel/helper-function-name": "^7.12.13", 1151 "@babel/helper-split-export-declaration": "^7.12.13", 1152 "@babel/parser": "^7.12.13", 1153 "@babel/types": "^7.12.13", 1152 1154 "debug": "^4.1.0", 1153 1155 "globals": "^11.1.0", 1154 1156 "lodash": "^4.17.19" 1157 }, 1158 "dependencies": { 1159 "@babel/parser": { 1160 "version": "7.12.15", 1161 "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz", 1162 "integrity": "sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==", 1163 "dev": true 1164 } 1155 1165 } 1156 1166 }, 1157 1167 "@babel/types": { 1158 "version": "7.12.1 2",1159 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.1 2.tgz",1160 "integrity": "sha512- lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ==",1168 "version": "7.12.13", 1169 "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz", 1170 "integrity": "sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==", 1161 1171 "requires": { 1162 1172 "@babel/helper-validator-identifier": "^7.12.11", … … 2342 2352 }, 2343 2353 "@types/prettier": { 2344 "version": "2. 1.6",2345 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2. 1.6.tgz",2346 "integrity": "sha512- 6gOkRe7OIioWAXfnO/2lFiv+SJichKVSys1mSsgyrYHSEjk8Ctv4tSR/Odvnu+HWlH2C8j53dahU03XmQdd5fA==",2354 "version": "2.2.0", 2355 "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.2.0.tgz", 2356 "integrity": "sha512-O3SQC6+6AySHwrspYn2UvC6tjo6jCTMMmylxZUFhE1CulVu5l3AxU6ca9lrJDTQDVllF62LIxVSx5fuYL6LiZg==", 2347 2357 "dev": true 2348 2358 }, … … 2394 2404 }, 2395 2405 "@types/uglify-js": { 2396 "version": "3.1 1.1",2397 "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.1 1.1.tgz",2398 "integrity": "sha512- 7npvPKV+jINLu1SpSYVWG8KvyJBhBa8tmzMMdDoVc2pWUYHN8KIXlPJhjJ4LT97c4dXJA2SHL/q6ADbDriZN+Q==",2406 "version": "3.12.0", 2407 "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.12.0.tgz", 2408 "integrity": "sha512-sYAF+CF9XZ5cvEBkI7RtrG9g2GtMBkviTnBxYYyq+8BWvO4QtXfwwR6a2LFwCi4evMKZfpv6U43ViYvv17Wz3Q==", 2399 2409 "dev": true, 2400 2410 "requires": { … … 2771 2781 }, 2772 2782 "@wordpress/annotations": { 2773 "version": "1.24. 5",2774 "resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.24. 5.tgz",2775 "integrity": "sha512- umpOBT7QdGHWsdxmEEQVqlz4CaNtG1ebrK0LBQgzPq5UyJGkjfDp+oENJ/le1zU6nkR+0CtzTht61g1wyoP2ow==",2783 "version": "1.24.6", 2784 "resolved": "https://registry.npmjs.org/@wordpress/annotations/-/annotations-1.24.6.tgz", 2785 "integrity": "sha512-bGvX+o1vtEYDDSRNaI5h1c6tYJmwtsK8uzsKHvuoQSv4534XZncyt8zEmjKzk6uqcJHZBnqSdRhpTY2rB2o1IQ==", 2776 2786 "requires": { 2777 2787 "@babel/runtime": "^7.12.5", 2778 "@wordpress/data": "^4.26. 5",2788 "@wordpress/data": "^4.26.6", 2779 2789 "@wordpress/hooks": "^2.11.1", 2780 2790 "@wordpress/i18n": "^3.18.0", 2781 "@wordpress/rich-text": "^3.24. 5",2791 "@wordpress/rich-text": "^3.24.6", 2782 2792 "lodash": "^4.17.19", 2783 2793 "rememo": "^3.0.0", … … 2836 2846 }, 2837 2847 "@wordpress/base-styles": { 2838 "version": "3.3. 2",2839 "resolved": "https://registry.npmjs.org/@wordpress/base-styles/-/base-styles-3.3. 2.tgz",2840 "integrity": "sha512- GPvvfRUXAnAhsND92w8KEydAwtfim+6Xr8WUt9M+8ryPxlg85lRRdcpJkMB8sfqtBzBmWvXUsKmiimGew5o6zA==",2848 "version": "3.3.3", 2849 "resolved": "https://registry.npmjs.org/@wordpress/base-styles/-/base-styles-3.3.3.tgz", 2850 "integrity": "sha512-fsAOLQb83zxRVq7MRFIorE4cY5FwJUYls4dwggX0XdrNwYa5vZU8/OWcVgNKDF++JrsqhRCQMz/IQdclruRuRQ==", 2841 2851 "dev": true 2842 2852 }, … … 2850 2860 }, 2851 2861 "@wordpress/block-directory": { 2852 "version": "1.18. 5",2853 "resolved": "https://registry.npmjs.org/@wordpress/block-directory/-/block-directory-1.18. 5.tgz",2854 "integrity": "sha512- u+dMeBlgviS6cfb2RZ42CgpHX1XPNLSlGmGawZ6M250UQzZ/za6U+7wcWv1zqqwU8VULTGitjexjZMWbvpHUfQ==",2862 "version": "1.18.6", 2863 "resolved": "https://registry.npmjs.org/@wordpress/block-directory/-/block-directory-1.18.6.tgz", 2864 "integrity": "sha512-LkpC0IDjdvE3AcXy205fW5kYGO3MFTS2PYAQejcVqTJaG+EdBGGOun8G+gioL+C0PTbJdnqw8LjzYscX7p/AVg==", 2855 2865 "requires": { 2856 2866 "@babel/runtime": "^7.12.5", 2857 2867 "@wordpress/a11y": "^2.14.3", 2858 2868 "@wordpress/api-fetch": "^3.21.5", 2859 "@wordpress/block-editor": "^5.2. 5",2860 "@wordpress/blocks": "^7.0. 2",2861 "@wordpress/components": "^12.0. 5",2869 "@wordpress/block-editor": "^5.2.6", 2870 "@wordpress/blocks": "^7.0.3", 2871 "@wordpress/components": "^12.0.6", 2862 2872 "@wordpress/compose": "^3.24.3", 2863 "@wordpress/data": "^4.26. 5",2864 "@wordpress/data-controls": "^1.20. 5",2865 "@wordpress/edit-post": "^3.26. 5",2873 "@wordpress/data": "^4.26.6", 2874 "@wordpress/data-controls": "^1.20.6", 2875 "@wordpress/edit-post": "^3.26.6", 2866 2876 "@wordpress/element": "^2.19.1", 2867 2877 "@wordpress/hooks": "^2.11.1", … … 2869 2879 "@wordpress/i18n": "^3.18.0", 2870 2880 "@wordpress/icons": "^2.9.1", 2871 "@wordpress/notices": "^2.12. 5",2881 "@wordpress/notices": "^2.12.6", 2872 2882 "@wordpress/plugins": "^2.24.5", 2873 2883 "@wordpress/url": "^2.21.2", … … 2876 2886 }, 2877 2887 "@wordpress/block-editor": { 2878 "version": "5.2. 5",2879 "resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-5.2. 5.tgz",2880 "integrity": "sha512- XHyIb7N6IhJQhYAVEY5ONR0k6hmucglCPmS+t22s1S2fKDo6gc1T5i7idmqTr8nDsAMN6H2brgY4NStb1cWLTw==",2888 "version": "5.2.6", 2889 "resolved": "https://registry.npmjs.org/@wordpress/block-editor/-/block-editor-5.2.6.tgz", 2890 "integrity": "sha512-uoTw7ewvQDhVT8s59oRXg63AhlkjFAol65vFNrR4G2ZhC+qv+alwTZGNaqRsfAozxm7HIRw8TqqrjEeXii9fJg==", 2881 2891 "requires": { 2882 2892 "@babel/runtime": "^7.12.5", 2883 2893 "@wordpress/a11y": "^2.14.3", 2884 2894 "@wordpress/blob": "^2.12.1", 2885 "@wordpress/blocks": "^7.0. 2",2886 "@wordpress/components": "^12.0. 5",2895 "@wordpress/blocks": "^7.0.3", 2896 "@wordpress/components": "^12.0.6", 2887 2897 "@wordpress/compose": "^3.24.3", 2888 "@wordpress/data": "^4.26. 5",2889 "@wordpress/data-controls": "^1.20. 5",2898 "@wordpress/data": "^4.26.6", 2899 "@wordpress/data-controls": "^1.20.6", 2890 2900 "@wordpress/deprecated": "^2.11.1", 2891 2901 "@wordpress/dom": "^2.16.2", … … 2896 2906 "@wordpress/icons": "^2.9.1", 2897 2907 "@wordpress/is-shallow-equal": "^3.0.1", 2898 "@wordpress/keyboard-shortcuts": "^1.13. 5",2908 "@wordpress/keyboard-shortcuts": "^1.13.6", 2899 2909 "@wordpress/keycodes": "^2.18.3", 2900 "@wordpress/notices": "^2.12. 5",2901 "@wordpress/rich-text": "^3.24. 5",2910 "@wordpress/notices": "^2.12.6", 2911 "@wordpress/rich-text": "^3.24.6", 2902 2912 "@wordpress/shortcode": "^2.12.1", 2903 2913 "@wordpress/token-list": "^1.14.1", … … 2921 2931 }, 2922 2932 "@wordpress/block-library": { 2923 "version": "2.28. 2",2924 "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.28. 2.tgz",2925 "integrity": "sha512- xheA8A4u/3cFUdjHk/qZmTF1/nLFg5zTDwUwOAmW0nlxjLlZ+4PDGjYQSsiihoTJmaWLhdyVQAxGlImI9q61tg==",2933 "version": "2.28.3", 2934 "resolved": "https://registry.npmjs.org/@wordpress/block-library/-/block-library-2.28.3.tgz", 2935 "integrity": "sha512-g7rmaCADP795UOuvb2oUaUd1A7ci6xqtfcOj6inT+oJxf+2SYcawJCwndUI6pNEcfOVd448EAhm0ump+fwQJDw==", 2926 2936 "requires": { 2927 2937 "@babel/runtime": "^7.12.5", … … 2930 2940 "@wordpress/autop": "^2.11.1", 2931 2941 "@wordpress/blob": "^2.12.1", 2932 "@wordpress/block-editor": "^5.2. 5",2933 "@wordpress/blocks": "^7.0. 2",2934 "@wordpress/components": "^12.0. 5",2942 "@wordpress/block-editor": "^5.2.6", 2943 "@wordpress/blocks": "^7.0.3", 2944 "@wordpress/components": "^12.0.6", 2935 2945 "@wordpress/compose": "^3.24.3", 2936 "@wordpress/core-data": "^2.25. 5",2937 "@wordpress/data": "^4.26. 5",2946 "@wordpress/core-data": "^2.25.6", 2947 "@wordpress/data": "^4.26.6", 2938 2948 "@wordpress/date": "^3.13.1", 2939 2949 "@wordpress/deprecated": "^2.11.1", 2940 2950 "@wordpress/dom": "^2.16.2", 2941 "@wordpress/editor": "^9.25. 5",2951 "@wordpress/editor": "^9.25.6", 2942 2952 "@wordpress/element": "^2.19.1", 2943 2953 "@wordpress/escape-html": "^1.11.1", … … 2947 2957 "@wordpress/is-shallow-equal": "^3.0.1", 2948 2958 "@wordpress/keycodes": "^2.18.3", 2949 "@wordpress/notices": "^2.12. 5",2959 "@wordpress/notices": "^2.12.6", 2950 2960 "@wordpress/primitives": "^1.11.1", 2951 "@wordpress/reusable-blocks": "^1.1. 5",2952 "@wordpress/rich-text": "^3.24. 5",2953 "@wordpress/server-side-render": "^1.20. 5",2961 "@wordpress/reusable-blocks": "^1.1.6", 2962 "@wordpress/rich-text": "^3.24.6", 2963 "@wordpress/server-side-render": "^1.20.6", 2954 2964 "@wordpress/url": "^2.21.2", 2955 "@wordpress/viewport": "^2.25. 5",2965 "@wordpress/viewport": "^2.25.6", 2956 2966 "classnames": "^2.2.5", 2957 2967 "fast-average-color": "4.3.0", … … 2972 2982 }, 2973 2983 "@wordpress/blocks": { 2974 "version": "7.0. 2",2975 "resolved": "https://registry.npmjs.org/@wordpress/blocks/-/blocks-7.0. 2.tgz",2976 "integrity": "sha512- Zy97+D0UP4NXPKA9/5GyTAvF/GEeZ7rUYmiHK0OyMj6LE3vux6xc+QgOoVFpWgeTC/scaFEzA+GToH6SWG8MOQ==",2984 "version": "7.0.3", 2985 "resolved": "https://registry.npmjs.org/@wordpress/blocks/-/blocks-7.0.3.tgz", 2986 "integrity": "sha512-UKqLlkkLohnSE8gbkZib6iNl56tWub+hR5toM1dGdGXnx/+bWWFrrdf3CACAiDn/D6fLSQdG3PdyEaGxyYWXcA==", 2977 2987 "requires": { 2978 2988 "@babel/runtime": "^7.12.5", … … 2981 2991 "@wordpress/block-serialization-default-parser": "^3.9.1", 2982 2992 "@wordpress/compose": "^3.24.3", 2983 "@wordpress/data": "^4.26. 5",2993 "@wordpress/data": "^4.26.6", 2984 2994 "@wordpress/deprecated": "^2.11.1", 2985 2995 "@wordpress/dom": "^2.16.2", … … 3007 3017 }, 3008 3018 "@wordpress/components": { 3009 "version": "12.0. 5",3010 "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-12.0. 5.tgz",3011 "integrity": "sha512- 0og7rr1fgS93/zBtGIglFtfFfS28O9B/LRA10ZHZogziRrC26pjx8twcg6Yui1UutJwj8FzJeAzNrQoxeNmysA==",3019 "version": "12.0.6", 3020 "resolved": "https://registry.npmjs.org/@wordpress/components/-/components-12.0.6.tgz", 3021 "integrity": "sha512-cU+p1Lu+l04jjCJ1i8a2e/vvbn8M6gp75fKHjO411FJiqi/oHUPCfBzABNYbPfNIGqwZS9Jpmd5EOYxq5mGI7Q==", 3012 3022 "requires": { 3013 3023 "@babel/runtime": "^7.12.5", … … 3028 3038 "@wordpress/keycodes": "^2.18.3", 3029 3039 "@wordpress/primitives": "^1.11.1", 3030 "@wordpress/rich-text": "^3.24. 5",3040 "@wordpress/rich-text": "^3.24.6", 3031 3041 "@wordpress/warning": "^1.3.1", 3032 3042 "@wp-g2/components": "^0.0.140", … … 3076 3086 }, 3077 3087 "@wordpress/core-data": { 3078 "version": "2.25. 5",3079 "resolved": "https://registry.npmjs.org/@wordpress/core-data/-/core-data-2.25. 5.tgz",3080 "integrity": "sha512- Gf8hLTI1XvuMgelJW1KSnEA4SKdzovTV7WUGJTblzMcVFx2RNrFMNGDhmoEaXbDVUD3i7EtDlNX6qw2/QWKrIA==",3088 "version": "2.25.6", 3089 "resolved": "https://registry.npmjs.org/@wordpress/core-data/-/core-data-2.25.6.tgz", 3090 "integrity": "sha512-jvtYhOOOugp3pUptKMywJ4fIpp3N0q6uWP2mHkghmn/LlU3+mxESUfRepRD1Q/AXBfCn9X0Bm8ISMYBe2yBTJA==", 3081 3091 "requires": { 3082 3092 "@babel/runtime": "^7.12.5", 3083 3093 "@wordpress/api-fetch": "^3.21.5", 3084 "@wordpress/blocks": "^7.0. 2",3085 "@wordpress/data": "^4.26. 5",3086 "@wordpress/data-controls": "^1.20. 5",3094 "@wordpress/blocks": "^7.0.3", 3095 "@wordpress/data": "^4.26.6", 3096 "@wordpress/data-controls": "^1.20.6", 3087 3097 "@wordpress/deprecated": "^2.11.1", 3088 3098 "@wordpress/element": "^2.19.1", … … 3106 3116 }, 3107 3117 "@wordpress/data": { 3108 "version": "4.26. 5",3109 "resolved": "https://registry.npmjs.org/@wordpress/data/-/data-4.26. 5.tgz",3110 "integrity": "sha512- rOEm9V5xOergNgaTnNP3KZjg8RGtpaizEr+MhOwxSQEvmxTkystDqHAxzD0MKeQPA9jaAbzarho+9yhjlX7EdA==",3118 "version": "4.26.6", 3119 "resolved": "https://registry.npmjs.org/@wordpress/data/-/data-4.26.6.tgz", 3120 "integrity": "sha512-LsGSlldWGsKQ34rGfIAtIAggfDeHOkRgTNoIvYzt1BrliTMr5ZTV19Mt3QZlKA47p1DsmrmQq5P+SXrCOCcQDA==", 3111 3121 "requires": { 3112 3122 "@babel/runtime": "^7.12.5", … … 3127 3137 }, 3128 3138 "@wordpress/data-controls": { 3129 "version": "1.20. 5",3130 "resolved": "https://registry.npmjs.org/@wordpress/data-controls/-/data-controls-1.20. 5.tgz",3131 "integrity": "sha512- T1p/0R52zvLuMjZkDYwo7QeXJAtrkdvqqI0zbOeER72PuX9BNjS5EqGgwEYHy0sNIBA9eba6yL/Ndk0z+79WfQ==",3139 "version": "1.20.6", 3140 "resolved": "https://registry.npmjs.org/@wordpress/data-controls/-/data-controls-1.20.6.tgz", 3141 "integrity": "sha512-Y13e58UU+gbA0+mhO87zP1K10qgYnj2hV8nwyBqWo6EeXam54IS6zHcb7SofW0b+S+ws66BLRnzFHCv6YUMmKQ==", 3132 3142 "requires": { 3133 3143 "@babel/runtime": "^7.12.5", 3134 3144 "@wordpress/api-fetch": "^3.21.5", 3135 "@wordpress/data": "^4.26. 5",3145 "@wordpress/data": "^4.26.6", 3136 3146 "@wordpress/deprecated": "^2.11.1" 3137 3147 } … … 3215 3225 }, 3216 3226 "@wordpress/edit-post": { 3217 "version": "3.26. 5",3218 "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.26. 5.tgz",3219 "integrity": "sha512- E6SwIr1osRNdM5O41RwCpFUF7SeSranWI/DpG5mGHR6V7NIMU7s4HUDjivmMlvrF5zI8rKw9ZyTOBdqhWEiQ+g==",3227 "version": "3.26.6", 3228 "resolved": "https://registry.npmjs.org/@wordpress/edit-post/-/edit-post-3.26.6.tgz", 3229 "integrity": "sha512-nbHvJqQXc4taScRzYicfL+cHl4W6W/3gGddcpwZV+KtGwHapDeOVat1dzkPvqX21DEjwJMqwF4XaQxKAv3b4kw==", 3220 3230 "requires": { 3221 3231 "@babel/runtime": "^7.12.5", 3222 3232 "@wordpress/a11y": "^2.14.3", 3223 3233 "@wordpress/api-fetch": "^3.21.5", 3224 "@wordpress/block-editor": "^5.2. 5",3225 "@wordpress/block-library": "^2.28. 2",3226 "@wordpress/blocks": "^7.0. 2",3227 "@wordpress/components": "^12.0. 5",3234 "@wordpress/block-editor": "^5.2.6", 3235 "@wordpress/block-library": "^2.28.3", 3236 "@wordpress/blocks": "^7.0.3", 3237 "@wordpress/components": "^12.0.6", 3228 3238 "@wordpress/compose": "^3.24.3", 3229 "@wordpress/core-data": "^2.25. 5",3230 "@wordpress/data": "^4.26. 5",3231 "@wordpress/data-controls": "^1.20. 5",3232 "@wordpress/editor": "^9.25. 5",3239 "@wordpress/core-data": "^2.25.6", 3240 "@wordpress/data": "^4.26.6", 3241 "@wordpress/data-controls": "^1.20.6", 3242 "@wordpress/editor": "^9.25.6", 3233 3243 "@wordpress/element": "^2.19.1", 3234 3244 "@wordpress/hooks": "^2.11.1", 3235 3245 "@wordpress/i18n": "^3.18.0", 3236 3246 "@wordpress/icons": "^2.9.1", 3237 "@wordpress/interface": "^1.0. 3",3238 "@wordpress/keyboard-shortcuts": "^1.13. 5",3247 "@wordpress/interface": "^1.0.4", 3248 "@wordpress/keyboard-shortcuts": "^1.13.6", 3239 3249 "@wordpress/keycodes": "^2.18.3", 3240 3250 "@wordpress/media-utils": "^1.19.5", 3241 "@wordpress/notices": "^2.12. 5",3251 "@wordpress/notices": "^2.12.6", 3242 3252 "@wordpress/plugins": "^2.24.5", 3243 3253 "@wordpress/primitives": "^1.11.1", 3244 3254 "@wordpress/url": "^2.21.2", 3245 "@wordpress/viewport": "^2.25. 5",3255 "@wordpress/viewport": "^2.25.6", 3246 3256 "@wordpress/warning": "^1.3.1", 3247 3257 "classnames": "^2.2.5", … … 3253 3263 }, 3254 3264 "@wordpress/editor": { 3255 "version": "9.25. 5",3256 "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.25. 5.tgz",3257 "integrity": "sha512- e9XRgFu5BZEwB9YoJ3FDRZoMPusZYRuQBNScEdLKOJJOyUJ1Q8owBGjZLHmlwtKaD0Skiu5l4pwvYUXSgqepDA==",3265 "version": "9.25.6", 3266 "resolved": "https://registry.npmjs.org/@wordpress/editor/-/editor-9.25.6.tgz", 3267 "integrity": "sha512-QBUZuepgq8ok1bwuVji1TA5GHN8Lnwmy/2olAOL4EJDxlfzVxiRw4I/p9XCO2Afx87fYmIRKgrlLJW5ZZ93n3A==", 3258 3268 "requires": { 3259 3269 "@babel/runtime": "^7.12.5", … … 3261 3271 "@wordpress/autop": "^2.11.1", 3262 3272 "@wordpress/blob": "^2.12.1", 3263 "@wordpress/block-editor": "^5.2. 5",3264 "@wordpress/blocks": "^7.0. 2",3265 "@wordpress/components": "^12.0. 5",3273 "@wordpress/block-editor": "^5.2.6", 3274 "@wordpress/blocks": "^7.0.3", 3275 "@wordpress/components": "^12.0.6", 3266 3276 "@wordpress/compose": "^3.24.3", 3267 "@wordpress/core-data": "^2.25. 5",3268 "@wordpress/data": "^4.26. 5",3269 "@wordpress/data-controls": "^1.20. 5",3277 "@wordpress/core-data": "^2.25.6", 3278 "@wordpress/data": "^4.26.6", 3279 "@wordpress/data-controls": "^1.20.6", 3270 3280 "@wordpress/date": "^3.13.1", 3271 3281 "@wordpress/deprecated": "^2.11.1", … … 3276 3286 "@wordpress/icons": "^2.9.1", 3277 3287 "@wordpress/is-shallow-equal": "^3.0.1", 3278 "@wordpress/keyboard-shortcuts": "^1.13. 5",3288 "@wordpress/keyboard-shortcuts": "^1.13.6", 3279 3289 "@wordpress/keycodes": "^2.18.3", 3280 3290 "@wordpress/media-utils": "^1.19.5", 3281 "@wordpress/notices": "^2.12. 5",3282 "@wordpress/reusable-blocks": "^1.1. 5",3283 "@wordpress/rich-text": "^3.24. 5",3284 "@wordpress/server-side-render": "^1.20. 5",3291 "@wordpress/notices": "^2.12.6", 3292 "@wordpress/reusable-blocks": "^1.1.6", 3293 "@wordpress/rich-text": "^3.24.6", 3294 "@wordpress/server-side-render": "^1.20.6", 3285 3295 "@wordpress/url": "^2.21.2", 3286 3296 "@wordpress/wordcount": "^2.14.1", … … 3367 3377 }, 3368 3378 "@wordpress/format-library": { 3369 "version": "1.26. 5",3370 "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.26. 5.tgz",3371 "integrity": "sha512- TOV5bDzXY5gru4y+GwlQethbFxYUJn371yOvuXJS1Zp1fqaXskJ4b52sOMulN2+Fma06YKESqKTQFcoY/VCdxw==",3379 "version": "1.26.6", 3380 "resolved": "https://registry.npmjs.org/@wordpress/format-library/-/format-library-1.26.6.tgz", 3381 "integrity": "sha512-4JTOz8EYS2Xwflz2niTsbDTAdJp0+ZcXvMt2fqPzB9MC+fj5C2XqBzdMUNSQ6VUzWj9W6/uZooodWMwwQG76/Q==", 3372 3382 "requires": { 3373 3383 "@babel/runtime": "^7.12.5", 3374 3384 "@wordpress/a11y": "^2.14.3", 3375 "@wordpress/block-editor": "^5.2. 5",3376 "@wordpress/components": "^12.0. 5",3385 "@wordpress/block-editor": "^5.2.6", 3386 "@wordpress/components": "^12.0.6", 3377 3387 "@wordpress/compose": "^3.24.3", 3378 "@wordpress/data": "^4.26. 5",3388 "@wordpress/data": "^4.26.6", 3379 3389 "@wordpress/dom": "^2.16.2", 3380 3390 "@wordpress/element": "^2.19.1", … … 3383 3393 "@wordpress/icons": "^2.9.1", 3384 3394 "@wordpress/keycodes": "^2.18.3", 3385 "@wordpress/rich-text": "^3.24. 5",3395 "@wordpress/rich-text": "^3.24.6", 3386 3396 "@wordpress/url": "^2.21.2", 3387 3397 "lodash": "^4.17.19" … … 3429 3439 }, 3430 3440 "@wordpress/interface": { 3431 "version": "1.0. 3",3432 "resolved": "https://registry.npmjs.org/@wordpress/interface/-/interface-1.0. 3.tgz",3433 "integrity": "sha512- PaOwHBN6RJHw8MEfNknGo2J4Pu3PgevTaM5S0BlW0RkxvKRE7tLtWBT29yJ6WGAJnamE6tmjvWnGNGbHKxt/XQ==",3441 "version": "1.0.4", 3442 "resolved": "https://registry.npmjs.org/@wordpress/interface/-/interface-1.0.4.tgz", 3443 "integrity": "sha512-r2ln0VCb/YkegCkBm967rr9EhjyKESM4oULAyq0xjYGyGFOwKZYcyGuZnyJCebJMKwjQENv/hALgCaulUWhN8A==", 3434 3444 "requires": { 3435 3445 "@babel/runtime": "^7.12.5", 3436 "@wordpress/components": "^12.0. 5",3437 "@wordpress/data": "^4.26. 5",3446 "@wordpress/components": "^12.0.6", 3447 "@wordpress/data": "^4.26.6", 3438 3448 "@wordpress/deprecated": "^2.11.1", 3439 3449 "@wordpress/element": "^2.19.1", … … 3441 3451 "@wordpress/icons": "^2.9.1", 3442 3452 "@wordpress/plugins": "^2.24.5", 3443 "@wordpress/viewport": "^2.25. 5",3453 "@wordpress/viewport": "^2.25.6", 3444 3454 "classnames": "^2.2.5", 3445 3455 "lodash": "^4.17.19", … … 3480 3490 }, 3481 3491 "@wordpress/keyboard-shortcuts": { 3482 "version": "1.13. 5",3483 "resolved": "https://registry.npmjs.org/@wordpress/keyboard-shortcuts/-/keyboard-shortcuts-1.13. 5.tgz",3484 "integrity": "sha512- e+L9b51mNCFwUgZ5vvNwFGVM3dIEU0yD7+Mxd2tOUMZ+Rm2leWfF/RWOJzXm1RdvDDNcifn242MOnuQBE0LvZQ==",3492 "version": "1.13.6", 3493 "resolved": "https://registry.npmjs.org/@wordpress/keyboard-shortcuts/-/keyboard-shortcuts-1.13.6.tgz", 3494 "integrity": "sha512-Dq7uAi8tV9WjnK0KT/z++1OcL9mnH/rirHwJotyJR4oKmKQtSPocZhqTz72+X62lahBHyDpq3kkdZRh5ezgL4Q==", 3485 3495 "requires": { 3486 3496 "@babel/runtime": "^7.12.5", 3487 3497 "@wordpress/compose": "^3.24.3", 3488 "@wordpress/data": "^4.26. 5",3498 "@wordpress/data": "^4.26.6", 3489 3499 "@wordpress/element": "^2.19.1", 3490 3500 "@wordpress/keycodes": "^2.18.3", … … 3532 3542 }, 3533 3543 "@wordpress/list-reusable-blocks": { 3534 "version": "1.25. 5",3535 "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.25. 5.tgz",3536 "integrity": "sha512- ScmMXOAoZn222NFppeupYuWjMuUhNfKtYF8BbXnh/faLqirNgRV+8X4CFE2xip8QmVCL1VxoRHDIHFEqV74W+A==",3544 "version": "1.25.6", 3545 "resolved": "https://registry.npmjs.org/@wordpress/list-reusable-blocks/-/list-reusable-blocks-1.25.6.tgz", 3546 "integrity": "sha512-oagpnZM9z9/ZeTjbXr7wuwA62kZYiXtRS3EpkTcBSu11Qc7szyGsOq2qfsTw31rtTVm5QIyfCHdnh3gS9apGkQ==", 3537 3547 "requires": { 3538 3548 "@babel/runtime": "^7.12.5", 3539 3549 "@wordpress/api-fetch": "^3.21.5", 3540 "@wordpress/components": "^12.0. 5",3550 "@wordpress/components": "^12.0.6", 3541 3551 "@wordpress/compose": "^3.24.3", 3542 3552 "@wordpress/element": "^2.19.1", … … 3559 3569 }, 3560 3570 "@wordpress/notices": { 3561 "version": "2.12. 5",3562 "resolved": "https://registry.npmjs.org/@wordpress/notices/-/notices-2.12. 5.tgz",3563 "integrity": "sha512- 3rNcI83uy/YiFS3Xn4fmwy3yuRCfZG8YU9wb5PXKuGhyeWdVQaLx9jZC+ueHYuEhYu7LAbHxKngfBnr5vqT1OQ==",3571 "version": "2.12.6", 3572 "resolved": "https://registry.npmjs.org/@wordpress/notices/-/notices-2.12.6.tgz", 3573 "integrity": "sha512-iPayRYy3qS+mClbPBw7GuvQtvSwb02ljiohNfpMTHLUEsTgB65FBykrYx6AGOO8c91BnJ1HBab+zRsScGCy80Q==", 3564 3574 "requires": { 3565 3575 "@babel/runtime": "^7.12.5", 3566 3576 "@wordpress/a11y": "^2.14.3", 3567 "@wordpress/data": "^4.26. 5",3577 "@wordpress/data": "^4.26.6", 3568 3578 "lodash": "^4.17.19" 3569 3579 } … … 3576 3586 }, 3577 3587 "@wordpress/nux": { 3578 "version": "3.24. 5",3579 "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.24. 5.tgz",3580 "integrity": "sha512- OEVmRjyX8vCuyFynznwqMFMeLMa9GWfSjKzL6g7IuGNN6OetPtffLB3hxOHo7kYxzz0m6/GzEq6+0y2xpOJndQ==",3588 "version": "3.24.6", 3589 "resolved": "https://registry.npmjs.org/@wordpress/nux/-/nux-3.24.6.tgz", 3590 "integrity": "sha512-Lm1QtOemLOAiLF4GbZinPRJjNBmKGuR81fK243jyh45iOZzau717JCwutwgWqIssnOqLdIQZJVcWy8WyCeTUlQ==", 3581 3591 "requires": { 3582 3592 "@babel/runtime": "^7.12.5", 3583 "@wordpress/components": "^12.0. 5",3593 "@wordpress/components": "^12.0.6", 3584 3594 "@wordpress/compose": "^3.24.3", 3585 "@wordpress/data": "^4.26. 5",3595 "@wordpress/data": "^4.26.6", 3586 3596 "@wordpress/deprecated": "^2.11.1", 3587 3597 "@wordpress/element": "^2.19.1", … … 3606 3616 }, 3607 3617 "@wordpress/postcss-plugins-preset": { 3608 "version": "2.0. 1",3609 "resolved": "https://registry.npmjs.org/@wordpress/postcss-plugins-preset/-/postcss-plugins-preset-2.0. 1.tgz",3610 "integrity": "sha512- FiKKqiL/15hToM4iA8COzaAUMf5eUOLV8YujUa0reua3YRVQzge6wdc6Gn5oVaKDRa48ELWjp+zONjriwIgvnw==",3611 "dev": true, 3612 "requires": { 3613 "@wordpress/base-styles": "^3.3. 2",3618 "version": "2.0.2", 3619 "resolved": "https://registry.npmjs.org/@wordpress/postcss-plugins-preset/-/postcss-plugins-preset-2.0.2.tgz", 3620 "integrity": "sha512-q3hm3gdZeTcAwCaLh5Cpa8hEkXrUCM7kd60r+SN/UuwDQX02aixx8qu3zluUx2VBU8t8ktWUQN4313AXqVeG2g==", 3621 "dev": true, 3622 "requires": { 3623 "@wordpress/base-styles": "^3.3.3", 3614 3624 "@wordpress/postcss-themes": "^3.0.1", 3615 3625 "autoprefixer": "^9.8.6", … … 3662 3672 }, 3663 3673 "@wordpress/reusable-blocks": { 3664 "version": "1.1. 5",3665 "resolved": "https://registry.npmjs.org/@wordpress/reusable-blocks/-/reusable-blocks-1.1. 5.tgz",3666 "integrity": "sha512- zJOu0Sq7zZUadCNqz/e5eX2A0BWX2NkXlSooHM8VpT/3VDQy2YwGoAIX9ws+TUSRQE4OKkwtX/8kkJs7SUDotg==",3667 "requires": { 3668 "@wordpress/block-editor": "^5.2. 5",3669 "@wordpress/blocks": "^7.0. 2",3670 "@wordpress/components": "^12.0. 5",3674 "version": "1.1.6", 3675 "resolved": "https://registry.npmjs.org/@wordpress/reusable-blocks/-/reusable-blocks-1.1.6.tgz", 3676 "integrity": "sha512-LYY3NUR6LCucIn1TVIYNaB/hkXbFt7faKUkPBWBiVZASEIv/DiYPzIkYWIQUYRyc1cev5WPHUi8xOThCiORijQ==", 3677 "requires": { 3678 "@wordpress/block-editor": "^5.2.6", 3679 "@wordpress/blocks": "^7.0.3", 3680 "@wordpress/components": "^12.0.6", 3671 3681 "@wordpress/compose": "^3.24.3", 3672 "@wordpress/core-data": "^2.25. 5",3673 "@wordpress/data": "^4.26. 5",3682 "@wordpress/core-data": "^2.25.6", 3683 "@wordpress/data": "^4.26.6", 3674 3684 "@wordpress/element": "^2.19.1", 3675 3685 "@wordpress/i18n": "^3.18.0", 3676 3686 "@wordpress/icons": "^2.9.1", 3677 "@wordpress/notices": "^2.12. 5",3687 "@wordpress/notices": "^2.12.6", 3678 3688 "@wordpress/url": "^2.21.2", 3679 3689 "lodash": "^4.17.19" … … 3681 3691 }, 3682 3692 "@wordpress/rich-text": { 3683 "version": "3.24. 5",3684 "resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.24. 5.tgz",3685 "integrity": "sha512- qP1z5neOytwddZp4GmEUZSwKyUFTbvZ+Xc5Ydskx+zmk8zLqEsVr/TjPi6xR0LzETcmiBSShfcwu6FtPus/x2g==",3693 "version": "3.24.6", 3694 "resolved": "https://registry.npmjs.org/@wordpress/rich-text/-/rich-text-3.24.6.tgz", 3695 "integrity": "sha512-ZXARZ2CwZUNzat4v9kn5PsXp88xaSuoWrRsyVqgI5uk70xFtx4+k8fwbdjOavFbUKFvGikHvtpWa2kuifm5spg==", 3686 3696 "requires": { 3687 3697 "@babel/runtime": "^7.12.5", 3688 3698 "@wordpress/compose": "^3.24.3", 3689 "@wordpress/data": "^4.26. 5",3699 "@wordpress/data": "^4.26.6", 3690 3700 "@wordpress/deprecated": "^2.11.1", 3691 3701 "@wordpress/dom": "^2.16.2", … … 3701 3711 }, 3702 3712 "@wordpress/scripts": { 3703 "version": "13.0. 2",3704 "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-13.0. 2.tgz",3705 "integrity": "sha512- iccbt5TQ1BJ2EKMii253AfHazCJG9quUK7dAVATsl06brUyaaZ91msQUFYpGi84xNN17dCUXBhv0leovDYMf1Q==",3713 "version": "13.0.3", 3714 "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-13.0.3.tgz", 3715 "integrity": "sha512-4S+zm/fzt5o3tbewEhWVfCFZOPcBoeBae+7E4xFCWZ0gqnMxxZ0s4r4TcdifygMgnlAuXQjJLJl+Lo1F2FKzGg==", 3706 3716 "dev": true, 3707 3717 "requires": { … … 3712 3722 "@wordpress/jest-preset-default": "^7.0.1", 3713 3723 "@wordpress/npm-package-json-lint-config": "^4.0.1", 3714 "@wordpress/postcss-plugins-preset": "^2.0. 1",3724 "@wordpress/postcss-plugins-preset": "^2.0.2", 3715 3725 "@wordpress/prettier-config": "^1.0.1", 3716 3726 "@wordpress/stylelint-config": "^19.0.1", … … 3922 3932 "unbzip2-stream": "^1.3.3", 3923 3933 "ws": "^7.2.3" 3924 },3925 "dependencies": {3926 "devtools-protocol": {3927 "version": "0.0.818844",3928 "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz",3929 "integrity": "sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==",3930 "dev": true3931 }3932 3934 } 3933 3935 }, … … 4034 4036 }, 4035 4037 "@wordpress/server-side-render": { 4036 "version": "1.20. 5",4037 "resolved": "https://registry.npmjs.org/@wordpress/server-side-render/-/server-side-render-1.20. 5.tgz",4038 "integrity": "sha512- XpR2nemvVXe/WovTFvs5vxmj5cLZ0mrXqzXJ7XKjURMZSMkYcv9+rgG11Jh0kzglKzaZ4PKwvXI+k1dMVVaZDg==",4038 "version": "1.20.6", 4039 "resolved": "https://registry.npmjs.org/@wordpress/server-side-render/-/server-side-render-1.20.6.tgz", 4040 "integrity": "sha512-tyc3Jbeip1gYj5aNbLJgiOHkO2mt899B6PVT5U5gTKqop22nrNNCushMgoMADdYQrs5OXAKTojNvNTYltLa/Iw==", 4039 4041 "requires": { 4040 4042 "@babel/runtime": "^7.12.5", 4041 4043 "@wordpress/api-fetch": "^3.21.5", 4042 "@wordpress/components": "^12.0. 5",4043 "@wordpress/data": "^4.26. 5",4044 "@wordpress/components": "^12.0.6", 4045 "@wordpress/data": "^4.26.6", 4044 4046 "@wordpress/deprecated": "^2.11.1", 4045 4047 "@wordpress/element": "^2.19.1", … … 4090 4092 }, 4091 4093 "@wordpress/viewport": { 4092 "version": "2.25. 5",4093 "resolved": "https://registry.npmjs.org/@wordpress/viewport/-/viewport-2.25. 5.tgz",4094 "integrity": "sha512- bUM1tDP8uFx/WnUR5Ylu5WDKuz/2CDp/3RhAjubOhjTFw4dZ4i4quomRZFb6FsA3GYY+aFRS4omCjLHuTPBifg==",4094 "version": "2.25.6", 4095 "resolved": "https://registry.npmjs.org/@wordpress/viewport/-/viewport-2.25.6.tgz", 4096 "integrity": "sha512-DqQ3ufLoaTyoaBfkPVEJekptorhdnE07wsiJcPnxk6YVmHRy2Y3vaIbPyY0oLPEd9tI4DK8DVYxShcESgJ0k1A==", 4095 4097 "requires": { 4096 4098 "@babel/runtime": "^7.12.5", 4097 4099 "@wordpress/compose": "^3.24.3", 4098 "@wordpress/data": "^4.26. 5",4100 "@wordpress/data": "^4.26.6", 4099 4101 "lodash": "^4.17.19" 4100 4102 } … … 5739 5741 "browserify-aes": { 5740 5742 "version": "1.2.0", 5741 "resolved": "http s://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",5743 "resolved": "http://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", 5742 5744 "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", 5743 5745 "dev": true, … … 8055 8057 "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", 8056 8058 "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==", 8059 "dev": true 8060 }, 8061 "devtools-protocol": { 8062 "version": "0.0.818844", 8063 "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.818844.tgz", 8064 "integrity": "sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==", 8057 8065 "dev": true 8058 8066 }, … … 9245 9253 }, 9246 9254 "esquery": { 9247 "version": "1. 3.1",9248 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1. 3.1.tgz",9249 "integrity": "sha512- olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==",9255 "version": "1.4.0", 9256 "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", 9257 "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", 9250 9258 "dev": true, 9251 9259 "requires": { … … 12604 12612 "dependencies": { 12605 12613 "get-intrinsic": { 12606 "version": "1.1. 0",12607 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1. 0.tgz",12608 "integrity": "sha512- M11rgtQp5GZMZzDL7jLTNxbDfurpzuau5uqRWDPvlHjfvg3TdScAZo96GLvhMjImrmR8uAt0FS2RLoMrfWGKlg==",12614 "version": "1.1.1", 12615 "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", 12616 "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", 12609 12617 "dev": true, 12610 12618 "requires": { … … 15692 15700 }, 15693 15701 "mdast-util-from-markdown": { 15694 "version": "0.8. 4",15695 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8. 4.tgz",15696 "integrity": "sha512- jj891B5pV2r63n2kBTFh8cRI2uR9LQHsXG1zSDqfhXkIlDzrTcIlbB5+5aaYEkl8vOPIOPLf8VT7Ere1wWTMdw==",15702 "version": "0.8.5", 15703 "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz", 15704 "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==", 15697 15705 "dev": true, 15698 15706 "requires": { … … 15730 15738 }, 15731 15739 "mdast-util-to-markdown": { 15732 "version": "0.6. 2",15733 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6. 2.tgz",15734 "integrity": "sha512- iRczns6WMvu0hUw02LXsPDJshBIwtUPbvHBWo19IQeU0YqmzlA8Pd30U8V7uiI0VPkxzS7A/NXBXH6u+HS87Zg==",15740 "version": "0.6.5", 15741 "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz", 15742 "integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==", 15735 15743 "dev": true, 15736 15744 "requires": { … … 15852 15860 }, 15853 15861 "micromark": { 15854 "version": "2.11. 2",15855 "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11. 2.tgz",15856 "integrity": "sha512- IXuP76p2uj8uMg4FQc1cRE7lPCLsfAXuEfdjtdO55VRiFO1asrCSQ5g43NmPqFtRwzEnEhafRVzn2jg0UiKArQ==",15862 "version": "2.11.4", 15863 "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz", 15864 "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==", 15857 15865 "dev": true, 15858 15866 "requires": { … … 20465 20473 }, 20466 20474 "simple-html-tokenizer": { 20467 "version": "0.5.1 0",20468 "resolved": "https://registry.npmjs.org/simple-html-tokenizer/-/simple-html-tokenizer-0.5.1 0.tgz",20469 "integrity": "sha512- 1DHMUmvUOGuUZ9/+cX/+hOhWhRD5dEw6lodn8WuV+T+cQ31hhBcCu1dcDsNotowi4mMaNhrLyKoS+DtB81HdDA=="20475 "version": "0.5.11", 20476 "resolved": "https://registry.npmjs.org/simple-html-tokenizer/-/simple-html-tokenizer-0.5.11.tgz", 20477 "integrity": "sha512-C2WEK/Z3HoSFbYq8tI7ni3eOo/NneSPRoPpcM7WdLjFOArFuyXEjAoCdOC3DgMfRyziZQ1hCNR4mrNdWEvD0og==" 20470 20478 }, 20471 20479 "simple-swizzle": { -
trunk/package.json
r50185 r50235 30 30 "@wordpress/e2e-test-utils": "5.0.3", 31 31 "@wordpress/library-export-default-webpack-plugin": "2.0.1", 32 "@wordpress/scripts": "13.0. 2",32 "@wordpress/scripts": "13.0.3", 33 33 "autoprefixer": "^9.8.6", 34 34 "chalk": "4.1.0", … … 81 81 "@babel/polyfill": "7.10.1", 82 82 "@wordpress/a11y": "2.14.3", 83 "@wordpress/annotations": "1.24. 5",83 "@wordpress/annotations": "1.24.6", 84 84 "@wordpress/api-fetch": "3.21.5", 85 85 "@wordpress/autop": "2.11.1", 86 86 "@wordpress/blob": "2.12.1", 87 "@wordpress/block-directory": "1.18. 5",88 "@wordpress/block-editor": "5.2. 5",89 "@wordpress/block-library": "2.28. 2",87 "@wordpress/block-directory": "1.18.6", 88 "@wordpress/block-editor": "5.2.6", 89 "@wordpress/block-library": "2.28.3", 90 90 "@wordpress/block-serialization-default-parser": "3.9.1", 91 "@wordpress/blocks": "7.0. 2",92 "@wordpress/components": "12.0. 5",91 "@wordpress/blocks": "7.0.3", 92 "@wordpress/components": "12.0.6", 93 93 "@wordpress/compose": "3.24.3", 94 "@wordpress/core-data": "2.25. 5",95 "@wordpress/data": "4.26. 5",96 "@wordpress/data-controls": "1.20. 5",94 "@wordpress/core-data": "2.25.6", 95 "@wordpress/data": "4.26.6", 96 "@wordpress/data-controls": "1.20.6", 97 97 "@wordpress/date": "3.13.1", 98 98 "@wordpress/deprecated": "2.11.1", 99 99 "@wordpress/dom": "2.16.2", 100 100 "@wordpress/dom-ready": "2.12.1", 101 "@wordpress/edit-post": "3.26. 5",102 "@wordpress/editor": "9.25. 5",101 "@wordpress/edit-post": "3.26.6", 102 "@wordpress/editor": "9.25.6", 103 103 "@wordpress/element": "2.19.1", 104 104 "@wordpress/escape-html": "1.11.1", 105 "@wordpress/format-library": "1.26. 5",105 "@wordpress/format-library": "1.26.6", 106 106 "@wordpress/hooks": "2.11.1", 107 107 "@wordpress/html-entities": "2.10.1", … … 109 109 "@wordpress/icons": "2.9.1", 110 110 "@wordpress/is-shallow-equal": "3.0.1", 111 "@wordpress/keyboard-shortcuts": "1.13. 5",111 "@wordpress/keyboard-shortcuts": "1.13.6", 112 112 "@wordpress/keycodes": "2.18.3", 113 "@wordpress/list-reusable-blocks": "1.25. 5",113 "@wordpress/list-reusable-blocks": "1.25.6", 114 114 "@wordpress/media-utils": "1.19.5", 115 "@wordpress/notices": "2.12. 5",116 "@wordpress/nux": "3.24. 5",115 "@wordpress/notices": "2.12.6", 116 "@wordpress/nux": "3.24.6", 117 117 "@wordpress/plugins": "2.24.5", 118 118 "@wordpress/primitives": "1.11.1", 119 119 "@wordpress/priority-queue": "1.10.1", 120 120 "@wordpress/redux-routine": "3.13.1", 121 "@wordpress/reusable-blocks": "1.1. 5",122 "@wordpress/rich-text": "3.24. 5",123 "@wordpress/server-side-render": "1.20. 5",121 "@wordpress/reusable-blocks": "1.1.6", 122 "@wordpress/rich-text": "3.24.6", 123 "@wordpress/server-side-render": "1.20.6", 124 124 "@wordpress/shortcode": "2.12.1", 125 125 "@wordpress/token-list": "1.14.1", 126 126 "@wordpress/url": "2.21.2", 127 "@wordpress/viewport": "2.25. 5",127 "@wordpress/viewport": "2.25.6", 128 128 "@wordpress/warning": "1.3.1", 129 129 "@wordpress/wordcount": "2.14.1", -
trunk/src/wp-includes/assets/script-loader-packages.php
r50137 r50235 1 <?php return array('a11y.js' => array('dependencies' => array('wp-dom-ready', 'wp-i18n', 'wp-polyfill'), 'version' => '3d65a2b0e4dd8e5d0910ccf21d7a4560'), 'annotations.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-rich-text'), 'version' => '79f738bcbbed3bb14952928eaa00dfe5'), 'api-fetch.js' => array('dependencies' => array('wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'd2b6a025819ad8208c1b274a36609d3b'), 'autop.js' => array('dependencies' => array('wp-polyfill'), 'version' => '46344923664714dbd8b729a8e45156f8'), 'blob.js' => array('dependencies' => array('wp-polyfill'), 'version' => '72222aa8da2b1686a4f3ff592e15ff3b'), 'block-directory.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives'), 'version' => '7c632bb9e8f42020a8f6faf1bbe78189'), 'block-editor.js' => array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-blob', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-shortcode', 'wp-token-list', 'wp-url', 'wp-wordcount'), 'version' => ' 6304e2a19292ee176d64034d6aba231e'), 'block-library.js' => array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-autop', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-reusable-blocks', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-viewport'), 'version' => '72eb0eb5bf66b37db1c90eeca028214c'), 'block-serialization-default-parser.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'd7f227adbbfd6d572c13e978b02a0c1b'), 'blocks.js' => array('dependencies' => array('lodash', 'wp-autop', 'wp-blob', 'wp-block-serialization-default-parser', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-shortcode'), 'version' => 'bf292221a7b983efd8db708368cbd377'), 'components.js' => array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-a11y', 'wp-compose', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-warning'), 'version' => '6a857b6c6b3bdea11421b901762a285d'), 'compose.js' => array('dependencies' => array('lodash', 'react', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-priority-queue'), 'version' => 'da04f6bba4cad9e401ec52b71e3c21c0'), 'core-data.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blocks', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-url'), 'version' => 'aede82e836ad96c5da78b33726ba0200'), 'data.js' => array('dependencies' => array('lodash', 'react', 'wp-compose', 'wp-deprecated', 'wp-element', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-priority-queue', 'wp-redux-routine'), 'version' => '892377e939826e91cb24bec834e29d14'), 'data-controls.js' => array('dependencies' => array('wp-api-fetch', 'wp-data', 'wp-deprecated', 'wp-polyfill'), 'version' => '66cae8f9d16ae3d95f20e0293c854e07'), 'date.js' => array('dependencies' => array('moment', 'wp-polyfill'), 'version' => 'f35a6c8c0acabb6a2a12122164dc08c7'), 'deprecated.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => 'a357bf9043352328db51898ba95ba577'), 'dom.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '532b537bde7ef88298ca471ebdb0dab7'), 'dom-ready.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a6586b64552c9c6924b8093e9ef4f74e'), 'edit-post.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-block-editor', 'wp-block-library', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport', 'wp-warning'), 'version' => '12faa2fac0693518c5014477c85602a9'), 'editor.js' => array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-reusable-blocks', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-wordcount'), 'version' => '16283649339803230b71f4a09e6375a2'), 'element.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-escape-html', 'wp-polyfill'), 'version' => 'e303eef732dc2e9cd184f99edbdf0718'), 'escape-html.js' => array('dependencies' => array('wp-polyfill'), 'version' => '11a9ed20aa0e5b49a24e416455d2311e'), 'format-library.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '9659c1250fe57267a58f515cd6be4d2c'), 'hooks.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a87162d1d1d85315469fd50cf6cdf719'), 'html-entities.js' => array('dependencies' => array('wp-polyfill'), 'version' => '5f0f2fc8f6cde41ab343549aa0b50183'), 'i18n.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => 'c7d029d5a62250e1766ab5b0ed1d85f5'), 'is-shallow-equal.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'fe40c677e873194b3edb895c13f6f925'), 'keyboard-shortcuts.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-keycodes', 'wp-polyfill'), 'version' => 'dc3c07735b6f3714460244bbb75dbbb3'), 'keycodes.js' => array('dependencies' => array('lodash', 'wp-i18n', 'wp-polyfill'), 'version' => 'd0d1ad750ba4fba87563fd335b18503f'), 'list-reusable-blocks.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'e5e916e1168f00c6dd3a7a86fd4a8f03'), 'media-utils.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '02ad50a61fac438c77e3cbfff0c59f11'), 'notices.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-polyfill'), 'version' => 'cecb3afc20c05900c1d7d3138f8dd402'), 'nux.js' => array('dependencies' => array('lodash', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => 'a179978e1113c736bc5f9ed0880125dc'), 'plugins.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-polyfill', 'wp-primitives'), 'version' => '33a2837df2c275e8e733af1ed03a22e7'), 'primitives.js' => array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => 'bb66102b2a31b6dc6e8290d236ecad64'), 'priority-queue.js' => array('dependencies' => array('wp-polyfill'), 'version' => '61fc9b8c45afe763799612e733d04e5d'), 'redux-routine.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '33a44623489eaa8d30939e9819134a90'), 'reusable-blocks.js' => array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd8439e9f0d9a264cb4387ef8c7518739'), 'rich-text.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-escape-html', 'wp-keycodes', 'wp-polyfill'), 'version' => '76bd61e80e968fb2ab1ef4062f63dc44'), 'server-side-render.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '5d2c2ba50c9fa1f13a4c80bc64bac7f9'), 'shortcode.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '52c3ddfa4f24d3398dbdbd7a3961a44f'), 'token-list.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '689e952535e84d8c2aaacf18c3558dd7'), 'url.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '52e8fcfbf62fea3cb7bce8453d6a41a8'), 'viewport.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => 'da553959200b02499cb31e9fab28985f'), 'warning.js' => array('dependencies' => array('wp-polyfill'), 'version' => '202ac16e99afe7c33c257b248625a947'), 'wordcount.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'e28e72fe639512e55d7cbca06d6470a7'));1 <?php return array('a11y.js' => array('dependencies' => array('wp-dom-ready', 'wp-i18n', 'wp-polyfill'), 'version' => '3d65a2b0e4dd8e5d0910ccf21d7a4560'), 'annotations.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-rich-text'), 'version' => '79f738bcbbed3bb14952928eaa00dfe5'), 'api-fetch.js' => array('dependencies' => array('wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'd2b6a025819ad8208c1b274a36609d3b'), 'autop.js' => array('dependencies' => array('wp-polyfill'), 'version' => '46344923664714dbd8b729a8e45156f8'), 'blob.js' => array('dependencies' => array('wp-polyfill'), 'version' => '72222aa8da2b1686a4f3ff592e15ff3b'), 'block-directory.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives'), 'version' => '7c632bb9e8f42020a8f6faf1bbe78189'), 'block-editor.js' => array('dependencies' => array('lodash', 'react', 'wp-a11y', 'wp-blob', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-shortcode', 'wp-token-list', 'wp-url', 'wp-wordcount'), 'version' => '386d861b7bd63537a9bc77f59c6a7a29'), 'block-library.js' => array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-autop', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-reusable-blocks', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-viewport'), 'version' => '7b985c2d1f0db11e3f603ecdbf9e50cc'), 'block-serialization-default-parser.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'd7f227adbbfd6d572c13e978b02a0c1b'), 'blocks.js' => array('dependencies' => array('lodash', 'wp-autop', 'wp-blob', 'wp-block-serialization-default-parser', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-primitives', 'wp-shortcode'), 'version' => '3b3a2d6810bb37aa17a8514109d07e84'), 'components.js' => array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-a11y', 'wp-compose', 'wp-data', 'wp-date', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-warning'), 'version' => '6a857b6c6b3bdea11421b901762a285d'), 'compose.js' => array('dependencies' => array('lodash', 'react', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-is-shallow-equal', 'wp-keycodes', 'wp-polyfill', 'wp-priority-queue'), 'version' => 'da04f6bba4cad9e401ec52b71e3c21c0'), 'core-data.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blocks', 'wp-data', 'wp-data-controls', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-url'), 'version' => 'aede82e836ad96c5da78b33726ba0200'), 'data.js' => array('dependencies' => array('lodash', 'react', 'wp-compose', 'wp-deprecated', 'wp-element', 'wp-is-shallow-equal', 'wp-polyfill', 'wp-priority-queue', 'wp-redux-routine'), 'version' => 'bb6156027227357c5144f2ce79e44898'), 'data-controls.js' => array('dependencies' => array('wp-api-fetch', 'wp-data', 'wp-deprecated', 'wp-polyfill'), 'version' => '66cae8f9d16ae3d95f20e0293c854e07'), 'date.js' => array('dependencies' => array('moment', 'wp-polyfill'), 'version' => 'f35a6c8c0acabb6a2a12122164dc08c7'), 'deprecated.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => 'a357bf9043352328db51898ba95ba577'), 'dom.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '532b537bde7ef88298ca471ebdb0dab7'), 'dom-ready.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a6586b64552c9c6924b8093e9ef4f74e'), 'edit-post.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-block-editor', 'wp-block-library', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-editor', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url', 'wp-viewport', 'wp-warning'), 'version' => '12faa2fac0693518c5014477c85602a9'), 'editor.js' => array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-data-controls', 'wp-date', 'wp-deprecated', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-keycodes', 'wp-media-utils', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-reusable-blocks', 'wp-rich-text', 'wp-server-side-render', 'wp-url', 'wp-wordcount'), 'version' => '16283649339803230b71f4a09e6375a2'), 'element.js' => array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-escape-html', 'wp-polyfill'), 'version' => 'e303eef732dc2e9cd184f99edbdf0718'), 'escape-html.js' => array('dependencies' => array('wp-polyfill'), 'version' => '11a9ed20aa0e5b49a24e416455d2311e'), 'format-library.js' => array('dependencies' => array('lodash', 'wp-a11y', 'wp-block-editor', 'wp-components', 'wp-data', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '9659c1250fe57267a58f515cd6be4d2c'), 'hooks.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'a87162d1d1d85315469fd50cf6cdf719'), 'html-entities.js' => array('dependencies' => array('wp-polyfill'), 'version' => '5f0f2fc8f6cde41ab343549aa0b50183'), 'i18n.js' => array('dependencies' => array('wp-hooks', 'wp-polyfill'), 'version' => 'c7d029d5a62250e1766ab5b0ed1d85f5'), 'is-shallow-equal.js' => array('dependencies' => array('wp-polyfill'), 'version' => 'fe40c677e873194b3edb895c13f6f925'), 'keyboard-shortcuts.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-keycodes', 'wp-polyfill'), 'version' => 'dc3c07735b6f3714460244bbb75dbbb3'), 'keycodes.js' => array('dependencies' => array('lodash', 'wp-i18n', 'wp-polyfill'), 'version' => 'd0d1ad750ba4fba87563fd335b18503f'), 'list-reusable-blocks.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'e5e916e1168f00c6dd3a7a86fd4a8f03'), 'media-utils.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-blob', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '02ad50a61fac438c77e3cbfff0c59f11'), 'notices.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-polyfill'), 'version' => 'cecb3afc20c05900c1d7d3138f8dd402'), 'nux.js' => array('dependencies' => array('lodash', 'wp-components', 'wp-compose', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives'), 'version' => 'a179978e1113c736bc5f9ed0880125dc'), 'plugins.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-polyfill', 'wp-primitives'), 'version' => '33a2837df2c275e8e733af1ed03a22e7'), 'primitives.js' => array('dependencies' => array('wp-element', 'wp-polyfill'), 'version' => 'bb66102b2a31b6dc6e8290d236ecad64'), 'priority-queue.js' => array('dependencies' => array('wp-polyfill'), 'version' => '61fc9b8c45afe763799612e733d04e5d'), 'redux-routine.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '33a44623489eaa8d30939e9819134a90'), 'reusable-blocks.js' => array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-i18n', 'wp-notices', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd8439e9f0d9a264cb4387ef8c7518739'), 'rich-text.js' => array('dependencies' => array('lodash', 'wp-data', 'wp-deprecated', 'wp-dom', 'wp-element', 'wp-escape-html', 'wp-keycodes', 'wp-polyfill'), 'version' => '76bd61e80e968fb2ab1ef4062f63dc44'), 'server-side-render.js' => array('dependencies' => array('lodash', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-deprecated', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '5d2c2ba50c9fa1f13a4c80bc64bac7f9'), 'shortcode.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '52c3ddfa4f24d3398dbdbd7a3961a44f'), 'token-list.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '689e952535e84d8c2aaacf18c3558dd7'), 'url.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => '52e8fcfbf62fea3cb7bce8453d6a41a8'), 'viewport.js' => array('dependencies' => array('lodash', 'wp-compose', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => 'da553959200b02499cb31e9fab28985f'), 'warning.js' => array('dependencies' => array('wp-polyfill'), 'version' => '202ac16e99afe7c33c257b248625a947'), 'wordcount.js' => array('dependencies' => array('lodash', 'wp-polyfill'), 'version' => 'e28e72fe639512e55d7cbca06d6470a7'));
Note: See TracChangeset
for help on using the changeset viewer.