diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2019-10-29 00:05:34 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2019-10-29 00:05:34 -0400 |
commit | c6f4969b766c10674911d6fed034cc792333dc23 (patch) | |
tree | 7ce944e0d7d3003d3496787b7095a6251cdf8993 /package-lock.json | |
parent | ae7f2b5ef9c724a2e346e351cb9bd7906c236361 (diff) | |
download | rogue.js-c6f4969b766c10674911d6fed034cc792333dc23.tar.gz rogue.js-c6f4969b766c10674911d6fed034cc792333dc23.tar.bz2 rogue.js-c6f4969b766c10674911d6fed034cc792333dc23.zip |
Starting to add bits for the server
Really not excited about the quality of example code out in the wild to
learn from
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json index 01460b6..49475b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,11 @@ "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, + "uuid": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", + "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + }, "ws": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/ws/-/ws-7.2.0.tgz", |