|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@ampproject/remapping@^2.1.0": |
6 | | - version "2.1.2" |
7 | | - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34" |
8 | | - integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg== |
9 | | - dependencies: |
10 | | - "@jridgewell/trace-mapping" "^0.3.0" |
11 | | - |
12 | 5 | "@angular/common@^10.0.3": |
13 | 6 | version "10.2.4" |
14 | 7 | resolved "https://registry.yarnpkg.com/@angular/common/-/common-10.2.4.tgz#fb1772ea5780c96e00411900c54457f0cbcf401b" |
|
68 | 61 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa" |
69 | 62 | integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew== |
70 | 63 |
|
71 | | -"@babel/compat-data@^7.16.4": |
72 | | - version "7.17.0" |
73 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34" |
74 | | - integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng== |
75 | | - |
76 | 64 | "@babel/core@^7.1.0", "@babel/core@^7.1.6", "@babel/core@^7.12.0", "@babel/core@^7.3.4": |
77 | 65 | version "7.13.14" |
78 | 66 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06" |
|
136 | 124 | semver "^6.3.0" |
137 | 125 | source-map "^0.5.0" |
138 | 126 |
|
139 | | -"@babel/core@^7.17.5": |
140 | | - version "7.17.5" |
141 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225" |
142 | | - integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA== |
143 | | - dependencies: |
144 | | - "@ampproject/remapping" "^2.1.0" |
145 | | - "@babel/code-frame" "^7.16.7" |
146 | | - "@babel/generator" "^7.17.3" |
147 | | - "@babel/helper-compilation-targets" "^7.16.7" |
148 | | - "@babel/helper-module-transforms" "^7.16.7" |
149 | | - "@babel/helpers" "^7.17.2" |
150 | | - "@babel/parser" "^7.17.3" |
151 | | - "@babel/template" "^7.16.7" |
152 | | - "@babel/traverse" "^7.17.3" |
153 | | - "@babel/types" "^7.17.0" |
154 | | - convert-source-map "^1.7.0" |
155 | | - debug "^4.1.0" |
156 | | - gensync "^1.0.0-beta.2" |
157 | | - json5 "^2.1.2" |
158 | | - semver "^6.3.0" |
159 | | - |
160 | 127 | "@babel/generator@^7.13.9", "@babel/generator@^7.16.0": |
161 | 128 | version "7.16.0" |
162 | 129 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2" |
|
184 | 151 | jsesc "^2.5.1" |
185 | 152 | source-map "^0.5.0" |
186 | 153 |
|
187 | | -"@babel/generator@^7.17.3": |
188 | | - version "7.17.3" |
189 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200" |
190 | | - integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg== |
191 | | - dependencies: |
192 | | - "@babel/types" "^7.17.0" |
193 | | - jsesc "^2.5.1" |
194 | | - source-map "^0.5.0" |
195 | | - |
196 | 154 | "@babel/helper-annotate-as-pure@^7.12.13": |
197 | 155 | version "7.12.13" |
198 | 156 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" |
|
242 | 200 | browserslist "^4.17.5" |
243 | 201 | semver "^6.3.0" |
244 | 202 |
|
245 | | -"@babel/helper-compilation-targets@^7.16.7": |
246 | | - version "7.16.7" |
247 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b" |
248 | | - integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA== |
249 | | - dependencies: |
250 | | - "@babel/compat-data" "^7.16.4" |
251 | | - "@babel/helper-validator-option" "^7.16.7" |
252 | | - browserslist "^4.17.5" |
253 | | - semver "^6.3.0" |
254 | | - |
255 | 203 | "@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.5.5": |
256 | 204 | version "7.13.11" |
257 | 205 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6" |
|
428 | 376 | dependencies: |
429 | 377 | "@babel/types" "^7.16.0" |
430 | 378 |
|
431 | | -"@babel/helper-module-imports@^7.16.7": |
432 | | - version "7.16.7" |
433 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437" |
434 | | - integrity sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg== |
435 | | - dependencies: |
436 | | - "@babel/types" "^7.16.7" |
437 | | - |
438 | 379 | "@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.15.4": |
439 | 380 | version "7.15.4" |
440 | 381 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c" |
|
463 | 404 | "@babel/traverse" "^7.16.0" |
464 | 405 | "@babel/types" "^7.16.0" |
465 | 406 |
|
466 | | -"@babel/helper-module-transforms@^7.16.7": |
467 | | - version "7.17.6" |
468 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.6.tgz#3c3b03cc6617e33d68ef5a27a67419ac5199ccd0" |
469 | | - integrity sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA== |
470 | | - dependencies: |
471 | | - "@babel/helper-environment-visitor" "^7.16.7" |
472 | | - "@babel/helper-module-imports" "^7.16.7" |
473 | | - "@babel/helper-simple-access" "^7.16.7" |
474 | | - "@babel/helper-split-export-declaration" "^7.16.7" |
475 | | - "@babel/helper-validator-identifier" "^7.16.7" |
476 | | - "@babel/template" "^7.16.7" |
477 | | - "@babel/traverse" "^7.17.3" |
478 | | - "@babel/types" "^7.17.0" |
479 | | - |
480 | 407 | "@babel/helper-optimise-call-expression@^7.12.13", "@babel/helper-optimise-call-expression@^7.15.4": |
481 | 408 | version "7.15.4" |
482 | 409 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171" |
|
562 | 489 | dependencies: |
563 | 490 | "@babel/types" "^7.16.0" |
564 | 491 |
|
565 | | -"@babel/helper-simple-access@^7.16.7": |
566 | | - version "7.16.7" |
567 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7" |
568 | | - integrity sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g== |
569 | | - dependencies: |
570 | | - "@babel/types" "^7.16.7" |
571 | | - |
572 | 492 | "@babel/helper-skip-transparent-expression-wrappers@^7.12.1": |
573 | 493 | version "7.12.1" |
574 | 494 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf" |
|
657 | 577 | "@babel/traverse" "^7.15.4" |
658 | 578 | "@babel/types" "^7.15.4" |
659 | 579 |
|
660 | | -"@babel/helpers@^7.17.2": |
661 | | - version "7.17.2" |
662 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417" |
663 | | - integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ== |
664 | | - dependencies: |
665 | | - "@babel/template" "^7.16.7" |
666 | | - "@babel/traverse" "^7.17.0" |
667 | | - "@babel/types" "^7.17.0" |
668 | | - |
669 | 580 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5": |
670 | 581 | version "7.14.5" |
671 | 582 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9" |
|
713 | 624 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17" |
714 | 625 | integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw== |
715 | 626 |
|
716 | | -"@babel/parser@^7.17.3": |
717 | | - version "7.17.3" |
718 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" |
719 | | - integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== |
720 | | - |
721 | 627 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12": |
722 | 628 | version "7.13.12" |
723 | 629 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a" |
|
1177 | 1083 | "@babel/helper-simple-access" "^7.16.0" |
1178 | 1084 | babel-plugin-dynamic-import-node "^2.3.3" |
1179 | 1085 |
|
1180 | | -"@babel/plugin-transform-modules-commonjs@^7.16.8": |
1181 | | - version "7.16.8" |
1182 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz#cdee19aae887b16b9d331009aa9a219af7c86afe" |
1183 | | - integrity sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA== |
1184 | | - dependencies: |
1185 | | - "@babel/helper-module-transforms" "^7.16.7" |
1186 | | - "@babel/helper-plugin-utils" "^7.16.7" |
1187 | | - "@babel/helper-simple-access" "^7.16.7" |
1188 | | - babel-plugin-dynamic-import-node "^2.3.3" |
1189 | | - |
1190 | 1086 | "@babel/plugin-transform-modules-systemjs@^7.13.8": |
1191 | 1087 | version "7.13.8" |
1192 | 1088 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.13.8.tgz#6d066ee2bff3c7b3d60bf28dec169ad993831ae3" |
|
1598 | 1494 | debug "^4.1.0" |
1599 | 1495 | globals "^11.1.0" |
1600 | 1496 |
|
1601 | | -"@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3": |
1602 | | - version "7.17.3" |
1603 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
1604 | | - integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
1605 | | - dependencies: |
1606 | | - "@babel/code-frame" "^7.16.7" |
1607 | | - "@babel/generator" "^7.17.3" |
1608 | | - "@babel/helper-environment-visitor" "^7.16.7" |
1609 | | - "@babel/helper-function-name" "^7.16.7" |
1610 | | - "@babel/helper-hoist-variables" "^7.16.7" |
1611 | | - "@babel/helper-split-export-declaration" "^7.16.7" |
1612 | | - "@babel/parser" "^7.17.3" |
1613 | | - "@babel/types" "^7.17.0" |
1614 | | - debug "^4.1.0" |
1615 | | - globals "^11.1.0" |
1616 | | - |
1617 | 1497 | |
1618 | 1498 | version "7.8.3" |
1619 | 1499 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c" |
|
1656 | 1536 | "@babel/helper-validator-identifier" "^7.16.7" |
1657 | 1537 | to-fast-properties "^2.0.0" |
1658 | 1538 |
|
1659 | | -"@babel/types@^7.17.0": |
1660 | | - version "7.17.0" |
1661 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" |
1662 | | - integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== |
1663 | | - dependencies: |
1664 | | - "@babel/helper-validator-identifier" "^7.16.7" |
1665 | | - to-fast-properties "^2.0.0" |
1666 | | - |
1667 | 1539 | "@cnakazawa/watch@^1.0.3": |
1668 | 1540 | version "1.0.4" |
1669 | 1541 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
|
2259 | 2131 | "@types/yargs" "^16.0.0" |
2260 | 2132 | chalk "^4.0.0" |
2261 | 2133 |
|
2262 | | -"@jridgewell/resolve-uri@^3.0.3": |
2263 | | - version "3.0.5" |
2264 | | - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c" |
2265 | | - integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew== |
2266 | | - |
2267 | | -"@jridgewell/sourcemap-codec@^1.4.10": |
2268 | | - version "1.4.11" |
2269 | | - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec" |
2270 | | - integrity sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg== |
2271 | | - |
2272 | | -"@jridgewell/trace-mapping@^0.3.0": |
2273 | | - version "0.3.4" |
2274 | | - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz#f6a0832dffd5b8a6aaa633b7d9f8e8e94c83a0c3" |
2275 | | - integrity sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ== |
2276 | | - dependencies: |
2277 | | - "@jridgewell/resolve-uri" "^3.0.3" |
2278 | | - "@jridgewell/sourcemap-codec" "^1.4.10" |
2279 | | - |
2280 | 2134 | |
2281 | 2135 | version "3.13.3" |
2282 | 2136 | resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.13.3.tgz#f4c1674839780e458f0426d4f7b6d0a77b9a2ae9" |
|
0 commit comments