Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "discord.js",
  6. "scope": null,
  7. "escapedName": "discord.js",
  8. "name": "discord.js",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "c:\\FulBOT"
  14. ]
  15. ],
  16. "_from": "discord.js@latest",
  17. "_id": "discord.js@11.1.0",
  18. "_inCache": true,
  19. "_location": "/discord.js",
  20. "_nodeVersion": "7.9.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/discord.js-11.1.0.tgz_1493660481900_0.5542256378103048"
  24. },
  25. "_npmUser": {
  26. "name": "hydrabolt",
  27. "email": "amishshah.2k@gmail.com"
  28. },
  29. "_npmVersion": "3.10.6",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "discord.js",
  33. "scope": null,
  34. "escapedName": "discord.js",
  35. "name": "discord.js",
  36. "rawSpec": "",
  37. "spec": "latest",
  38. "type": "tag"
  39. },
  40. "_requiredBy": [
  41. "#USER",
  42. "/"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/discord.js/-/discord.js-11.1.0.tgz",
  45. "_shasum": "5351d59e3798f536de1975e92cae4d11af3d9266",
  46. "_shrinkwrap": null,
  47. "_spec": "discord.js",
  48. "_where": "c:\\FulBOT",
  49. "author": {
  50. "name": "Amish Shah",
  51. "email": "amishshah.2k@gmail.com"
  52. },
  53. "browser": {
  54. "ws": false,
  55. "uws": false,
  56. "erlpack": false,
  57. "prism-media": false,
  58. "opusscript": false,
  59. "node-opus": false,
  60. "tweetnacl": false,
  61. "sodium": false,
  62. "src/sharding/Shard.js": false,
  63. "src/sharding/ShardClientUtil.js": false,
  64. "src/sharding/ShardingManager.js": false,
  65. "src/client/voice/dispatcher/StreamDispatcher.js": false,
  66. "src/client/voice/opus/BaseOpusEngine.js": false,
  67. "src/client/voice/opus/NodeOpusEngine.js": false,
  68. "src/client/voice/opus/OpusEngineList.js": false,
  69. "src/client/voice/opus/OpusScriptEngine.js": false,
  70. "src/client/voice/pcm/ConverterEngine.js": false,
  71. "src/client/voice/pcm/ConverterEngineList.js": false,
  72. "src/client/voice/pcm/FfmpegConverterEngine.js": false,
  73. "src/client/voice/player/AudioPlayer.js": false,
  74. "src/client/voice/receiver/VoiceReadable.js": false,
  75. "src/client/voice/receiver/VoiceReceiver.js": false,
  76. "src/client/voice/util/Secretbox.js": false,
  77. "src/client/voice/util/SecretKey.js": false,
  78. "src/client/voice/util/VolumeInterface.js": false,
  79. "src/client/voice/ClientVoiceManager.js": false,
  80. "src/client/voice/VoiceBroadcast.js": false,
  81. "src/client/voice/VoiceConnection.js": false,
  82. "src/client/voice/VoiceUDPClient.js": false,
  83. "src/client/voice/VoiceWebSocket.js": false
  84. },
  85. "bugs": {
  86. "url": "https://github.com/hydrabolt/discord.js/issues"
  87. },
  88. "dependencies": {
  89. "long": "^3.2.0",
  90. "prism-media": "^0.0.1",
  91. "snekfetch": "^3.1.0",
  92. "tweetnacl": "^0.14.0",
  93. "ws": "^2.0.0"
  94. },
  95. "description": "A powerful library for interacting with the Discord API",
  96. "devDependencies": {
  97. "@types/node": "^7.0.0",
  98. "discord.js-docgen": "github:hydrabolt/discord.js-docgen",
  99. "eslint": "^3.19.0",
  100. "parallel-webpack": "^1.6.0",
  101. "uglify-js": "github:mishoo/UglifyJS2#harmony",
  102. "webpack": "^2.2.0"
  103. },
  104. "directories": {},
  105. "dist": {
  106. "shasum": "5351d59e3798f536de1975e92cae4d11af3d9266",
  107. "tarball": "https://registry.npmjs.org/discord.js/-/discord.js-11.1.0.tgz"
  108. },
  109. "engines": {
  110. "node": ">=6.0.0"
  111. },
  112. "gitHead": "fccd0bd18394b7f51502586647a30dd7e2f99b88",
  113. "homepage": "https://github.com/hydrabolt/discord.js#readme",
  114. "keywords": [
  115. "discord",
  116. "api",
  117. "bot",
  118. "client",
  119. "node",
  120. "discordapp"
  121. ],
  122. "license": "Apache-2.0",
  123. "main": "./src/index",
  124. "maintainers": [
  125. {
  126. "name": "gawdl3y",
  127. "email": "Gawdl3y@gawdl3y.com"
  128. },
  129. {
  130. "name": "hydrabolt",
  131. "email": "amishshah.2k@gmail.com"
  132. }
  133. ],
  134. "name": "discord.js",
  135. "optionalDependencies": {},
  136. "peerDependencies": {
  137. "bufferutil": "^3.0.0",
  138. "erlpack": "hammerandchisel/erlpack",
  139. "node-opus": "^0.2.5",
  140. "opusscript": "^0.0.3",
  141. "sodium": "^2.0.1",
  142. "libsodium-wrappers": "^0.5.1",
  143. "uws": "^0.14.1"
  144. },
  145. "readme": "ERROR: No README data found!",
  146. "repository": {
  147. "type": "git",
  148. "url": "git+https://github.com/hydrabolt/discord.js.git"
  149. },
  150. "runkitExampleFilename": "./docs/examples/ping.js",
  151. "scripts": {
  152. "docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
  153. "docs:test": "docgen --source src --custom docs/index.yml",
  154. "lint": "eslint src",
  155. "lint:fix": "eslint --fix src",
  156. "test": "npm run lint && npm run docs:test",
  157. "webpack": "parallel-webpack"
  158. },
  159. "types": "./typings/index.d.ts",
  160. "version": "11.1.0"
  161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement