diff --git a/server/package.json b/server/package.json index 78b04c5..4f1e790 100644 --- a/server/package.json +++ b/server/package.json @@ -15,6 +15,7 @@ "@types/engine.io": "^3.1.4", "@types/node": "^14.14.14", "@types/socket.io": "^2.1.12", + "csv-parser": "^3.0.0", "fs": "^0.0.1-security", "socket.io": "^3.0.4", "toml": "^3.0.0", diff --git a/server/pnpm-lock.yaml b/server/pnpm-lock.yaml index e2877b0..cb77a8e 100644 --- a/server/pnpm-lock.yaml +++ b/server/pnpm-lock.yaml @@ -2,6 +2,7 @@ dependencies: '@types/engine.io': 3.1.4 '@types/node': 14.14.14 '@types/socket.io': 2.1.12 + csv-parser: 3.0.0 fs: 0.0.1-security socket.io: 3.0.4 toml: 3.0.0 @@ -88,6 +89,15 @@ packages: node: '>= 0.10' resolution: integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== + /csv-parser/3.0.0: + dependencies: + minimist: 1.2.5 + dev: false + engines: + node: '>= 10' + hasBin: true + resolution: + integrity: sha512-s6OYSXAK3IdKqYO33y09jhypG/bSDHPuyCme/IdEHfWpLf/jKcpitVFyOC6UemgGk8v7Q5u2XE0vvwmanxhGlQ== /debug/4.1.1: dependencies: ms: 2.1.3 @@ -135,6 +145,10 @@ packages: node: '>= 0.6' resolution: integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w== + /minimist/1.2.5: + dev: false + resolution: + integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== /ms/2.1.3: dev: false resolution: @@ -230,6 +244,7 @@ specifiers: '@types/engine.io': ^3.1.4 '@types/node': ^14.14.14 '@types/socket.io': ^2.1.12 + csv-parser: ^3.0.0 fs: ^0.0.1-security socket.io: ^3.0.4 toml: ^3.0.0