Skip to content

Instantly share code, notes, and snippets.

@MrMcyeet
Created March 25, 2021 10:20
Show Gist options
  • Select an option

  • Save MrMcyeet/a5c5231eceec64fc8365686d94538e0b to your computer and use it in GitHub Desktop.

Select an option

Save MrMcyeet/a5c5231eceec64fc8365686d94538e0b to your computer and use it in GitHub Desktop.
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"discord-rpc": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/discord-rpc/-/discord-rpc-3.1.4.tgz",
"integrity": "sha512-QaBu+gHica2SzgRAmTpuJ4J8DX9+fDwAqhvaie3hcbkU9WPqewEPh21pWdd/7vTI/JNuapU7PFm2ZKg3BTkbGg==",
"requires": {
"node-fetch": "^2.6.1",
"ws": "^7.3.1"
}
},
"node-fetch": {
"version": "2.6.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz",
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw=="
},
"ws": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.2.tgz",
"integrity": "sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA=="
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment