Add UUID package
This commit is contained in:
parent
a9192e9423
commit
b9c9154f00
2 changed files with 16 additions and 1 deletions
|
|
@ -19,9 +19,11 @@
|
|||
"dependencies": {
|
||||
"@types/engine.io": "^3.1.4",
|
||||
"@types/socket.io": "^2.1.11",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"fs": "^0.0.1-security",
|
||||
"socket.io": "^2.3.0",
|
||||
"tslog": "^2.9.0",
|
||||
"typescript": "^4.0.3"
|
||||
"typescript": "^4.0.3",
|
||||
"uuid": "^8.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
|
|
@ -1,10 +1,12 @@
|
|||
dependencies:
|
||||
'@types/engine.io': 3.1.4
|
||||
'@types/socket.io': 2.1.11
|
||||
'@types/uuid': 8.3.0
|
||||
fs: 0.0.1-security
|
||||
socket.io: 2.3.0
|
||||
tslog: 2.9.0
|
||||
typescript: 4.0.3
|
||||
uuid: 8.3.1
|
||||
lockfileVersion: 5.1
|
||||
packages:
|
||||
/@types/engine.io/3.1.4:
|
||||
|
|
@ -24,6 +26,10 @@ packages:
|
|||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-bVprmqPhJMLb9ZCm8g0Xy8kwBFRbnanOWSxzWkDkkIwxTvud5tKMfAJymXX6LQbizUKCS1yima7JM4BeLqjNqA==
|
||||
/@types/uuid/8.3.0:
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
|
||||
/accepts/1.3.7:
|
||||
dependencies:
|
||||
mime-types: 2.1.27
|
||||
|
|
@ -300,6 +306,11 @@ packages:
|
|||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
|
||||
/uuid/8.3.1:
|
||||
dev: false
|
||||
hasBin: true
|
||||
resolution:
|
||||
integrity: sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
|
||||
/ws/6.1.4:
|
||||
dependencies:
|
||||
async-limiter: 1.0.1
|
||||
|
|
@ -333,7 +344,9 @@ packages:
|
|||
specifiers:
|
||||
'@types/engine.io': ^3.1.4
|
||||
'@types/socket.io': ^2.1.11
|
||||
'@types/uuid': ^8.3.0
|
||||
fs: ^0.0.1-security
|
||||
socket.io: ^2.3.0
|
||||
tslog: ^2.9.0
|
||||
typescript: ^4.0.3
|
||||
uuid: ^8.3.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue