forked from SocketCluster/sc-stateless-presence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
35 lines (35 loc) · 1.31 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
{
"name": "sc-stateless-presence",
"version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"consumable-stream": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/consumable-stream/-/consumable-stream-2.0.0.tgz",
"integrity": "sha512-I6WA2JVYXs/68rEvi1ie3rZjP6qusTVFEQkbzR+WC+fY56TpwiGTIDJETsrnlxv5CsnmK69ps6CkYvIbpEEqBA=="
},
"lodash.isempty": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/lodash.isempty/-/lodash.isempty-4.4.0.tgz",
"integrity": "sha1-b4bL7di+TsmHvpqvM8loTbGzHn4="
},
"stream-demux": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/stream-demux/-/stream-demux-8.0.0.tgz",
"integrity": "sha512-vt6P85yEUxiapK9F+ET5BLyto1DnCD4Sl7MlDklDgcb4K5SGXPtOPz9DiP7vTooJ1wW1F/VRPlcSV22Coeim1A==",
"requires": {
"consumable-stream": "^2.0.0",
"writable-consumable-stream": "^2.0.0"
}
},
"writable-consumable-stream": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/writable-consumable-stream/-/writable-consumable-stream-2.0.0.tgz",
"integrity": "sha512-SITambzxtPTFU/wR82h+zOKGBiEv5V8gC1mt8xvoE1/168ApEa8H+6s2UToYJo3VLL7sNYTaApKuPD+pZHMGJQ==",
"requires": {
"consumable-stream": "^2.0.0"
}
}
}
}