Remove CSV-parser
This commit is contained in:
parent
00e78b60c0
commit
69ef805b65
2 changed files with 0 additions and 16 deletions
|
|
@ -15,7 +15,6 @@
|
|||
"@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",
|
||||
|
|
|
|||
15
server/pnpm-lock.yaml
generated
15
server/pnpm-lock.yaml
generated
|
|
@ -2,7 +2,6 @@ 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
|
||||
|
|
@ -89,15 +88,6 @@ 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
|
||||
|
|
@ -145,10 +135,6 @@ 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:
|
||||
|
|
@ -244,7 +230,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue