|
100 | 100 | lodash "^4.17.13"
|
101 | 101 | source-map "^0.5.0"
|
102 | 102 |
|
| 103 | +"@babel/generator@^7.7.4": |
| 104 | + version "7.7.4" |
| 105 | + resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369" |
| 106 | + integrity sha512-m5qo2WgdOJeyYngKImbkyQrnUN1mPceaG5BV+G0E3gWsa4l/jCSryWJdM2x8OuGAOyh+3d5pVYfZWCiNFtynxg== |
| 107 | + dependencies: |
| 108 | + "@babel/types" "^7.7.4" |
| 109 | + jsesc "^2.5.1" |
| 110 | + lodash "^4.17.13" |
| 111 | + source-map "^0.5.0" |
| 112 | + |
103 | 113 | "@babel/helper-annotate-as-pure@^7.0.0":
|
104 | 114 | version "7.0.0"
|
105 | 115 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
|
|
183 | 193 | "@babel/template" "^7.7.0"
|
184 | 194 | "@babel/types" "^7.7.0"
|
185 | 195 |
|
| 196 | +"@babel/helper-function-name@^7.7.4": |
| 197 | + version "7.7.4" |
| 198 | + resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e" |
| 199 | + integrity sha512-AnkGIdiBhEuiwdoMnKm7jfPfqItZhgRaZfMg1XX3bS25INOnLPjPG1Ppnajh8eqgt5kPJnfqrRHqFqmjKDZLzQ== |
| 200 | + dependencies: |
| 201 | + "@babel/helper-get-function-arity" "^7.7.4" |
| 202 | + "@babel/template" "^7.7.4" |
| 203 | + "@babel/types" "^7.7.4" |
| 204 | + |
186 | 205 | "@babel/helper-get-function-arity@^7.0.0":
|
187 | 206 | version "7.0.0"
|
188 | 207 | resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
|
|
197 | 216 | dependencies:
|
198 | 217 | "@babel/types" "^7.7.0"
|
199 | 218 |
|
| 219 | +"@babel/helper-get-function-arity@^7.7.4": |
| 220 | + version "7.7.4" |
| 221 | + resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0" |
| 222 | + integrity sha512-QTGKEdCkjgzgfJ3bAyRwF4yyT3pg+vDgan8DSivq1eS0gwi+KGKE5x8kRcbeFTb/673mkO5SN1IZfmCfA5o+EA== |
| 223 | + dependencies: |
| 224 | + "@babel/types" "^7.7.4" |
| 225 | + |
200 | 226 | "@babel/helper-hoist-variables@^7.4.4":
|
201 | 227 | version "7.4.4"
|
202 | 228 | resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz#0298b5f25c8c09c53102d52ac4a98f773eb2850a"
|
|
211 | 237 | dependencies:
|
212 | 238 | "@babel/types" "^7.5.5"
|
213 | 239 |
|
| 240 | +"@babel/helper-member-expression-to-functions@^7.7.4": |
| 241 | + version "7.7.4" |
| 242 | + resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.4.tgz#356438e2569df7321a8326644d4b790d2122cb74" |
| 243 | + integrity sha512-9KcA1X2E3OjXl/ykfMMInBK+uVdfIVakVe7W7Lg3wfXUNyS3Q1HWLFRwZIjhqiCGbslummPDnmb7vIekS0C1vw== |
| 244 | + dependencies: |
| 245 | + "@babel/types" "^7.7.4" |
| 246 | + |
214 | 247 | "@babel/helper-module-imports@^7.0.0":
|
215 | 248 | version "7.0.0"
|
216 | 249 | resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d"
|
|
237 | 270 | dependencies:
|
238 | 271 | "@babel/types" "^7.0.0"
|
239 | 272 |
|
| 273 | +"@babel/helper-optimise-call-expression@^7.7.4": |
| 274 | + version "7.7.4" |
| 275 | + resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2" |
| 276 | + integrity sha512-VB7gWZ2fDkSuqW6b1AKXkJWO5NyNI3bFL/kK79/30moK57blr6NbH8xcl2XcKCwOmJosftWunZqfO84IGq3ZZg== |
| 277 | + dependencies: |
| 278 | + "@babel/types" "^7.7.4" |
| 279 | + |
240 | 280 | "@babel/helper-plugin-utils@^7.0.0":
|
241 | 281 | version "7.0.0"
|
242 | 282 | resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
|
|
270 | 310 | "@babel/traverse" "^7.5.5"
|
271 | 311 | "@babel/types" "^7.5.5"
|
272 | 312 |
|
| 313 | +"@babel/helper-replace-supers@^7.7.4": |
| 314 | + version "7.7.4" |
| 315 | + resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.7.4.tgz#3c881a6a6a7571275a72d82e6107126ec9e2cdd2" |
| 316 | + integrity sha512-pP0tfgg9hsZWo5ZboYGuBn/bbYT/hdLPVSS4NMmiRJdwWhP0IznPwN9AE1JwyGsjSPLC364I0Qh5p+EPkGPNpg== |
| 317 | + dependencies: |
| 318 | + "@babel/helper-member-expression-to-functions" "^7.7.4" |
| 319 | + "@babel/helper-optimise-call-expression" "^7.7.4" |
| 320 | + "@babel/traverse" "^7.7.4" |
| 321 | + "@babel/types" "^7.7.4" |
| 322 | + |
273 | 323 | "@babel/helper-simple-access@^7.1.0":
|
274 | 324 | version "7.1.0"
|
275 | 325 | resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c"
|
|
292 | 342 | dependencies:
|
293 | 343 | "@babel/types" "^7.7.0"
|
294 | 344 |
|
| 345 | +"@babel/helper-split-export-declaration@^7.7.4": |
| 346 | + version "7.7.4" |
| 347 | + resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8" |
| 348 | + integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug== |
| 349 | + dependencies: |
| 350 | + "@babel/types" "^7.7.4" |
| 351 | + |
295 | 352 | "@babel/helper-wrap-function@^7.1.0":
|
296 | 353 | version "7.2.0"
|
297 | 354 | resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
|
|
344 | 401 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.7.0.tgz#232618f6e8947bc54b407fa1f1c91a22758e7159"
|
345 | 402 | integrity sha512-GqL+Z0d7B7ADlQBMXlJgvXEbtt5qlqd1YQ5fr12hTSfh7O/vgrEIvJxU2e7aSVrEUn75zTZ6Nd0s8tthrlZnrQ==
|
346 | 403 |
|
| 404 | +"@babel/parser@^7.7.4": |
| 405 | + version "7.7.5" |
| 406 | + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71" |
| 407 | + integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig== |
| 408 | + |
347 | 409 | "@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
348 | 410 | version "7.2.0"
|
349 | 411 | resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
|
|
853 | 915 | "@babel/parser" "^7.7.0"
|
854 | 916 | "@babel/types" "^7.7.0"
|
855 | 917 |
|
| 918 | +"@babel/template@^7.7.4": |
| 919 | + version "7.7.4" |
| 920 | + resolved "https://registry.npmjs.org/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b" |
| 921 | + integrity sha512-qUzihgVPguAzXCK7WXw8pqs6cEwi54s3E+HrejlkuWO6ivMKx9hZl3Y2fSXp9i5HgyWmj7RKP+ulaYnKM4yYxw== |
| 922 | + dependencies: |
| 923 | + "@babel/code-frame" "^7.0.0" |
| 924 | + "@babel/parser" "^7.7.4" |
| 925 | + "@babel/types" "^7.7.4" |
| 926 | + |
856 | 927 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.4.5", "@babel/traverse@^7.5.5":
|
857 | 928 | version "7.5.5"
|
858 | 929 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
|
|
898 | 969 | globals "^11.1.0"
|
899 | 970 | lodash "^4.17.13"
|
900 | 971 |
|
| 972 | +"@babel/traverse@^7.7.4": |
| 973 | + version "7.7.4" |
| 974 | + resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558" |
| 975 | + integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw== |
| 976 | + dependencies: |
| 977 | + "@babel/code-frame" "^7.5.5" |
| 978 | + "@babel/generator" "^7.7.4" |
| 979 | + "@babel/helper-function-name" "^7.7.4" |
| 980 | + "@babel/helper-split-export-declaration" "^7.7.4" |
| 981 | + "@babel/parser" "^7.7.4" |
| 982 | + "@babel/types" "^7.7.4" |
| 983 | + debug "^4.1.0" |
| 984 | + globals "^11.1.0" |
| 985 | + lodash "^4.17.13" |
| 986 | + |
901 | 987 | "@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
|
902 | 988 | version "7.5.5"
|
903 | 989 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
|
|
934 | 1020 | lodash "^4.17.13"
|
935 | 1021 | to-fast-properties "^2.0.0"
|
936 | 1022 |
|
| 1023 | +"@babel/types@^7.7.4": |
| 1024 | + version "7.7.4" |
| 1025 | + resolved "https://registry.npmjs.org/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193" |
| 1026 | + integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA== |
| 1027 | + dependencies: |
| 1028 | + esutils "^2.0.2" |
| 1029 | + lodash "^4.17.13" |
| 1030 | + to-fast-properties "^2.0.0" |
| 1031 | + |
937 | 1032 | "@cnakazawa/watch@^1.0.3":
|
938 | 1033 | version "1.0.3"
|
939 | 1034 | resolved "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"
|
@@ -3355,6 +3450,11 @@ babel-plugin-htmlbars-inline-precompile@^2.1.1:
|
3355 | 3450 | resolved "https://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-2.1.1.tgz#59edd4eab28d27fbafa26d51bc19795278d103a9"
|
3356 | 3451 | integrity sha512-obo5//IFrEZNAQovcXxOXLn5nwkQ0Y+xhR7AMg1sYR6W7KxQLZI9/XzbIytVhjwwY+Bd2e0+qyHEplJbHyZ1Og==
|
3357 | 3452 |
|
| 3453 | +babel-plugin-htmlbars-inline-precompile@^3.0.0: |
| 3454 | + version "3.0.1" |
| 3455 | + resolved "https://registry.npmjs.org/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-3.0.1.tgz#e1e38a4087f446578e419a21c112530c8df02345" |
| 3456 | + integrity sha512-ZiFY0nQjtdMPGIDwp/5LYOs6rCr54QfcSV5nPbrA7C++Fv4Vb2Q/qrKYx78t+dwmARJztnOBlObFk4z8veHxNA== |
| 3457 | + |
3358 | 3458 | babel-plugin-module-resolver@^3.1.1, babel-plugin-module-resolver@^3.2.0:
|
3359 | 3459 | version "3.2.0"
|
3360 | 3460 | resolved "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-3.2.0.tgz#ddfa5e301e3b9aa12d852a9979f18b37881ff5a7"
|
|
0 commit comments