Lightcord/modules/discord_rpc/package-lock.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2020-05-18 22:22:31 +02:00
{
"name": "discord_rpc",
"version": "1.0.0",
2021-07-03 18:50:21 +02:00
"lockfileVersion": 2,
2020-05-18 22:22:31 +02:00
"requires": true,
2021-07-03 18:50:21 +02:00
"packages": {
"": {
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"ws": "^7.2.3"
},
"devDependencies": {}
},
"node_modules/ws": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.1.tgz",
"integrity": "sha512-2c6faOUH/nhoQN6abwMloF7Iyl0ZS2E9HGtsiLrWn0zOOMWlhtDmdf/uihDt6jnuCxgtwGBNy6Onsoy2s2O2Ow==",
"engines": {
"node": ">=8.3.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": "^5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
}
},
2020-05-18 22:22:31 +02:00
"dependencies": {
"ws": {
2021-07-03 18:50:21 +02:00
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.1.tgz",
"integrity": "sha512-2c6faOUH/nhoQN6abwMloF7Iyl0ZS2E9HGtsiLrWn0zOOMWlhtDmdf/uihDt6jnuCxgtwGBNy6Onsoy2s2O2Ow==",
"requires": {}
2020-05-18 22:22:31 +02:00
}
}
}