Add "arg" dependency

This commit is contained in:
Oliver-Akins 2020-10-22 19:54:17 -06:00
parent 7865026a0e
commit ef910ec402
2 changed files with 7 additions and 0 deletions

View file

@ -20,6 +20,7 @@
"@types/engine.io": "^3.1.4", "@types/engine.io": "^3.1.4",
"@types/socket.io": "^2.1.11", "@types/socket.io": "^2.1.11",
"@types/uuid": "^8.3.0", "@types/uuid": "^8.3.0",
"arg": "^4.1.3",
"fs": "^0.0.1-security", "fs": "^0.0.1-security",
"socket.io": "^2.3.0", "socket.io": "^2.3.0",
"tslog": "^2.9.0", "tslog": "^2.9.0",

6
pnpm-lock.yaml generated
View file

@ -2,6 +2,7 @@ dependencies:
'@types/engine.io': 3.1.4 '@types/engine.io': 3.1.4
'@types/socket.io': 2.1.11 '@types/socket.io': 2.1.11
'@types/uuid': 8.3.0 '@types/uuid': 8.3.0
arg: 4.1.3
fs: 0.0.1-security fs: 0.0.1-security
socket.io: 2.3.0 socket.io: 2.3.0
tslog: 2.9.0 tslog: 2.9.0
@ -43,6 +44,10 @@ packages:
dev: false dev: false
resolution: resolution:
integrity: sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8= integrity: sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=
/arg/4.1.3:
dev: false
resolution:
integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
/arraybuffer.slice/0.0.7: /arraybuffer.slice/0.0.7:
dev: false dev: false
resolution: resolution:
@ -345,6 +350,7 @@ specifiers:
'@types/engine.io': ^3.1.4 '@types/engine.io': ^3.1.4
'@types/socket.io': ^2.1.11 '@types/socket.io': ^2.1.11
'@types/uuid': ^8.3.0 '@types/uuid': ^8.3.0
arg: ^4.1.3
fs: ^0.0.1-security fs: ^0.0.1-security
socket.io: ^2.3.0 socket.io: ^2.3.0
tslog: ^2.9.0 tslog: ^2.9.0