[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-plugin-utils. A bunch of utilities to help you create and maintain plugins for Tailwind. www.npmjs.com/package/@hacknug/tailwindcss-plugin-utils
0

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade dependencies to their latest version

Nestor Vera (Jul 18, 2019, 11:50 AM +0200) 6cceec34 86aea244

+314 -205
+3 -3
package.json
··· 35 35 "lodash": "^4.17.14" 36 36 }, 37 37 "devDependencies": { 38 - "@babel/cli": "^7.5.0", 39 - "@babel/core": "^7.5.4", 40 - "@babel/preset-env": "^7.5.4", 38 + "@babel/cli": "7.5.5", 39 + "@babel/core": "7.5.5", 40 + "@babel/preset-env": "7.5.5", 41 41 "babel-jest": "^24.8.0", 42 42 "babel-plugin-root-import": "^6.3.0", 43 43 "eslint": "^6.0.1",
+311 -202
pnpm-lock.yaml
··· 1 1 dependencies: 2 - babel-plugin-root-import: 6.3.0 3 2 flat: 4.1.0 4 3 lodash: 4.17.14 5 4 devDependencies: 6 - '@babel/cli': 7.5.0_@babel+core@7.5.4 7 - '@babel/core': 7.5.4 8 - '@babel/preset-env': 7.5.4_@babel+core@7.5.4 9 - babel-jest: 24.8.0_@babel+core@7.5.4 5 + '@babel/cli': 7.5.5_@babel+core@7.5.5 6 + '@babel/core': 7.5.5 7 + '@babel/preset-env': 7.5.5_@babel+core@7.5.5 8 + babel-jest: 24.8.0_@babel+core@7.5.5 9 + babel-plugin-root-import: 6.3.0 10 10 eslint: 6.0.1 11 11 eslint-config-standard: 13.0.1_8fabaeee733be227f04389fe0abf54ca 12 12 eslint-import-resolver-node: 0.3.2 ··· 22 22 tailwindcss: 1.0.5 23 23 lockfileVersion: 5.1 24 24 packages: 25 - /@babel/cli/7.5.0_@babel+core@7.5.4: 25 + /@babel/cli/7.5.5_@babel+core@7.5.5: 26 26 dependencies: 27 - '@babel/core': 7.5.4 27 + '@babel/core': 7.5.5 28 28 commander: 2.20.0 29 29 convert-source-map: 1.6.0 30 30 fs-readdir-recursive: 1.1.0 ··· 41 41 peerDependencies: 42 42 '@babel/core': ^7.0.0-0 43 43 resolution: 44 - integrity: sha512-qNH55fWbKrEsCwID+Qc/3JDPnsSGpIIiMDbppnR8Z6PxLAqMQCFNqBctkIkBrMH49Nx+qqVTrHRWUR+ho2k+qQ== 44 + integrity: sha512-UHI+7pHv/tk9g6WXQKYz+kmXTI77YtuY3vqC59KIqcoWEjsJJSG6rAxKaLsgj3LDyadsPrCB929gVOKM6Hui0w== 45 45 /@babel/code-frame/7.0.0: 46 46 dependencies: 47 47 '@babel/highlight': 7.5.0 48 48 dev: true 49 49 resolution: 50 50 integrity: sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA== 51 + /@babel/code-frame/7.5.5: 52 + dependencies: 53 + '@babel/highlight': 7.5.0 54 + dev: true 55 + resolution: 56 + integrity: sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw== 51 57 /@babel/core/7.5.4: 52 58 dependencies: 53 59 '@babel/code-frame': 7.0.0 ··· 69 75 node: '>=6.9.0' 70 76 resolution: 71 77 integrity: sha512-+DaeBEpYq6b2+ZmHx3tHspC+ZRflrvLqwfv8E3hNr5LVQoyBnL8RPKSBCg+rK2W2My9PWlujBiqd0ZPsR9Q6zQ== 78 + /@babel/core/7.5.5: 79 + dependencies: 80 + '@babel/code-frame': 7.5.5 81 + '@babel/generator': 7.5.5 82 + '@babel/helpers': 7.5.5 83 + '@babel/parser': 7.5.5 84 + '@babel/template': 7.4.4 85 + '@babel/traverse': 7.5.5 86 + '@babel/types': 7.5.5 87 + convert-source-map: 1.6.0 88 + debug: 4.1.1 89 + json5: 2.1.0 90 + lodash: 4.17.14 91 + resolve: 1.11.1 92 + semver: 5.7.0 93 + source-map: 0.5.7 94 + dev: true 95 + engines: 96 + node: '>=6.9.0' 97 + resolution: 98 + integrity: sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg== 72 99 /@babel/generator/7.5.0: 73 100 dependencies: 74 101 '@babel/types': 7.5.0 ··· 79 106 dev: true 80 107 resolution: 81 108 integrity: sha512-1TTVrt7J9rcG5PMjvO7VEG3FrEoEJNHxumRq66GemPmzboLWtIjjcJgk8rokuAS7IiRSpgVSu5Vb9lc99iJkOA== 109 + /@babel/generator/7.5.5: 110 + dependencies: 111 + '@babel/types': 7.5.5 112 + jsesc: 2.5.2 113 + lodash: 4.17.14 114 + source-map: 0.5.7 115 + trim-right: 1.0.1 116 + dev: true 117 + resolution: 118 + integrity: sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ== 82 119 /@babel/helper-annotate-as-pure/7.0.0: 83 120 dependencies: 84 - '@babel/types': 7.5.0 121 + '@babel/types': 7.5.5 85 122 dev: true 86 123 resolution: 87 124 integrity: sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q== 88 125 /@babel/helper-builder-binary-assignment-operator-visitor/7.1.0: 89 126 dependencies: 90 127 '@babel/helper-explode-assignable-expression': 7.1.0 91 - '@babel/types': 7.5.0 128 + '@babel/types': 7.5.5 92 129 dev: true 93 130 resolution: 94 131 integrity: sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w== 95 132 /@babel/helper-call-delegate/7.4.4: 96 133 dependencies: 97 134 '@babel/helper-hoist-variables': 7.4.4 98 - '@babel/traverse': 7.5.0 99 - '@babel/types': 7.5.0 135 + '@babel/traverse': 7.5.5 136 + '@babel/types': 7.5.5 100 137 dev: true 101 138 resolution: 102 139 integrity: sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ== 103 - /@babel/helper-define-map/7.4.4: 140 + /@babel/helper-define-map/7.5.5: 104 141 dependencies: 105 142 '@babel/helper-function-name': 7.1.0 106 - '@babel/types': 7.5.0 143 + '@babel/types': 7.5.5 107 144 lodash: 4.17.14 108 145 dev: true 109 146 resolution: 110 - integrity: sha512-IX3Ln8gLhZpSuqHJSnTNBWGDE9kdkTEWl21A/K7PQ00tseBwbqCHTvNLHSBd9M0R5rER4h5Rsvj9vw0R5SieBg== 147 + integrity: sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg== 111 148 /@babel/helper-explode-assignable-expression/7.1.0: 112 149 dependencies: 113 - '@babel/traverse': 7.5.0 114 - '@babel/types': 7.5.0 150 + '@babel/traverse': 7.5.5 151 + '@babel/types': 7.5.5 115 152 dev: true 116 153 resolution: 117 154 integrity: sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA== ··· 119 156 dependencies: 120 157 '@babel/helper-get-function-arity': 7.0.0 121 158 '@babel/template': 7.4.4 122 - '@babel/types': 7.5.0 159 + '@babel/types': 7.5.5 123 160 dev: true 124 161 resolution: 125 162 integrity: sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw== 126 163 /@babel/helper-get-function-arity/7.0.0: 127 164 dependencies: 128 - '@babel/types': 7.5.0 165 + '@babel/types': 7.5.5 129 166 dev: true 130 167 resolution: 131 168 integrity: sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ== 132 169 /@babel/helper-hoist-variables/7.4.4: 133 170 dependencies: 134 - '@babel/types': 7.5.0 171 + '@babel/types': 7.5.5 135 172 dev: true 136 173 resolution: 137 174 integrity: sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w== 138 - /@babel/helper-member-expression-to-functions/7.0.0: 175 + /@babel/helper-member-expression-to-functions/7.5.5: 139 176 dependencies: 140 - '@babel/types': 7.5.0 177 + '@babel/types': 7.5.5 141 178 dev: true 142 179 resolution: 143 - integrity: sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg== 180 + integrity: sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA== 144 181 /@babel/helper-module-imports/7.0.0: 145 182 dependencies: 146 - '@babel/types': 7.5.0 183 + '@babel/types': 7.5.5 147 184 dev: true 148 185 resolution: 149 186 integrity: sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A== 150 - /@babel/helper-module-transforms/7.4.4: 187 + /@babel/helper-module-transforms/7.5.5: 151 188 dependencies: 152 189 '@babel/helper-module-imports': 7.0.0 153 190 '@babel/helper-simple-access': 7.1.0 154 191 '@babel/helper-split-export-declaration': 7.4.4 155 192 '@babel/template': 7.4.4 156 - '@babel/types': 7.5.0 193 + '@babel/types': 7.5.5 157 194 lodash: 4.17.14 158 195 dev: true 159 196 resolution: 160 - integrity: sha512-3Z1yp8TVQf+B4ynN7WoHPKS8EkdTbgAEy0nU0rs/1Kw4pDgmvYH3rz3aI11KgxKCba2cn7N+tqzV1mY2HMN96w== 197 + integrity: sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw== 161 198 /@babel/helper-optimise-call-expression/7.0.0: 162 199 dependencies: 163 - '@babel/types': 7.5.0 200 + '@babel/types': 7.5.5 164 201 dev: true 165 202 resolution: 166 203 integrity: sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g== ··· 168 205 dev: true 169 206 resolution: 170 207 integrity: sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA== 171 - /@babel/helper-regex/7.4.4: 208 + /@babel/helper-regex/7.5.5: 172 209 dependencies: 173 210 lodash: 4.17.14 174 211 dev: true 175 212 resolution: 176 - integrity: sha512-Y5nuB/kESmR3tKjU8Nkn1wMGEx1tjJX076HBMeL3XLQCu6vA/YRzuTW0bbb+qRnXvQGn+d6Rx953yffl8vEy7Q== 213 + integrity: sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw== 177 214 /@babel/helper-remap-async-to-generator/7.1.0: 178 215 dependencies: 179 216 '@babel/helper-annotate-as-pure': 7.0.0 180 217 '@babel/helper-wrap-function': 7.2.0 181 218 '@babel/template': 7.4.4 182 - '@babel/traverse': 7.5.0 183 - '@babel/types': 7.5.0 219 + '@babel/traverse': 7.5.5 220 + '@babel/types': 7.5.5 184 221 dev: true 185 222 resolution: 186 223 integrity: sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg== 187 - /@babel/helper-replace-supers/7.4.4: 224 + /@babel/helper-replace-supers/7.5.5: 188 225 dependencies: 189 - '@babel/helper-member-expression-to-functions': 7.0.0 226 + '@babel/helper-member-expression-to-functions': 7.5.5 190 227 '@babel/helper-optimise-call-expression': 7.0.0 191 - '@babel/traverse': 7.5.0 192 - '@babel/types': 7.5.0 228 + '@babel/traverse': 7.5.5 229 + '@babel/types': 7.5.5 193 230 dev: true 194 231 resolution: 195 - integrity: sha512-04xGEnd+s01nY1l15EuMS1rfKktNF+1CkKmHoErDppjAAZL+IUBZpzT748x262HF7fibaQPhbvWUl5HeSt1EXg== 232 + integrity: sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg== 196 233 /@babel/helper-simple-access/7.1.0: 197 234 dependencies: 198 235 '@babel/template': 7.4.4 199 - '@babel/types': 7.5.0 236 + '@babel/types': 7.5.5 200 237 dev: true 201 238 resolution: 202 239 integrity: sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w== 203 240 /@babel/helper-split-export-declaration/7.4.4: 204 241 dependencies: 205 - '@babel/types': 7.5.0 242 + '@babel/types': 7.5.5 206 243 dev: true 207 244 resolution: 208 245 integrity: sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q== ··· 210 247 dependencies: 211 248 '@babel/helper-function-name': 7.1.0 212 249 '@babel/template': 7.4.4 213 - '@babel/traverse': 7.5.0 214 - '@babel/types': 7.5.0 250 + '@babel/traverse': 7.5.5 251 + '@babel/types': 7.5.5 215 252 dev: true 216 253 resolution: 217 254 integrity: sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ== ··· 223 260 dev: true 224 261 resolution: 225 262 integrity: sha512-6LJ6xwUEJP51w0sIgKyfvFMJvIb9mWAfohJp0+m6eHJigkFdcH8duZ1sfhn0ltJRzwUIT/yqqhdSfRpCpL7oow== 263 + /@babel/helpers/7.5.5: 264 + dependencies: 265 + '@babel/template': 7.4.4 266 + '@babel/traverse': 7.5.5 267 + '@babel/types': 7.5.5 268 + dev: true 269 + resolution: 270 + integrity: sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g== 226 271 /@babel/highlight/7.5.0: 227 272 dependencies: 228 273 chalk: 2.4.2 ··· 238 283 hasBin: true 239 284 resolution: 240 285 integrity: sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA== 241 - /@babel/plugin-proposal-async-generator-functions/7.2.0_@babel+core@7.5.4: 286 + /@babel/parser/7.5.5: 287 + dev: true 288 + engines: 289 + node: '>=6.0.0' 290 + hasBin: true 291 + resolution: 292 + integrity: sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g== 293 + /@babel/plugin-proposal-async-generator-functions/7.2.0_@babel+core@7.5.5: 242 294 dependencies: 243 - '@babel/core': 7.5.4 295 + '@babel/core': 7.5.5 244 296 '@babel/helper-plugin-utils': 7.0.0 245 297 '@babel/helper-remap-async-to-generator': 7.1.0 246 - '@babel/plugin-syntax-async-generators': 7.2.0_@babel+core@7.5.4 298 + '@babel/plugin-syntax-async-generators': 7.2.0_@babel+core@7.5.5 247 299 dev: true 248 300 peerDependencies: 249 301 '@babel/core': ^7.0.0-0 250 302 resolution: 251 303 integrity: sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ== 252 - /@babel/plugin-proposal-dynamic-import/7.5.0_@babel+core@7.5.4: 304 + /@babel/plugin-proposal-dynamic-import/7.5.0_@babel+core@7.5.5: 253 305 dependencies: 254 - '@babel/core': 7.5.4 306 + '@babel/core': 7.5.5 255 307 '@babel/helper-plugin-utils': 7.0.0 256 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.5.4 308 + '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.5.5 257 309 dev: true 258 310 peerDependencies: 259 311 '@babel/core': ^7.0.0-0 260 312 resolution: 261 313 integrity: sha512-x/iMjggsKTFHYC6g11PL7Qy58IK8H5zqfm9e6hu4z1iH2IRyAp9u9dL80zA6R76yFovETFLKz2VJIC2iIPBuFw== 262 - /@babel/plugin-proposal-json-strings/7.2.0_@babel+core@7.5.4: 314 + /@babel/plugin-proposal-json-strings/7.2.0_@babel+core@7.5.5: 263 315 dependencies: 264 - '@babel/core': 7.5.4 316 + '@babel/core': 7.5.5 265 317 '@babel/helper-plugin-utils': 7.0.0 266 - '@babel/plugin-syntax-json-strings': 7.2.0_@babel+core@7.5.4 318 + '@babel/plugin-syntax-json-strings': 7.2.0_@babel+core@7.5.5 267 319 dev: true 268 320 peerDependencies: 269 321 '@babel/core': ^7.0.0-0 270 322 resolution: 271 323 integrity: sha512-MAFV1CA/YVmYwZG0fBQyXhmj0BHCB5egZHCKWIFVv/XCxAeVGIHfos3SwDck4LvCllENIAg7xMKOG5kH0dzyUg== 272 - /@babel/plugin-proposal-object-rest-spread/7.5.4_@babel+core@7.5.4: 324 + /@babel/plugin-proposal-object-rest-spread/7.5.5_@babel+core@7.5.5: 273 325 dependencies: 274 - '@babel/core': 7.5.4 326 + '@babel/core': 7.5.5 275 327 '@babel/helper-plugin-utils': 7.0.0 276 - '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.5.4 328 + '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.5.5 277 329 dev: true 278 330 peerDependencies: 279 331 '@babel/core': ^7.0.0-0 280 332 resolution: 281 - integrity: sha512-KCx0z3y7y8ipZUMAEEJOyNi11lMb/FOPUjjB113tfowgw0c16EGYos7worCKBcUAh2oG+OBnoUhsnTSoLpV9uA== 282 - /@babel/plugin-proposal-optional-catch-binding/7.2.0_@babel+core@7.5.4: 333 + integrity: sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw== 334 + /@babel/plugin-proposal-optional-catch-binding/7.2.0_@babel+core@7.5.5: 283 335 dependencies: 284 - '@babel/core': 7.5.4 336 + '@babel/core': 7.5.5 285 337 '@babel/helper-plugin-utils': 7.0.0 286 - '@babel/plugin-syntax-optional-catch-binding': 7.2.0_@babel+core@7.5.4 338 + '@babel/plugin-syntax-optional-catch-binding': 7.2.0_@babel+core@7.5.5 287 339 dev: true 288 340 peerDependencies: 289 341 '@babel/core': ^7.0.0-0 290 342 resolution: 291 343 integrity: sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g== 292 - /@babel/plugin-proposal-unicode-property-regex/7.4.4_@babel+core@7.5.4: 344 + /@babel/plugin-proposal-unicode-property-regex/7.4.4_@babel+core@7.5.5: 293 345 dependencies: 294 - '@babel/core': 7.5.4 346 + '@babel/core': 7.5.5 295 347 '@babel/helper-plugin-utils': 7.0.0 296 - '@babel/helper-regex': 7.4.4 348 + '@babel/helper-regex': 7.5.5 297 349 regexpu-core: 4.5.4 298 350 dev: true 299 351 engines: ··· 302 354 '@babel/core': ^7.0.0-0 303 355 resolution: 304 356 integrity: sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA== 305 - /@babel/plugin-syntax-async-generators/7.2.0_@babel+core@7.5.4: 357 + /@babel/plugin-syntax-async-generators/7.2.0_@babel+core@7.5.5: 306 358 dependencies: 307 - '@babel/core': 7.5.4 359 + '@babel/core': 7.5.5 308 360 '@babel/helper-plugin-utils': 7.0.0 309 361 dev: true 310 362 peerDependencies: 311 363 '@babel/core': ^7.0.0-0 312 364 resolution: 313 365 integrity: sha512-1ZrIRBv2t0GSlcwVoQ6VgSLpLgiN/FVQUzt9znxo7v2Ov4jJrs8RY8tv0wvDmFN3qIdMKWrmMMW6yZ0G19MfGg== 314 - /@babel/plugin-syntax-dynamic-import/7.2.0_@babel+core@7.5.4: 366 + /@babel/plugin-syntax-dynamic-import/7.2.0_@babel+core@7.5.5: 315 367 dependencies: 316 - '@babel/core': 7.5.4 368 + '@babel/core': 7.5.5 317 369 '@babel/helper-plugin-utils': 7.0.0 318 370 dev: true 319 371 peerDependencies: 320 372 '@babel/core': ^7.0.0-0 321 373 resolution: 322 374 integrity: sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w== 323 - /@babel/plugin-syntax-json-strings/7.2.0_@babel+core@7.5.4: 375 + /@babel/plugin-syntax-json-strings/7.2.0_@babel+core@7.5.5: 324 376 dependencies: 325 - '@babel/core': 7.5.4 377 + '@babel/core': 7.5.5 326 378 '@babel/helper-plugin-utils': 7.0.0 327 379 dev: true 328 380 peerDependencies: ··· 331 383 integrity: sha512-5UGYnMSLRE1dqqZwug+1LISpA403HzlSfsg6P9VXU6TBjcSHeNlw4DxDx7LgpF+iKZoOG/+uzqoRHTdcUpiZNg== 332 384 /@babel/plugin-syntax-object-rest-spread/7.2.0_@babel+core@7.5.4: 333 385 dependencies: 334 - '@babel/core': 7.5.4 335 386 '@babel/helper-plugin-utils': 7.0.0 336 387 dev: true 337 388 peerDependencies: 338 389 '@babel/core': ^7.0.0-0 339 390 resolution: 340 391 integrity: sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA== 341 - /@babel/plugin-syntax-optional-catch-binding/7.2.0_@babel+core@7.5.4: 392 + /@babel/plugin-syntax-object-rest-spread/7.2.0_@babel+core@7.5.5: 342 393 dependencies: 343 - '@babel/core': 7.5.4 394 + '@babel/core': 7.5.5 395 + '@babel/helper-plugin-utils': 7.0.0 396 + dev: true 397 + peerDependencies: 398 + '@babel/core': ^7.0.0-0 399 + resolution: 400 + integrity: sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA== 401 + /@babel/plugin-syntax-optional-catch-binding/7.2.0_@babel+core@7.5.5: 402 + dependencies: 403 + '@babel/core': 7.5.5 344 404 '@babel/helper-plugin-utils': 7.0.0 345 405 dev: true 346 406 peerDependencies: 347 407 '@babel/core': ^7.0.0-0 348 408 resolution: 349 409 integrity: sha512-bDe4xKNhb0LI7IvZHiA13kff0KEfaGX/Hv4lMA9+7TEc63hMNvfKo6ZFpXhKuEp+II/q35Gc4NoMeDZyaUbj9w== 350 - /@babel/plugin-transform-arrow-functions/7.2.0_@babel+core@7.5.4: 410 + /@babel/plugin-transform-arrow-functions/7.2.0_@babel+core@7.5.5: 351 411 dependencies: 352 - '@babel/core': 7.5.4 412 + '@babel/core': 7.5.5 353 413 '@babel/helper-plugin-utils': 7.0.0 354 414 dev: true 355 415 peerDependencies: 356 416 '@babel/core': ^7.0.0-0 357 417 resolution: 358 418 integrity: sha512-ER77Cax1+8/8jCB9fo4Ud161OZzWN5qawi4GusDuRLcDbDG+bIGYY20zb2dfAFdTRGzrfq2xZPvF0R64EHnimg== 359 - /@babel/plugin-transform-async-to-generator/7.5.0_@babel+core@7.5.4: 419 + /@babel/plugin-transform-async-to-generator/7.5.0_@babel+core@7.5.5: 360 420 dependencies: 361 - '@babel/core': 7.5.4 421 + '@babel/core': 7.5.5 362 422 '@babel/helper-module-imports': 7.0.0 363 423 '@babel/helper-plugin-utils': 7.0.0 364 424 '@babel/helper-remap-async-to-generator': 7.1.0 ··· 367 427 '@babel/core': ^7.0.0-0 368 428 resolution: 369 429 integrity: sha512-mqvkzwIGkq0bEF1zLRRiTdjfomZJDV33AH3oQzHVGkI2VzEmXLpKKOBvEVaFZBJdN0XTyH38s9j/Kiqr68dggg== 370 - /@babel/plugin-transform-block-scoped-functions/7.2.0_@babel+core@7.5.4: 430 + /@babel/plugin-transform-block-scoped-functions/7.2.0_@babel+core@7.5.5: 371 431 dependencies: 372 - '@babel/core': 7.5.4 432 + '@babel/core': 7.5.5 373 433 '@babel/helper-plugin-utils': 7.0.0 374 434 dev: true 375 435 peerDependencies: 376 436 '@babel/core': ^7.0.0-0 377 437 resolution: 378 438 integrity: sha512-ntQPR6q1/NKuphly49+QiQiTN0O63uOwjdD6dhIjSWBI5xlrbUFh720TIpzBhpnrLfv2tNH/BXvLIab1+BAI0w== 379 - /@babel/plugin-transform-block-scoping/7.4.4_@babel+core@7.5.4: 439 + /@babel/plugin-transform-block-scoping/7.5.5_@babel+core@7.5.5: 380 440 dependencies: 381 - '@babel/core': 7.5.4 441 + '@babel/core': 7.5.5 382 442 '@babel/helper-plugin-utils': 7.0.0 383 443 lodash: 4.17.14 384 444 dev: true 385 445 peerDependencies: 386 446 '@babel/core': ^7.0.0-0 387 447 resolution: 388 - integrity: sha512-jkTUyWZcTrwxu5DD4rWz6rDB5Cjdmgz6z7M7RLXOJyCUkFBawssDGcGh8M/0FTSB87avyJI1HsTwUXp9nKA1PA== 389 - /@babel/plugin-transform-classes/7.4.4_@babel+core@7.5.4: 448 + integrity: sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg== 449 + /@babel/plugin-transform-classes/7.5.5_@babel+core@7.5.5: 390 450 dependencies: 391 - '@babel/core': 7.5.4 451 + '@babel/core': 7.5.5 392 452 '@babel/helper-annotate-as-pure': 7.0.0 393 - '@babel/helper-define-map': 7.4.4 453 + '@babel/helper-define-map': 7.5.5 394 454 '@babel/helper-function-name': 7.1.0 395 455 '@babel/helper-optimise-call-expression': 7.0.0 396 456 '@babel/helper-plugin-utils': 7.0.0 397 - '@babel/helper-replace-supers': 7.4.4 457 + '@babel/helper-replace-supers': 7.5.5 398 458 '@babel/helper-split-export-declaration': 7.4.4 399 459 globals: 11.12.0 400 460 dev: true 401 461 peerDependencies: 402 462 '@babel/core': ^7.0.0-0 403 463 resolution: 404 - integrity: sha512-/e44eFLImEGIpL9qPxSRat13I5QNRgBLu2hOQJCF7VLy/otSM/sypV1+XaIw5+502RX/+6YaSAPmldk+nhHDPw== 405 - /@babel/plugin-transform-computed-properties/7.2.0_@babel+core@7.5.4: 464 + integrity: sha512-U2htCNK/6e9K7jGyJ++1p5XRU+LJjrwtoiVn9SzRlDT2KubcZ11OOwy3s24TjHxPgxNwonCYP7U2K51uVYCMDg== 465 + /@babel/plugin-transform-computed-properties/7.2.0_@babel+core@7.5.5: 406 466 dependencies: 407 - '@babel/core': 7.5.4 467 + '@babel/core': 7.5.5 408 468 '@babel/helper-plugin-utils': 7.0.0 409 469 dev: true 410 470 peerDependencies: 411 471 '@babel/core': ^7.0.0-0 412 472 resolution: 413 473 integrity: sha512-kP/drqTxY6Xt3NNpKiMomfgkNn4o7+vKxK2DDKcBG9sHj51vHqMBGy8wbDS/J4lMxnqs153/T3+DmCEAkC5cpA== 414 - /@babel/plugin-transform-destructuring/7.5.0_@babel+core@7.5.4: 474 + /@babel/plugin-transform-destructuring/7.5.0_@babel+core@7.5.5: 415 475 dependencies: 416 - '@babel/core': 7.5.4 476 + '@babel/core': 7.5.5 417 477 '@babel/helper-plugin-utils': 7.0.0 418 478 dev: true 419 479 peerDependencies: 420 480 '@babel/core': ^7.0.0-0 421 481 resolution: 422 482 integrity: sha512-YbYgbd3TryYYLGyC7ZR+Tq8H/+bCmwoaxHfJHupom5ECstzbRLTch6gOQbhEY9Z4hiCNHEURgq06ykFv9JZ/QQ== 423 - /@babel/plugin-transform-dotall-regex/7.4.4_@babel+core@7.5.4: 483 + /@babel/plugin-transform-dotall-regex/7.4.4_@babel+core@7.5.5: 424 484 dependencies: 425 - '@babel/core': 7.5.4 485 + '@babel/core': 7.5.5 426 486 '@babel/helper-plugin-utils': 7.0.0 427 - '@babel/helper-regex': 7.4.4 487 + '@babel/helper-regex': 7.5.5 428 488 regexpu-core: 4.5.4 429 489 dev: true 430 490 engines: ··· 433 493 '@babel/core': ^7.0.0-0 434 494 resolution: 435 495 integrity: sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg== 436 - /@babel/plugin-transform-duplicate-keys/7.5.0_@babel+core@7.5.4: 496 + /@babel/plugin-transform-duplicate-keys/7.5.0_@babel+core@7.5.5: 437 497 dependencies: 438 - '@babel/core': 7.5.4 498 + '@babel/core': 7.5.5 439 499 '@babel/helper-plugin-utils': 7.0.0 440 500 dev: true 441 501 peerDependencies: 442 502 '@babel/core': ^7.0.0-0 443 503 resolution: 444 504 integrity: sha512-igcziksHizyQPlX9gfSjHkE2wmoCH3evvD2qR5w29/Dk0SMKE/eOI7f1HhBdNhR/zxJDqrgpoDTq5YSLH/XMsQ== 445 - /@babel/plugin-transform-exponentiation-operator/7.2.0_@babel+core@7.5.4: 505 + /@babel/plugin-transform-exponentiation-operator/7.2.0_@babel+core@7.5.5: 446 506 dependencies: 447 - '@babel/core': 7.5.4 507 + '@babel/core': 7.5.5 448 508 '@babel/helper-builder-binary-assignment-operator-visitor': 7.1.0 449 509 '@babel/helper-plugin-utils': 7.0.0 450 510 dev: true ··· 452 512 '@babel/core': ^7.0.0-0 453 513 resolution: 454 514 integrity: sha512-umh4hR6N7mu4Elq9GG8TOu9M0bakvlsREEC+ialrQN6ABS4oDQ69qJv1VtR3uxlKMCQMCvzk7vr17RHKcjx68A== 455 - /@babel/plugin-transform-for-of/7.4.4_@babel+core@7.5.4: 515 + /@babel/plugin-transform-for-of/7.4.4_@babel+core@7.5.5: 456 516 dependencies: 457 - '@babel/core': 7.5.4 517 + '@babel/core': 7.5.5 458 518 '@babel/helper-plugin-utils': 7.0.0 459 519 dev: true 460 520 peerDependencies: 461 521 '@babel/core': ^7.0.0-0 462 522 resolution: 463 523 integrity: sha512-9T/5Dlr14Z9TIEXLXkt8T1DU7F24cbhwhMNUziN3hB1AXoZcdzPcTiKGRn/6iOymDqtTKWnr/BtRKN9JwbKtdQ== 464 - /@babel/plugin-transform-function-name/7.4.4_@babel+core@7.5.4: 524 + /@babel/plugin-transform-function-name/7.4.4_@babel+core@7.5.5: 465 525 dependencies: 466 - '@babel/core': 7.5.4 526 + '@babel/core': 7.5.5 467 527 '@babel/helper-function-name': 7.1.0 468 528 '@babel/helper-plugin-utils': 7.0.0 469 529 dev: true ··· 471 531 '@babel/core': ^7.0.0-0 472 532 resolution: 473 533 integrity: sha512-iU9pv7U+2jC9ANQkKeNF6DrPy4GBa4NWQtl6dHB4Pb3izX2JOEvDTFarlNsBj/63ZEzNNIAMs3Qw4fNCcSOXJA== 474 - /@babel/plugin-transform-literals/7.2.0_@babel+core@7.5.4: 534 + /@babel/plugin-transform-literals/7.2.0_@babel+core@7.5.5: 475 535 dependencies: 476 - '@babel/core': 7.5.4 536 + '@babel/core': 7.5.5 477 537 '@babel/helper-plugin-utils': 7.0.0 478 538 dev: true 479 539 peerDependencies: 480 540 '@babel/core': ^7.0.0-0 481 541 resolution: 482 542 integrity: sha512-2ThDhm4lI4oV7fVQ6pNNK+sx+c/GM5/SaML0w/r4ZB7sAneD/piDJtwdKlNckXeyGK7wlwg2E2w33C/Hh+VFCg== 483 - /@babel/plugin-transform-member-expression-literals/7.2.0_@babel+core@7.5.4: 543 + /@babel/plugin-transform-member-expression-literals/7.2.0_@babel+core@7.5.5: 484 544 dependencies: 485 - '@babel/core': 7.5.4 545 + '@babel/core': 7.5.5 486 546 '@babel/helper-plugin-utils': 7.0.0 487 547 dev: true 488 548 peerDependencies: 489 549 '@babel/core': ^7.0.0-0 490 550 resolution: 491 551 integrity: sha512-HiU3zKkSU6scTidmnFJ0bMX8hz5ixC93b4MHMiYebmk2lUVNGOboPsqQvx5LzooihijUoLR/v7Nc1rbBtnc7FA== 492 - /@babel/plugin-transform-modules-amd/7.5.0_@babel+core@7.5.4: 552 + /@babel/plugin-transform-modules-amd/7.5.0_@babel+core@7.5.5: 493 553 dependencies: 494 - '@babel/core': 7.5.4 495 - '@babel/helper-module-transforms': 7.4.4 554 + '@babel/core': 7.5.5 555 + '@babel/helper-module-transforms': 7.5.5 496 556 '@babel/helper-plugin-utils': 7.0.0 497 557 babel-plugin-dynamic-import-node: 2.3.0 498 558 dev: true ··· 500 560 '@babel/core': ^7.0.0-0 501 561 resolution: 502 562 integrity: sha512-n20UsQMKnWrltocZZm24cRURxQnWIvsABPJlw/fvoy9c6AgHZzoelAIzajDHAQrDpuKFFPPcFGd7ChsYuIUMpg== 503 - /@babel/plugin-transform-modules-commonjs/7.5.0_@babel+core@7.5.4: 563 + /@babel/plugin-transform-modules-commonjs/7.5.0_@babel+core@7.5.5: 504 564 dependencies: 505 - '@babel/core': 7.5.4 506 - '@babel/helper-module-transforms': 7.4.4 565 + '@babel/core': 7.5.5 566 + '@babel/helper-module-transforms': 7.5.5 507 567 '@babel/helper-plugin-utils': 7.0.0 508 568 '@babel/helper-simple-access': 7.1.0 509 569 babel-plugin-dynamic-import-node: 2.3.0 ··· 512 572 '@babel/core': ^7.0.0-0 513 573 resolution: 514 574 integrity: sha512-xmHq0B+ytyrWJvQTc5OWAC4ii6Dhr0s22STOoydokG51JjWhyYo5mRPXoi+ZmtHQhZZwuXNN+GG5jy5UZZJxIQ== 515 - /@babel/plugin-transform-modules-systemjs/7.5.0_@babel+core@7.5.4: 575 + /@babel/plugin-transform-modules-systemjs/7.5.0_@babel+core@7.5.5: 516 576 dependencies: 517 - '@babel/core': 7.5.4 577 + '@babel/core': 7.5.5 518 578 '@babel/helper-hoist-variables': 7.4.4 519 579 '@babel/helper-plugin-utils': 7.0.0 520 580 babel-plugin-dynamic-import-node: 2.3.0 ··· 523 583 '@babel/core': ^7.0.0-0 524 584 resolution: 525 585 integrity: sha512-Q2m56tyoQWmuNGxEtUyeEkm6qJYFqs4c+XyXH5RAuYxObRNz9Zgj/1g2GMnjYp2EUyEy7YTrxliGCXzecl/vJg== 526 - /@babel/plugin-transform-modules-umd/7.2.0_@babel+core@7.5.4: 586 + /@babel/plugin-transform-modules-umd/7.2.0_@babel+core@7.5.5: 527 587 dependencies: 528 - '@babel/core': 7.5.4 529 - '@babel/helper-module-transforms': 7.4.4 588 + '@babel/core': 7.5.5 589 + '@babel/helper-module-transforms': 7.5.5 530 590 '@babel/helper-plugin-utils': 7.0.0 531 591 dev: true 532 592 peerDependencies: 533 593 '@babel/core': ^7.0.0-0 534 594 resolution: 535 595 integrity: sha512-BV3bw6MyUH1iIsGhXlOK6sXhmSarZjtJ/vMiD9dNmpY8QXFFQTj+6v92pcfy1iqa8DeAfJFwoxcrS/TUZda6sw== 536 - /@babel/plugin-transform-named-capturing-groups-regex/7.4.5_@babel+core@7.5.4: 596 + /@babel/plugin-transform-named-capturing-groups-regex/7.4.5_@babel+core@7.5.5: 537 597 dependencies: 538 - '@babel/core': 7.5.4 598 + '@babel/core': 7.5.5 539 599 regexp-tree: 0.1.11 540 600 dev: true 541 601 peerDependencies: 542 602 '@babel/core': ^7.0.0 543 603 resolution: 544 604 integrity: sha512-z7+2IsWafTBbjNsOxU/Iv5CvTJlr5w4+HGu1HovKYTtgJ362f7kBcQglkfmlspKKZ3bgrbSGvLfNx++ZJgCWsg== 545 - /@babel/plugin-transform-new-target/7.4.4_@babel+core@7.5.4: 605 + /@babel/plugin-transform-new-target/7.4.4_@babel+core@7.5.5: 546 606 dependencies: 547 - '@babel/core': 7.5.4 607 + '@babel/core': 7.5.5 548 608 '@babel/helper-plugin-utils': 7.0.0 549 609 dev: true 550 610 peerDependencies: 551 611 '@babel/core': ^7.0.0-0 552 612 resolution: 553 613 integrity: sha512-r1z3T2DNGQwwe2vPGZMBNjioT2scgWzK9BCnDEh+46z8EEwXBq24uRzd65I7pjtugzPSj921aM15RpESgzsSuA== 554 - /@babel/plugin-transform-object-super/7.2.0_@babel+core@7.5.4: 614 + /@babel/plugin-transform-object-super/7.5.5_@babel+core@7.5.5: 555 615 dependencies: 556 - '@babel/core': 7.5.4 616 + '@babel/core': 7.5.5 557 617 '@babel/helper-plugin-utils': 7.0.0 558 - '@babel/helper-replace-supers': 7.4.4 618 + '@babel/helper-replace-supers': 7.5.5 559 619 dev: true 560 620 peerDependencies: 561 621 '@babel/core': ^7.0.0-0 562 622 resolution: 563 - integrity: sha512-VMyhPYZISFZAqAPVkiYb7dUe2AsVi2/wCT5+wZdsNO31FojQJa9ns40hzZ6U9f50Jlq4w6qwzdBB2uwqZ00ebg== 564 - /@babel/plugin-transform-parameters/7.4.4_@babel+core@7.5.4: 623 + integrity: sha512-un1zJQAhSosGFBduPgN/YFNvWVpRuHKU7IHBglLoLZsGmruJPOo6pbInneflUdmq7YvSVqhpPs5zdBvLnteltQ== 624 + /@babel/plugin-transform-parameters/7.4.4_@babel+core@7.5.5: 565 625 dependencies: 566 - '@babel/core': 7.5.4 626 + '@babel/core': 7.5.5 567 627 '@babel/helper-call-delegate': 7.4.4 568 628 '@babel/helper-get-function-arity': 7.0.0 569 629 '@babel/helper-plugin-utils': 7.0.0 ··· 572 632 '@babel/core': ^7.0.0-0 573 633 resolution: 574 634 integrity: sha512-oMh5DUO1V63nZcu/ZVLQFqiihBGo4OpxJxR1otF50GMeCLiRx5nUdtokd+u9SuVJrvvuIh9OosRFPP4pIPnwmw== 575 - /@babel/plugin-transform-property-literals/7.2.0_@babel+core@7.5.4: 635 + /@babel/plugin-transform-property-literals/7.2.0_@babel+core@7.5.5: 576 636 dependencies: 577 - '@babel/core': 7.5.4 637 + '@babel/core': 7.5.5 578 638 '@babel/helper-plugin-utils': 7.0.0 579 639 dev: true 580 640 peerDependencies: 581 641 '@babel/core': ^7.0.0-0 582 642 resolution: 583 643 integrity: sha512-9q7Dbk4RhgcLp8ebduOpCbtjh7C0itoLYHXd9ueASKAG/is5PQtMR5VJGka9NKqGhYEGn5ITahd4h9QeBMylWQ== 584 - /@babel/plugin-transform-regenerator/7.4.5_@babel+core@7.5.4: 644 + /@babel/plugin-transform-regenerator/7.4.5_@babel+core@7.5.5: 585 645 dependencies: 586 - '@babel/core': 7.5.4 646 + '@babel/core': 7.5.5 587 647 regenerator-transform: 0.14.0 588 648 dev: true 589 649 peerDependencies: 590 650 '@babel/core': ^7.0.0-0 591 651 resolution: 592 652 integrity: sha512-gBKRh5qAaCWntnd09S8QC7r3auLCqq5DI6O0DlfoyDjslSBVqBibrMdsqO+Uhmx3+BlOmE/Kw1HFxmGbv0N9dA== 593 - /@babel/plugin-transform-reserved-words/7.2.0_@babel+core@7.5.4: 653 + /@babel/plugin-transform-reserved-words/7.2.0_@babel+core@7.5.5: 594 654 dependencies: 595 - '@babel/core': 7.5.4 655 + '@babel/core': 7.5.5 596 656 '@babel/helper-plugin-utils': 7.0.0 597 657 dev: true 598 658 peerDependencies: 599 659 '@babel/core': ^7.0.0-0 600 660 resolution: 601 661 integrity: sha512-fz43fqW8E1tAB3DKF19/vxbpib1fuyCwSPE418ge5ZxILnBhWyhtPgz8eh1RCGGJlwvksHkyxMxh0eenFi+kFw== 602 - /@babel/plugin-transform-shorthand-properties/7.2.0_@babel+core@7.5.4: 662 + /@babel/plugin-transform-shorthand-properties/7.2.0_@babel+core@7.5.5: 603 663 dependencies: 604 - '@babel/core': 7.5.4 664 + '@babel/core': 7.5.5 605 665 '@babel/helper-plugin-utils': 7.0.0 606 666 dev: true 607 667 peerDependencies: 608 668 '@babel/core': ^7.0.0-0 609 669 resolution: 610 670 integrity: sha512-QP4eUM83ha9zmYtpbnyjTLAGKQritA5XW/iG9cjtuOI8s1RuL/3V6a3DeSHfKutJQ+ayUfeZJPcnCYEQzaPQqg== 611 - /@babel/plugin-transform-spread/7.2.2_@babel+core@7.5.4: 671 + /@babel/plugin-transform-spread/7.2.2_@babel+core@7.5.5: 612 672 dependencies: 613 - '@babel/core': 7.5.4 673 + '@babel/core': 7.5.5 614 674 '@babel/helper-plugin-utils': 7.0.0 615 675 dev: true 616 676 peerDependencies: 617 677 '@babel/core': ^7.0.0-0 618 678 resolution: 619 679 integrity: sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w== 620 - /@babel/plugin-transform-sticky-regex/7.2.0_@babel+core@7.5.4: 680 + /@babel/plugin-transform-sticky-regex/7.2.0_@babel+core@7.5.5: 621 681 dependencies: 622 - '@babel/core': 7.5.4 682 + '@babel/core': 7.5.5 623 683 '@babel/helper-plugin-utils': 7.0.0 624 - '@babel/helper-regex': 7.4.4 684 + '@babel/helper-regex': 7.5.5 625 685 dev: true 626 686 peerDependencies: 627 687 '@babel/core': ^7.0.0-0 628 688 resolution: 629 689 integrity: sha512-KKYCoGaRAf+ckH8gEL3JHUaFVyNHKe3ASNsZ+AlktgHevvxGigoIttrEJb8iKN03Q7Eazlv1s6cx2B2cQ3Jabw== 630 - /@babel/plugin-transform-template-literals/7.4.4_@babel+core@7.5.4: 690 + /@babel/plugin-transform-template-literals/7.4.4_@babel+core@7.5.5: 631 691 dependencies: 632 - '@babel/core': 7.5.4 692 + '@babel/core': 7.5.5 633 693 '@babel/helper-annotate-as-pure': 7.0.0 634 694 '@babel/helper-plugin-utils': 7.0.0 635 695 dev: true ··· 637 697 '@babel/core': ^7.0.0-0 638 698 resolution: 639 699 integrity: sha512-mQrEC4TWkhLN0z8ygIvEL9ZEToPhG5K7KDW3pzGqOfIGZ28Jb0POUkeWcoz8HnHvhFy6dwAT1j8OzqN8s804+g== 640 - /@babel/plugin-transform-typeof-symbol/7.2.0_@babel+core@7.5.4: 700 + /@babel/plugin-transform-typeof-symbol/7.2.0_@babel+core@7.5.5: 641 701 dependencies: 642 - '@babel/core': 7.5.4 702 + '@babel/core': 7.5.5 643 703 '@babel/helper-plugin-utils': 7.0.0 644 704 dev: true 645 705 peerDependencies: 646 706 '@babel/core': ^7.0.0-0 647 707 resolution: 648 708 integrity: sha512-2LNhETWYxiYysBtrBTqL8+La0jIoQQnIScUJc74OYvUGRmkskNY4EzLCnjHBzdmb38wqtTaixpo1NctEcvMDZw== 649 - /@babel/plugin-transform-unicode-regex/7.4.4_@babel+core@7.5.4: 709 + /@babel/plugin-transform-unicode-regex/7.4.4_@babel+core@7.5.5: 650 710 dependencies: 651 - '@babel/core': 7.5.4 711 + '@babel/core': 7.5.5 652 712 '@babel/helper-plugin-utils': 7.0.0 653 - '@babel/helper-regex': 7.4.4 713 + '@babel/helper-regex': 7.5.5 654 714 regexpu-core: 4.5.4 655 715 dev: true 656 716 peerDependencies: 657 717 '@babel/core': ^7.0.0-0 658 718 resolution: 659 719 integrity: sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA== 660 - /@babel/preset-env/7.5.4_@babel+core@7.5.4: 720 + /@babel/preset-env/7.5.5_@babel+core@7.5.5: 661 721 dependencies: 662 - '@babel/core': 7.5.4 722 + '@babel/core': 7.5.5 663 723 '@babel/helper-module-imports': 7.0.0 664 724 '@babel/helper-plugin-utils': 7.0.0 665 - '@babel/plugin-proposal-async-generator-functions': 7.2.0_@babel+core@7.5.4 666 - '@babel/plugin-proposal-dynamic-import': 7.5.0_@babel+core@7.5.4 667 - '@babel/plugin-proposal-json-strings': 7.2.0_@babel+core@7.5.4 668 - '@babel/plugin-proposal-object-rest-spread': 7.5.4_@babel+core@7.5.4 669 - '@babel/plugin-proposal-optional-catch-binding': 7.2.0_@babel+core@7.5.4 670 - '@babel/plugin-proposal-unicode-property-regex': 7.4.4_@babel+core@7.5.4 671 - '@babel/plugin-syntax-async-generators': 7.2.0_@babel+core@7.5.4 672 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.5.4 673 - '@babel/plugin-syntax-json-strings': 7.2.0_@babel+core@7.5.4 674 - '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.5.4 675 - '@babel/plugin-syntax-optional-catch-binding': 7.2.0_@babel+core@7.5.4 676 - '@babel/plugin-transform-arrow-functions': 7.2.0_@babel+core@7.5.4 677 - '@babel/plugin-transform-async-to-generator': 7.5.0_@babel+core@7.5.4 678 - '@babel/plugin-transform-block-scoped-functions': 7.2.0_@babel+core@7.5.4 679 - '@babel/plugin-transform-block-scoping': 7.4.4_@babel+core@7.5.4 680 - '@babel/plugin-transform-classes': 7.4.4_@babel+core@7.5.4 681 - '@babel/plugin-transform-computed-properties': 7.2.0_@babel+core@7.5.4 682 - '@babel/plugin-transform-destructuring': 7.5.0_@babel+core@7.5.4 683 - '@babel/plugin-transform-dotall-regex': 7.4.4_@babel+core@7.5.4 684 - '@babel/plugin-transform-duplicate-keys': 7.5.0_@babel+core@7.5.4 685 - '@babel/plugin-transform-exponentiation-operator': 7.2.0_@babel+core@7.5.4 686 - '@babel/plugin-transform-for-of': 7.4.4_@babel+core@7.5.4 687 - '@babel/plugin-transform-function-name': 7.4.4_@babel+core@7.5.4 688 - '@babel/plugin-transform-literals': 7.2.0_@babel+core@7.5.4 689 - '@babel/plugin-transform-member-expression-literals': 7.2.0_@babel+core@7.5.4 690 - '@babel/plugin-transform-modules-amd': 7.5.0_@babel+core@7.5.4 691 - '@babel/plugin-transform-modules-commonjs': 7.5.0_@babel+core@7.5.4 692 - '@babel/plugin-transform-modules-systemjs': 7.5.0_@babel+core@7.5.4 693 - '@babel/plugin-transform-modules-umd': 7.2.0_@babel+core@7.5.4 694 - '@babel/plugin-transform-named-capturing-groups-regex': 7.4.5_@babel+core@7.5.4 695 - '@babel/plugin-transform-new-target': 7.4.4_@babel+core@7.5.4 696 - '@babel/plugin-transform-object-super': 7.2.0_@babel+core@7.5.4 697 - '@babel/plugin-transform-parameters': 7.4.4_@babel+core@7.5.4 698 - '@babel/plugin-transform-property-literals': 7.2.0_@babel+core@7.5.4 699 - '@babel/plugin-transform-regenerator': 7.4.5_@babel+core@7.5.4 700 - '@babel/plugin-transform-reserved-words': 7.2.0_@babel+core@7.5.4 701 - '@babel/plugin-transform-shorthand-properties': 7.2.0_@babel+core@7.5.4 702 - '@babel/plugin-transform-spread': 7.2.2_@babel+core@7.5.4 703 - '@babel/plugin-transform-sticky-regex': 7.2.0_@babel+core@7.5.4 704 - '@babel/plugin-transform-template-literals': 7.4.4_@babel+core@7.5.4 705 - '@babel/plugin-transform-typeof-symbol': 7.2.0_@babel+core@7.5.4 706 - '@babel/plugin-transform-unicode-regex': 7.4.4_@babel+core@7.5.4 707 - '@babel/types': 7.5.0 725 + '@babel/plugin-proposal-async-generator-functions': 7.2.0_@babel+core@7.5.5 726 + '@babel/plugin-proposal-dynamic-import': 7.5.0_@babel+core@7.5.5 727 + '@babel/plugin-proposal-json-strings': 7.2.0_@babel+core@7.5.5 728 + '@babel/plugin-proposal-object-rest-spread': 7.5.5_@babel+core@7.5.5 729 + '@babel/plugin-proposal-optional-catch-binding': 7.2.0_@babel+core@7.5.5 730 + '@babel/plugin-proposal-unicode-property-regex': 7.4.4_@babel+core@7.5.5 731 + '@babel/plugin-syntax-async-generators': 7.2.0_@babel+core@7.5.5 732 + '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.5.5 733 + '@babel/plugin-syntax-json-strings': 7.2.0_@babel+core@7.5.5 734 + '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.5.5 735 + '@babel/plugin-syntax-optional-catch-binding': 7.2.0_@babel+core@7.5.5 736 + '@babel/plugin-transform-arrow-functions': 7.2.0_@babel+core@7.5.5 737 + '@babel/plugin-transform-async-to-generator': 7.5.0_@babel+core@7.5.5 738 + '@babel/plugin-transform-block-scoped-functions': 7.2.0_@babel+core@7.5.5 739 + '@babel/plugin-transform-block-scoping': 7.5.5_@babel+core@7.5.5 740 + '@babel/plugin-transform-classes': 7.5.5_@babel+core@7.5.5 741 + '@babel/plugin-transform-computed-properties': 7.2.0_@babel+core@7.5.5 742 + '@babel/plugin-transform-destructuring': 7.5.0_@babel+core@7.5.5 743 + '@babel/plugin-transform-dotall-regex': 7.4.4_@babel+core@7.5.5 744 + '@babel/plugin-transform-duplicate-keys': 7.5.0_@babel+core@7.5.5 745 + '@babel/plugin-transform-exponentiation-operator': 7.2.0_@babel+core@7.5.5 746 + '@babel/plugin-transform-for-of': 7.4.4_@babel+core@7.5.5 747 + '@babel/plugin-transform-function-name': 7.4.4_@babel+core@7.5.5 748 + '@babel/plugin-transform-literals': 7.2.0_@babel+core@7.5.5 749 + '@babel/plugin-transform-member-expression-literals': 7.2.0_@babel+core@7.5.5 750 + '@babel/plugin-transform-modules-amd': 7.5.0_@babel+core@7.5.5 751 + '@babel/plugin-transform-modules-commonjs': 7.5.0_@babel+core@7.5.5 752 + '@babel/plugin-transform-modules-systemjs': 7.5.0_@babel+core@7.5.5 753 + '@babel/plugin-transform-modules-umd': 7.2.0_@babel+core@7.5.5 754 + '@babel/plugin-transform-named-capturing-groups-regex': 7.4.5_@babel+core@7.5.5 755 + '@babel/plugin-transform-new-target': 7.4.4_@babel+core@7.5.5 756 + '@babel/plugin-transform-object-super': 7.5.5_@babel+core@7.5.5 757 + '@babel/plugin-transform-parameters': 7.4.4_@babel+core@7.5.5 758 + '@babel/plugin-transform-property-literals': 7.2.0_@babel+core@7.5.5 759 + '@babel/plugin-transform-regenerator': 7.4.5_@babel+core@7.5.5 760 + '@babel/plugin-transform-reserved-words': 7.2.0_@babel+core@7.5.5 761 + '@babel/plugin-transform-shorthand-properties': 7.2.0_@babel+core@7.5.5 762 + '@babel/plugin-transform-spread': 7.2.2_@babel+core@7.5.5 763 + '@babel/plugin-transform-sticky-regex': 7.2.0_@babel+core@7.5.5 764 + '@babel/plugin-transform-template-literals': 7.4.4_@babel+core@7.5.5 765 + '@babel/plugin-transform-typeof-symbol': 7.2.0_@babel+core@7.5.5 766 + '@babel/plugin-transform-unicode-regex': 7.4.4_@babel+core@7.5.5 767 + '@babel/types': 7.5.5 708 768 browserslist: 4.6.6 709 769 core-js-compat: 3.1.4 710 770 invariant: 2.2.4 ··· 714 774 peerDependencies: 715 775 '@babel/core': ^7.0.0-0 716 776 resolution: 717 - integrity: sha512-hFnFnouyRNiH1rL8YkX1ANCNAUVC8Djwdqfev8i1415tnAG+7hlA5zhZ0Q/3Q5gkop4HioIPbCEWAalqcbxRoQ== 777 + integrity: sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A== 718 778 /@babel/template/7.4.4: 719 779 dependencies: 720 - '@babel/code-frame': 7.0.0 721 - '@babel/parser': 7.5.0 722 - '@babel/types': 7.5.0 780 + '@babel/code-frame': 7.5.5 781 + '@babel/parser': 7.5.5 782 + '@babel/types': 7.5.5 723 783 dev: true 724 784 resolution: 725 785 integrity: sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw== ··· 737 797 dev: true 738 798 resolution: 739 799 integrity: sha512-SnA9aLbyOCcnnbQEGwdfBggnc142h/rbqqsXcaATj2hZcegCl903pUD/lfpsNBlBSuWow/YDfRyJuWi2EPR5cg== 800 + /@babel/traverse/7.5.5: 801 + dependencies: 802 + '@babel/code-frame': 7.5.5 803 + '@babel/generator': 7.5.5 804 + '@babel/helper-function-name': 7.1.0 805 + '@babel/helper-split-export-declaration': 7.4.4 806 + '@babel/parser': 7.5.5 807 + '@babel/types': 7.5.5 808 + debug: 4.1.1 809 + globals: 11.12.0 810 + lodash: 4.17.14 811 + dev: true 812 + resolution: 813 + integrity: sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ== 740 814 /@babel/types/7.5.0: 741 815 dependencies: 742 816 esutils: 2.0.2 ··· 745 819 dev: true 746 820 resolution: 747 821 integrity: sha512-UFpDVqRABKsW01bvw7/wSUe56uy6RXM5+VJibVVAybDGxEW25jdwiFJEf7ASvSaC7sN7rbE/l3cLp2izav+CtQ== 822 + /@babel/types/7.5.5: 823 + dependencies: 824 + esutils: 2.0.2 825 + lodash: 4.17.14 826 + to-fast-properties: 2.0.0 827 + dev: true 828 + resolution: 829 + integrity: sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw== 748 830 /@cnakazawa/watch/1.0.3: 749 831 dependencies: 750 832 exec-sh: 0.3.2 ··· 1294 1376 integrity: sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ== 1295 1377 /babel-jest/24.8.0_@babel+core@7.5.4: 1296 1378 dependencies: 1297 - '@babel/core': 7.5.4 1298 1379 '@jest/transform': 24.8.0 1299 1380 '@jest/types': 24.8.0 1300 1381 '@types/babel__core': 7.1.2 ··· 1309 1390 '@babel/core': ^7.0.0 1310 1391 resolution: 1311 1392 integrity: sha512-+5/kaZt4I9efoXzPlZASyK/lN9qdRKmmUav9smVc0ruPQD7IsfucQ87gpOE8mn2jbDuS6M/YOW6n3v9ZoIfgnw== 1393 + /babel-jest/24.8.0_@babel+core@7.5.5: 1394 + dependencies: 1395 + '@babel/core': 7.5.5 1396 + '@jest/transform': 24.8.0 1397 + '@jest/types': 24.8.0 1398 + '@types/babel__core': 7.1.2 1399 + babel-plugin-istanbul: 5.1.4 1400 + babel-preset-jest: 24.6.0_@babel+core@7.5.5 1401 + chalk: 2.4.2 1402 + slash: 2.0.0 1403 + dev: true 1404 + engines: 1405 + node: '>= 6' 1406 + peerDependencies: 1407 + '@babel/core': ^7.0.0 1408 + resolution: 1409 + integrity: sha512-+5/kaZt4I9efoXzPlZASyK/lN9qdRKmmUav9smVc0ruPQD7IsfucQ87gpOE8mn2jbDuS6M/YOW6n3v9ZoIfgnw== 1312 1410 /babel-plugin-dynamic-import-node/2.3.0: 1313 1411 dependencies: 1314 1412 object.assign: 4.1.0 ··· 1336 1434 /babel-plugin-root-import/6.3.0: 1337 1435 dependencies: 1338 1436 slash: 1.0.0 1339 - dev: false 1437 + dev: true 1340 1438 resolution: 1341 1439 integrity: sha512-F8xCST6o6zvfvDQRHqwAHL9ia4b8wmdDMgbGiQ+tncEcP3aSi7tTJIqeI/0hqt++aoZtCpQzsLN8QVU/CBRD/A== 1342 1440 /babel-preset-jest/24.6.0_@babel+core@7.5.4: 1343 1441 dependencies: 1344 - '@babel/core': 7.5.4 1345 1442 '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.5.4 1443 + babel-plugin-jest-hoist: 24.6.0 1444 + dev: true 1445 + engines: 1446 + node: '>= 6' 1447 + peerDependencies: 1448 + '@babel/core': ^7.0.0 1449 + resolution: 1450 + integrity: sha512-pdZqLEdmy1ZK5kyRUfvBb2IfTPb2BUvIJczlPspS8fWmBQslNNDBqVfh7BW5leOVJMDZKzjD8XEyABTk6gQ5yw== 1451 + /babel-preset-jest/24.6.0_@babel+core@7.5.5: 1452 + dependencies: 1453 + '@babel/core': 7.5.5 1454 + '@babel/plugin-syntax-object-rest-spread': 7.2.0_@babel+core@7.5.5 1346 1455 babel-plugin-jest-hoist: 24.6.0 1347 1456 dev: true 1348 1457 engines: ··· 1446 1555 /browserslist/4.6.6: 1447 1556 dependencies: 1448 1557 caniuse-lite: 1.0.30000984 1449 - electron-to-chromium: 1.3.191 1558 + electron-to-chromium: 1.3.194 1450 1559 node-releases: 1.1.25 1451 1560 dev: true 1452 1561 hasBin: true ··· 2012 2121 dev: true 2013 2122 resolution: 2014 2123 integrity: sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= 2015 - /electron-to-chromium/1.3.191: 2124 + /electron-to-chromium/1.3.194: 2016 2125 dev: true 2017 2126 resolution: 2018 - integrity: sha512-jasjtY5RUy/TOyiUYM2fb4BDaPZfm6CXRFeJDMfFsXYADGxUN49RBqtgB7EL2RmJXeIRUk9lM1U6A5yk2YJMPQ== 2127 + integrity: sha512-w0LHR2YD9Ex1o+Sz4IN2hYzCB8vaFtMNW+yJcBf6SZlVqgFahkne/4rGVJdk4fPF98Gch9snY7PiabOh+vqHNg== 2019 2128 /emoji-regex/7.0.3: 2020 2129 dev: true 2021 2130 resolution: ··· 5442 5551 resolution: 5443 5552 integrity: sha512-ZcYcZcT69nSLAR2oLN2JwNmLkJEKGooFMCdvOkFrToUt/WfcRWqhIg4P4KwY4dmLbuyXIx4o4YmPsvMRJYJd/w== 5444 5553 /slash/1.0.0: 5445 - dev: false 5554 + dev: true 5446 5555 engines: 5447 5556 node: '>=0.10.0' 5448 5557 resolution: ··· 6269 6378 resolution: 6270 6379 integrity: sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw== 6271 6380 specifiers: 6272 - '@babel/cli': ^7.5.0 6273 - '@babel/core': ^7.5.4 6274 - '@babel/preset-env': ^7.5.4 6381 + '@babel/cli': 7.5.5 6382 + '@babel/core': 7.5.5 6383 + '@babel/preset-env': 7.5.5 6275 6384 babel-jest: ^24.8.0 6276 6385 babel-plugin-root-import: ^6.3.0 6277 6386 eslint: ^6.0.1