-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
96 lines (96 loc) · 3.5 KB
/
package-lock.json
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
{
"name": "Web2-Project",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@angular/animations": "^12.0.1",
"@types/gapi": "^0.0.39",
"@types/gapi.auth2": "^0.0.54",
"ngx-toastr": "^14.0.0"
}
},
"node_modules/@angular/animations": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-12.0.1.tgz",
"integrity": "sha512-hgmM2pAxiwYgPzDeAFE2C1x43pHpD9tuVCeccL9SOMTMWmCvAuO8SeSaRYCQPP1Y8QQgL1YHqvYMoMfYuFM87Q==",
"dependencies": {
"tslib": "^2.1.0"
},
"engines": {
"node": "^12.14.1 || ^14.0.0"
},
"peerDependencies": {
"@angular/core": "12.0.1"
}
},
"node_modules/@types/gapi": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@types/gapi/-/gapi-0.0.39.tgz",
"integrity": "sha512-R1TZeZbvvbIC60DBJMhuOEivQHzOQtzl3uMDOOENTYQTSSDB6oEMpJo8HVPOTWivdUTbyEcB5qQOVr/JCKRlCQ=="
},
"node_modules/@types/gapi.auth2": {
"version": "0.0.54",
"resolved": "https://registry.npmjs.org/@types/gapi.auth2/-/gapi.auth2-0.0.54.tgz",
"integrity": "sha512-4HEphaKsGndb9+tnd2PBBmxloaij04iYXVsjgHpFxqbPFt5Le6pasoh5g5BEtwp/YEm9xDbzssp44BYR2/7RcQ==",
"dependencies": {
"@types/gapi": "*"
}
},
"node_modules/ngx-toastr": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-14.0.0.tgz",
"integrity": "sha512-dnDzSY73pF6FvNyxdh6ftfvXvUg6SU7MAT3orPUCzA77t3ZcFslro06zk4NCA2g67RF7dBwM0OJ/y0SN6fdGYw==",
"dependencies": {
"tslib": "^2.1.0"
},
"peerDependencies": {
"@angular/common": ">=12.0.0-0",
"@angular/core": ">=12.0.0-0",
"@angular/platform-browser": ">=12.0.0-0"
}
},
"node_modules/tslib": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
"integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w=="
}
},
"dependencies": {
"@angular/animations": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-12.0.1.tgz",
"integrity": "sha512-hgmM2pAxiwYgPzDeAFE2C1x43pHpD9tuVCeccL9SOMTMWmCvAuO8SeSaRYCQPP1Y8QQgL1YHqvYMoMfYuFM87Q==",
"requires": {
"tslib": "^2.1.0"
}
},
"@types/gapi": {
"version": "0.0.39",
"resolved": "https://registry.npmjs.org/@types/gapi/-/gapi-0.0.39.tgz",
"integrity": "sha512-R1TZeZbvvbIC60DBJMhuOEivQHzOQtzl3uMDOOENTYQTSSDB6oEMpJo8HVPOTWivdUTbyEcB5qQOVr/JCKRlCQ=="
},
"@types/gapi.auth2": {
"version": "0.0.54",
"resolved": "https://registry.npmjs.org/@types/gapi.auth2/-/gapi.auth2-0.0.54.tgz",
"integrity": "sha512-4HEphaKsGndb9+tnd2PBBmxloaij04iYXVsjgHpFxqbPFt5Le6pasoh5g5BEtwp/YEm9xDbzssp44BYR2/7RcQ==",
"requires": {
"@types/gapi": "*"
}
},
"ngx-toastr": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/ngx-toastr/-/ngx-toastr-14.0.0.tgz",
"integrity": "sha512-dnDzSY73pF6FvNyxdh6ftfvXvUg6SU7MAT3orPUCzA77t3ZcFslro06zk4NCA2g67RF7dBwM0OJ/y0SN6fdGYw==",
"requires": {
"tslib": "^2.1.0"
}
},
"tslib": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",
"integrity": "sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w=="
}
}
}