-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 995 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 995 Bytes
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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@angular/youtube-player": {
"version": "10.1.3",
"resolved": "https://registry.npmjs.org/@angular/youtube-player/-/youtube-player-10.1.3.tgz",
"integrity": "sha512-UlpY15Vp/E/GG1WyWusNaHnzK6+lzpt17azTtTn0LQiU8ktMM5WGNAwIeB/R0+sNlpoxf+/5CVi917ASkwTLig==",
"requires": {
"@types/youtube": "^0.0.38",
"tslib": "^2.0.0"
},
"dependencies": {
"tslib": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.1.tgz",
"integrity": "sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ=="
}
}
},
"@types/youtube": {
"version": "0.0.38",
"resolved": "https://registry.npmjs.org/@types/youtube/-/youtube-0.0.38.tgz",
"integrity": "sha512-rS0nLlnnZIvOfBNT4957rkKRMHjHxutoVhSEzowocYgNiTMVBmN+Hbkf/L3TeGMMtts9uKZ9gw7O2JLHREVnIw=="
}
}
}