r3-websocket/package-lock.json

22 lines
671 B
JSON
Raw Permalink Normal View History

2018-08-20 17:26:45 +02:00
{
"name": "r3-websocket",
2018-11-22 12:41:49 +01:00
"version": "1.0.0",
2018-08-20 17:26:45 +02:00
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"ws": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz",
"integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==",
"requires": {
2018-11-22 12:41:49 +01:00
"async-limiter": "~1.0.0"
2018-08-20 17:26:45 +02:00
}
}
}
}