-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
46 lines (46 loc) · 1.23 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
{
"name": "Twitch",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"sse": "^0.0.8"
}
},
"node_modules/options": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
"integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=",
"engines": {
"node": ">=0.4.0"
}
},
"node_modules/sse": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/sse/-/sse-0.0.8.tgz",
"integrity": "sha512-cviG7JH31TUhZeaEVhac3zTzA+2FwA7qvHziAHpb7mC7RNVJ/RbHN+6LIGsS2ugP4o2H15DWmrSMK+91CboIcg==",
"dependencies": {
"options": "0.0.6"
},
"engines": {
"node": ">=0.4.0"
}
}
},
"dependencies": {
"options": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
"integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8="
},
"sse": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/sse/-/sse-0.0.8.tgz",
"integrity": "sha512-cviG7JH31TUhZeaEVhac3zTzA+2FwA7qvHziAHpb7mC7RNVJ/RbHN+6LIGsS2ugP4o2H15DWmrSMK+91CboIcg==",
"requires": {
"options": "0.0.6"
}
}
}
}