-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
38 lines (38 loc) · 1.36 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
{
"name": "librtmp",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"is": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/is/-/is-3.3.0.tgz",
"integrity": "sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg=="
},
"moment": {
"version": "2.24.0",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz",
"integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg=="
},
"random-js": {
"version": "1.0.8",
"resolved": "https://registry.npmjs.org/random-js/-/random-js-1.0.8.tgz",
"integrity": "sha1-lo/WiabyXWwKrHZig94vaIycGQo="
},
"rtmp-amf": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/rtmp-amf/-/rtmp-amf-1.0.0.tgz",
"integrity": "sha512-X7Gl/a1P2aoRP3DYRuTIavEmlRFspiLSgVGXHjhOBWiWw5ACl9r1Tlnc/W72uC8DsEQnOTJLHZ+ZOMLww27vLQ=="
},
"rtmp-handshake": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/rtmp-handshake/-/rtmp-handshake-1.0.0.tgz",
"integrity": "sha512-WbakBFbmm+aG244hlEvsWyTmvxDNG09amsdqkiYn19E/RaWl1hpWvo3ktGT8EUug9VDQy295Bz2pVP72/PRouw==",
"requires": {
"is": "3.3.0",
"moment": "2.24.0",
"random-js": "1.0.8"
}
}
}
}