|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
| 5 | +"@angular-devkit/[email protected]", "@angular-devkit/core@^0.7.3": |
| 6 | + version "0.7.5" |
| 7 | + resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-0.7.5.tgz#49f7854ccadf3ddda8d0ea4359543a1cbdc6854d" |
| 8 | + dependencies: |
| 9 | + ajv "~6.4.0" |
| 10 | + chokidar "^2.0.3" |
| 11 | + rxjs "^6.0.0" |
| 12 | + source-map "^0.5.6" |
| 13 | + |
| 14 | +"@angular-devkit/[email protected]", "@angular-devkit/schematics@^0.7.3": |
| 15 | + version "0.7.5" |
| 16 | + resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-0.7.5.tgz#f46b121f29cb40ad6095285d27a515114a56c5d6" |
| 17 | + dependencies: |
| 18 | + "@angular-devkit/core" "0.7.5" |
| 19 | + rxjs "^6.0.0" |
| 20 | + |
5 | 21 | "@angular/common@^6.0.0":
|
6 | 22 | version "6.0.5"
|
7 | 23 | resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.0.5.tgz#7960e1cfc180afb4a1bd56371c48840173cc5a92"
|
|
159 | 175 | version "0.2.8"
|
160 | 176 | resolved "https://registry.yarnpkg.com/@firebase/webchannel-wrapper/-/webchannel-wrapper-0.2.8.tgz#38a936b60b898a1ad0f3719543ff1a1031f60f8b"
|
161 | 177 |
|
| 178 | +"@schematics/angular@^0.7.3": |
| 179 | + version "0.7.5" |
| 180 | + resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.7.5.tgz#ccb5ce587161b24042195e100be556ae19b3b7f6" |
| 181 | + dependencies: |
| 182 | + "@angular-devkit/core" "0.7.5" |
| 183 | + "@angular-devkit/schematics" "0.7.5" |
| 184 | + typescript ">=2.6.2 <2.10" |
| 185 | + |
162 | 186 |
|
163 | 187 | version "0.0.39"
|
164 | 188 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
@@ -244,6 +268,15 @@ ajv@^5.1.0:
|
244 | 268 | fast-json-stable-stringify "^2.0.0"
|
245 | 269 | json-schema-traverse "^0.3.0"
|
246 | 270 |
|
| 271 | +ajv@~6.4.0: |
| 272 | + version "6.4.0" |
| 273 | + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.4.0.tgz#d3aff78e9277549771daf0164cff48482b754fc6" |
| 274 | + dependencies: |
| 275 | + fast-deep-equal "^1.0.0" |
| 276 | + fast-json-stable-stringify "^2.0.0" |
| 277 | + json-schema-traverse "^0.3.0" |
| 278 | + uri-js "^3.0.2" |
| 279 | + |
247 | 280 | align-text@^0.1.1, align-text@^0.1.3:
|
248 | 281 | version "0.1.4"
|
249 | 282 | resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
|
@@ -309,6 +342,13 @@ anymatch@^1.3.0:
|
309 | 342 | micromatch "^2.1.5"
|
310 | 343 | normalize-path "^2.0.0"
|
311 | 344 |
|
| 345 | +anymatch@^2.0.0: |
| 346 | + version "2.0.0" |
| 347 | + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" |
| 348 | + dependencies: |
| 349 | + micromatch "^3.1.4" |
| 350 | + normalize-path "^2.1.1" |
| 351 | + |
312 | 352 | aproba@^1.0.3:
|
313 | 353 | version "1.2.0"
|
314 | 354 | resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
|
@@ -765,7 +805,7 @@ braces@^1.8.2:
|
765 | 805 | preserve "^0.2.0"
|
766 | 806 | repeat-element "^1.1.2"
|
767 | 807 |
|
768 |
| -braces@^2.3.1: |
| 808 | +braces@^2.3.0, braces@^2.3.1: |
769 | 809 | version "2.3.2"
|
770 | 810 | resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
|
771 | 811 | dependencies:
|
@@ -955,6 +995,25 @@ chokidar@^1.4.1, chokidar@^1.4.2, chokidar@^1.7.0:
|
955 | 995 | optionalDependencies:
|
956 | 996 | fsevents "^1.0.0"
|
957 | 997 |
|
| 998 | +chokidar@^2.0.3: |
| 999 | + version "2.0.4" |
| 1000 | + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.0.4.tgz#356ff4e2b0e8e43e322d18a372460bbcf3accd26" |
| 1001 | + dependencies: |
| 1002 | + anymatch "^2.0.0" |
| 1003 | + async-each "^1.0.0" |
| 1004 | + braces "^2.3.0" |
| 1005 | + glob-parent "^3.1.0" |
| 1006 | + inherits "^2.0.1" |
| 1007 | + is-binary-path "^1.0.0" |
| 1008 | + is-glob "^4.0.0" |
| 1009 | + lodash.debounce "^4.0.8" |
| 1010 | + normalize-path "^2.1.1" |
| 1011 | + path-is-absolute "^1.0.0" |
| 1012 | + readdirp "^2.0.0" |
| 1013 | + upath "^1.0.5" |
| 1014 | + optionalDependencies: |
| 1015 | + fsevents "^1.2.2" |
| 1016 | + |
958 | 1017 | chownr@^1.0.1:
|
959 | 1018 | version "1.0.1"
|
960 | 1019 | resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181"
|
@@ -2008,7 +2067,7 @@ fs.realpath@^1.0.0:
|
2008 | 2067 | version "1.0.0"
|
2009 | 2068 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
2010 | 2069 |
|
2011 |
| -fsevents@^1.0.0: |
| 2070 | +fsevents@^1.0.0, fsevents@^1.2.2: |
2012 | 2071 | version "1.2.4"
|
2013 | 2072 | resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426"
|
2014 | 2073 | dependencies:
|
@@ -2133,7 +2192,7 @@ glob-parent@^2.0.0:
|
2133 | 2192 | dependencies:
|
2134 | 2193 | is-glob "^2.0.0"
|
2135 | 2194 |
|
2136 |
| -glob-parent@^3.0.0: |
| 2195 | +glob-parent@^3.0.0, glob-parent@^3.1.0: |
2137 | 2196 | version "3.1.0"
|
2138 | 2197 | resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
|
2139 | 2198 | dependencies:
|
@@ -2786,7 +2845,7 @@ is-extglob@^1.0.0:
|
2786 | 2845 | version "1.0.0"
|
2787 | 2846 | resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
|
2788 | 2847 |
|
2789 |
| -is-extglob@^2.1.0: |
| 2848 | +is-extglob@^2.1.0, is-extglob@^2.1.1: |
2790 | 2849 | version "2.1.1"
|
2791 | 2850 | resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
2792 | 2851 |
|
@@ -2818,6 +2877,12 @@ is-glob@^3.1.0:
|
2818 | 2877 | dependencies:
|
2819 | 2878 | is-extglob "^2.1.0"
|
2820 | 2879 |
|
| 2880 | +is-glob@^4.0.0: |
| 2881 | + version "4.0.0" |
| 2882 | + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.0.tgz#9521c76845cc2610a85203ddf080a958c2ffabc0" |
| 2883 | + dependencies: |
| 2884 | + is-extglob "^2.1.1" |
| 2885 | + |
2821 | 2886 | is-module@^1.0.0:
|
2822 | 2887 | version "1.0.0"
|
2823 | 2888 | resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
|
@@ -3271,6 +3336,10 @@ lodash._root@^3.0.0:
|
3271 | 3336 | version "3.0.1"
|
3272 | 3337 | resolved "https://registry.yarnpkg.com/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
|
3273 | 3338 |
|
| 3339 | +lodash.debounce@^4.0.8: |
| 3340 | + version "4.0.8" |
| 3341 | + resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" |
| 3342 | + |
3274 | 3343 | lodash.escape@^3.0.0:
|
3275 | 3344 | version "3.2.0"
|
3276 | 3345 | resolved "https://registry.yarnpkg.com/lodash.escape/-/lodash.escape-3.2.0.tgz#995ee0dc18c1b48cc92effae71a10aab5b487698"
|
@@ -3526,7 +3595,7 @@ micromatch@^2.1.5, micromatch@^2.3.11, micromatch@^2.3.7:
|
3526 | 3595 | parse-glob "^3.0.4"
|
3527 | 3596 | regex-cache "^0.4.2"
|
3528 | 3597 |
|
3529 |
| -micromatch@^3.0.4: |
| 3598 | +micromatch@^3.0.4, micromatch@^3.1.4: |
3530 | 3599 | version "3.1.10"
|
3531 | 3600 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
3532 | 3601 | dependencies:
|
@@ -3815,7 +3884,7 @@ normalize-package-data@^2.3.0, normalize-package-data@^2.3.2, normalize-package-
|
3815 | 3884 | semver "2 || 3 || 4 || 5"
|
3816 | 3885 | validate-npm-package-license "^3.0.1"
|
3817 | 3886 |
|
3818 |
| -normalize-path@^2.0.0, normalize-path@^2.0.1: |
| 3887 | +normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1: |
3819 | 3888 | version "2.1.1"
|
3820 | 3889 | resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
|
3821 | 3890 | dependencies:
|
|
4312 | 4381 | version "1.4.1"
|
4313 | 4382 | resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
|
4314 | 4383 |
|
| 4384 | +punycode@^2.1.0: |
| 4385 | + version "2.1.1" |
| 4386 | + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" |
| 4387 | + |
4315 | 4388 |
|
4316 | 4389 | version "1.0.0"
|
4317 | 4390 | resolved "https://registry.yarnpkg.com/q/-/q-1.0.0.tgz#dc1f92c4587be54f7853b29dc28e6d243a88498d"
|
|
5460 | 5533 | version "1.8.10"
|
5461 | 5534 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-1.8.10.tgz#b475d6e0dff0bf50f296e5ca6ef9fbb5c7320f1e"
|
5462 | 5535 |
|
| 5536 | +"typescript@>=2.6.2 <2.10": |
| 5537 | + version "2.9.2" |
| 5538 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c" |
| 5539 | + |
5463 | 5540 | "typescript@>=2.7.2 <2.8.0":
|
5464 | 5541 | version "2.7.2"
|
5465 | 5542 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.2.tgz#2d615a1ef4aee4f574425cdff7026edf81919836"
|
@@ -5543,6 +5620,16 @@ unset-value@^1.0.0:
|
5543 | 5620 | has-value "^0.3.1"
|
5544 | 5621 | isobject "^3.0.0"
|
5545 | 5622 |
|
| 5623 | +upath@^1.0.5: |
| 5624 | + version "1.1.0" |
| 5625 | + resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.0.tgz#35256597e46a581db4793d0ce47fa9aebfc9fabd" |
| 5626 | + |
| 5627 | +uri-js@^3.0.2: |
| 5628 | + version "3.0.2" |
| 5629 | + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-3.0.2.tgz#f90b858507f81dea4dcfbb3c4c3dbfa2b557faaa" |
| 5630 | + dependencies: |
| 5631 | + punycode "^2.1.0" |
| 5632 | + |
5546 | 5633 | urix@^0.1.0:
|
5547 | 5634 | version "0.1.0"
|
5548 | 5635 | resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
|
|
0 commit comments