package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "discord.js@^11.3.2",
  3. "_id": "discord.js@11.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Abw9CTMX3Jb47IeRffqx2VNSnXl/OsTdQzhvbw/JnqCyqc2imAocc7pX2HoRmgKd8CgSqsjBFBneusz/E16e6A==",
  6. "_location": "/discord.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "discord.js@^11.3.2",
  12. "name": "discord.js",
  13. "escapedName": "discord.js",
  14. "rawSpec": "^11.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^11.3.2"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/discord.js/-/discord.js-11.3.2.tgz",
  23. "_shasum": "3c4074c1cb1a4916582fb96ded5ffa1324411f95",
  24. "_spec": "discord.js@^11.3.2",
  25. "_where": "/home/tdedhar/Documents/viki",
  26. "author": {
  27. "name": "Amish Shah",
  28. "email": "amishshah.2k@gmail.com"
  29. },
  30. "browser": {
  31. "ws": false,
  32. "uws": false,
  33. "erlpack": false,
  34. "prism-media": false,
  35. "opusscript": false,
  36. "node-opus": false,
  37. "tweetnacl": false,
  38. "sodium": false,
  39. "src/sharding/Shard.js": false,
  40. "src/sharding/ShardClientUtil.js": false,
  41. "src/sharding/ShardingManager.js": false,
  42. "src/client/voice/dispatcher/StreamDispatcher.js": false,
  43. "src/client/voice/opus/BaseOpusEngine.js": false,
  44. "src/client/voice/opus/NodeOpusEngine.js": false,
  45. "src/client/voice/opus/OpusEngineList.js": false,
  46. "src/client/voice/opus/OpusScriptEngine.js": false,
  47. "src/client/voice/pcm/ConverterEngine.js": false,
  48. "src/client/voice/pcm/ConverterEngineList.js": false,
  49. "src/client/voice/pcm/FfmpegConverterEngine.js": false,
  50. "src/client/voice/player/AudioPlayer.js": false,
  51. "src/client/voice/receiver/VoiceReadable.js": false,
  52. "src/client/voice/receiver/VoiceReceiver.js": false,
  53. "src/client/voice/util/Secretbox.js": false,
  54. "src/client/voice/util/SecretKey.js": false,
  55. "src/client/voice/util/VolumeInterface.js": false,
  56. "src/client/voice/ClientVoiceManager.js": false,
  57. "src/client/voice/VoiceBroadcast.js": false,
  58. "src/client/voice/VoiceConnection.js": false,
  59. "src/client/voice/VoiceUDPClient.js": false,
  60. "src/client/voice/VoiceWebSocket.js": false
  61. },
  62. "bugs": {
  63. "url": "https://github.com/discordjs/discord.js/issues"
  64. },
  65. "bundleDependencies": false,
  66. "dependencies": {
  67. "long": "^4.0.0",
  68. "prism-media": "^0.0.2",
  69. "snekfetch": "^3.6.4",
  70. "tweetnacl": "^1.0.0",
  71. "ws": "^4.0.0"
  72. },
  73. "deprecated": false,
  74. "description": "A powerful library for interacting with the Discord API",
  75. "devDependencies": {
  76. "@types/node": "^9.4.6",
  77. "discord.js-docgen": "github:discordjs/docgen",
  78. "eslint": "^4.18.0",
  79. "parallel-webpack": "^2.2.0",
  80. "uglifyjs-webpack-plugin": "^1.2.0",
  81. "webpack": "^3.11.0"
  82. },
  83. "engines": {
  84. "node": ">=6.0.0"
  85. },
  86. "homepage": "https://github.com/discordjs/discord.js#readme",
  87. "keywords": [
  88. "discord",
  89. "api",
  90. "bot",
  91. "client",
  92. "node",
  93. "discordapp"
  94. ],
  95. "license": "Apache-2.0",
  96. "main": "./src/index",
  97. "name": "discord.js",
  98. "peerDependencies": {
  99. "bufferutil": "^3.0.3",
  100. "erlpack": "discordapp/erlpack",
  101. "node-opus": "^0.2.7",
  102. "opusscript": "^0.0.6",
  103. "sodium": "^2.0.3",
  104. "libsodium-wrappers": "^0.7.3",
  105. "uws": "^9.14.0"
  106. },
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/discordjs/discord.js.git"
  110. },
  111. "runkitExampleFilename": "./docs/examples/ping.js",
  112. "scripts": {
  113. "docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
  114. "docs:test": "docgen --source src --custom docs/index.yml",
  115. "lint": "eslint src",
  116. "lint:fix": "eslint --fix src",
  117. "test": "npm run lint && npm run docs:test",
  118. "webpack": "parallel-webpack"
  119. },
  120. "types": "./typings/index.d.ts",
  121. "version": "11.3.2"
  122. }