Files
CocosCreatorTutorial/WebsocketTSDemo/server/package-lock.json
2019-03-04 15:22:37 +08:00

20 lines
622 B
JSON

{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"ws": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.0.0.tgz",
"integrity": "sha512-XXG4S0b771C68AeTHebBsJJBZMguxj7Em+D657RViuj6ppRd3tfuOhIK8eGwZGNb76C8MjQfCTfH2NN50rJN4w==",
"requires": {
"async-limiter": "1.0.0"
}
}
}
}