Add csv-parser to the deps
This commit is contained in:
parent
5f9318f4e5
commit
d84567cc3a
2 changed files with 16 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
||||||
"@types/engine.io": "^3.1.4",
|
"@types/engine.io": "^3.1.4",
|
||||||
"@types/node": "^14.14.14",
|
"@types/node": "^14.14.14",
|
||||||
"@types/socket.io": "^2.1.12",
|
"@types/socket.io": "^2.1.12",
|
||||||
|
"csv-parser": "^3.0.0",
|
||||||
"fs": "^0.0.1-security",
|
"fs": "^0.0.1-security",
|
||||||
"socket.io": "^3.0.4",
|
"socket.io": "^3.0.4",
|
||||||
"toml": "^3.0.0",
|
"toml": "^3.0.0",
|
||||||
|
|
|
||||||
15
server/pnpm-lock.yaml
generated
15
server/pnpm-lock.yaml
generated
|
|
@ -2,6 +2,7 @@ dependencies:
|
||||||
'@types/engine.io': 3.1.4
|
'@types/engine.io': 3.1.4
|
||||||
'@types/node': 14.14.14
|
'@types/node': 14.14.14
|
||||||
'@types/socket.io': 2.1.12
|
'@types/socket.io': 2.1.12
|
||||||
|
csv-parser: 3.0.0
|
||||||
fs: 0.0.1-security
|
fs: 0.0.1-security
|
||||||
socket.io: 3.0.4
|
socket.io: 3.0.4
|
||||||
toml: 3.0.0
|
toml: 3.0.0
|
||||||
|
|
@ -88,6 +89,15 @@ packages:
|
||||||
node: '>= 0.10'
|
node: '>= 0.10'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==
|
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:
|
/debug/4.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.1.3
|
ms: 2.1.3
|
||||||
|
|
@ -135,6 +145,10 @@ packages:
|
||||||
node: '>= 0.6'
|
node: '>= 0.6'
|
||||||
resolution:
|
resolution:
|
||||||
integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
|
integrity: sha512-JIhqnCasI9yD+SsmkquHBxTSEuZdQX5BuQnS2Vc7puQQQ+8yiP5AY5uWhpdv4YL4VM5c6iliiYWPgJ/nJQLp7w==
|
||||||
|
/minimist/1.2.5:
|
||||||
|
dev: false
|
||||||
|
resolution:
|
||||||
|
integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
||||||
/ms/2.1.3:
|
/ms/2.1.3:
|
||||||
dev: false
|
dev: false
|
||||||
resolution:
|
resolution:
|
||||||
|
|
@ -230,6 +244,7 @@ specifiers:
|
||||||
'@types/engine.io': ^3.1.4
|
'@types/engine.io': ^3.1.4
|
||||||
'@types/node': ^14.14.14
|
'@types/node': ^14.14.14
|
||||||
'@types/socket.io': ^2.1.12
|
'@types/socket.io': ^2.1.12
|
||||||
|
csv-parser: ^3.0.0
|
||||||
fs: ^0.0.1-security
|
fs: ^0.0.1-security
|
||||||
socket.io: ^3.0.4
|
socket.io: ^3.0.4
|
||||||
toml: ^3.0.0
|
toml: ^3.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue