forked from GustavoCostaW/ngc-float-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn.lock
96 lines (79 loc) · 3.33 KB
/
yarn.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@angular/common@^4.0.0":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-4.3.2.tgz#2fbd97b39e845399c3457e1d55abc6b1f60e09b8"
dependencies:
tslib "^1.7.1"
"@angular/compiler@^4.0.0":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.3.2.tgz#b7922d0b2087a82e7b516a1c111a5993054f68b3"
dependencies:
tslib "^1.7.1"
"@angular/core@^4.0.0":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.3.2.tgz#ea78341c3501ad8f43b51ffb183e200dc19844c3"
dependencies:
tslib "^1.7.1"
"@angular/material@^2.0.0-beta.5":
version "2.0.0-beta.8"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-2.0.0-beta.8.tgz#a92852abc9261aea26c2401f576645470be2cf38"
dependencies:
tslib "^1.7.1"
"@angular/platform-browser-dynamic@^4.0.0":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-4.3.2.tgz#f434f1a2e70f53803f19f8fd4f466516fc34eed5"
dependencies:
tslib "^1.7.1"
"@angular/platform-browser@^4.0.0":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-4.3.2.tgz#7ff0f6a5c29f138faeeb7ab808eb7ab202a08594"
dependencies:
tslib "^1.7.1"
"@angular/platform-server@^4.0.0":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-4.3.2.tgz#6139143a7f8aaa0130b851c2f5ae4fa04ba5d450"
dependencies:
parse5 "^3.0.1"
tslib "^1.7.1"
xhr2 "^0.1.4"
"@types/node@^6.0.46":
version "6.0.85"
resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.85.tgz#ec02bfe54a61044f2be44f13b389c6a0e8ee05ae"
"@types/node@^8.0.7":
version "8.0.19"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.19.tgz#e46e2b0243de7d03f15b26b45c59ebb84f657a4e"
ngc-float-button@^0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/ngc-float-button/-/ngc-float-button-0.0.8.tgz#387486fdb5d353d139d9f95d3a5addf487f09235"
dependencies:
"@angular/common" "^4.0.0"
"@angular/compiler" "^4.0.0"
"@angular/core" "^4.0.0"
"@angular/material" "^2.0.0-beta.5"
"@angular/platform-browser" "^4.0.0"
"@angular/platform-browser-dynamic" "^4.0.0"
"@angular/platform-server" "^4.0.0"
rxjs "^5.4.2"
parse5@^3.0.1:
version "3.0.2"
resolved "https://registry.yarnpkg.com/parse5/-/parse5-3.0.2.tgz#05eff57f0ef4577fb144a79f8b9a967a6cc44510"
dependencies:
"@types/node" "^6.0.46"
rxjs@^5.4.2:
version "5.4.2"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.4.2.tgz#2a3236fcbf03df57bae06fd6972fd99e5c08fcf7"
dependencies:
symbol-observable "^1.0.1"
symbol-observable@^1.0.1:
version "1.0.4"
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.4.tgz#29bf615d4aa7121bdd898b22d4b3f9bc4e2aa03d"
tslib@^1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
typescript@^2.4.1:
version "2.4.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.2.tgz#f8395f85d459276067c988aa41837a8f82870844"
xhr2@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/xhr2/-/xhr2-0.1.4.tgz#7f87658847716db5026323812f818cadab387a5f"