mirror of
https://github.com/Astatin3/OldChatApp.git
synced 2026-06-08 16:18:04 -06:00
79 lines
2.9 KiB
JSON
79 lines
2.9 KiB
JSON
|
|
{
|
||
|
|
"name": "server",
|
||
|
|
"lockfileVersion": 2,
|
||
|
|
"requires": true,
|
||
|
|
"packages": {
|
||
|
|
"": {
|
||
|
|
"dependencies": {
|
||
|
|
"crypto": "^1.0.1",
|
||
|
|
"fs": "^0.0.1-security",
|
||
|
|
"querystring": "^0.2.1",
|
||
|
|
"ws": "^8.8.1"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/crypto": {
|
||
|
|
"version": "1.0.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
|
||
|
|
"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==",
|
||
|
|
"deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in."
|
||
|
|
},
|
||
|
|
"node_modules/fs": {
|
||
|
|
"version": "0.0.1-security",
|
||
|
|
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
|
||
|
|
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
|
||
|
|
},
|
||
|
|
"node_modules/querystring": {
|
||
|
|
"version": "0.2.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz",
|
||
|
|
"integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==",
|
||
|
|
"deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=0.4.x"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"node_modules/ws": {
|
||
|
|
"version": "8.8.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
|
||
|
|
"integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
|
||
|
|
"engines": {
|
||
|
|
"node": ">=10.0.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"bufferutil": "^4.0.1",
|
||
|
|
"utf-8-validate": "^5.0.2"
|
||
|
|
},
|
||
|
|
"peerDependenciesMeta": {
|
||
|
|
"bufferutil": {
|
||
|
|
"optional": true
|
||
|
|
},
|
||
|
|
"utf-8-validate": {
|
||
|
|
"optional": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"crypto": {
|
||
|
|
"version": "1.0.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
|
||
|
|
"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig=="
|
||
|
|
},
|
||
|
|
"fs": {
|
||
|
|
"version": "0.0.1-security",
|
||
|
|
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
|
||
|
|
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
|
||
|
|
},
|
||
|
|
"querystring": {
|
||
|
|
"version": "0.2.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz",
|
||
|
|
"integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg=="
|
||
|
|
},
|
||
|
|
"ws": {
|
||
|
|
"version": "8.8.1",
|
||
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.8.1.tgz",
|
||
|
|
"integrity": "sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==",
|
||
|
|
"requires": {}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|