-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
34 lines (34 loc) · 932 Bytes
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "Real-Time_Chat-Application",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"env": "^0.0.2",
"yarn": "^1.22.21"
}
},
"node_modules/env": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/env/-/env-0.0.2.tgz",
"integrity": "sha512-yP8LfjO4ughSHD/3HgLPinWzexmaOGvRfs2TFx0SZhOm7j1xPi9evjuGcLiNVHIGLmcsgMak4eDbBzlYqGIVxw==",
"engines": {
"node": ">= 0.5.9"
}
},
"node_modules/yarn": {
"version": "1.22.21",
"resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.21.tgz",
"integrity": "sha512-ynXaJsADJ9JiZ84zU25XkPGOvVMmZ5b7tmTSpKURYwgELdjucAOydqIOrOfTxVYcNXe91xvLZwcRh68SR3liCg==",
"hasInstallScript": true,
"bin": {
"yarn": "bin/yarn.js",
"yarnpkg": "bin/yarn.js"
},
"engines": {
"node": ">=4.0.0"
}
}
}
}