v11-discord.js
Version:
A powerful library for interacting with the Discord API - patched by molo#7947
157 lines (156 loc) • 4.52 kB
JSON
{
"_from": "v11-discord.js",
"_id": "v11-discord.js@11.5.6",
"_inBundle": false,
"_integrity": "sha512-8+wgL+eXnoQvV66DL32ttyM/4Y+msWJvN+3nknihL10/DVbSasvXLGYY0iZFqwnta6FFM89Od4pmENB+QActtg==",
"_location": "/v11-discord.js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "v11-discord.js",
"name": "v11-discord.js",
"escapedName": "v11-discord.js",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/v11-discord.js/-/v11-discord.js-11.5.6.tgz",
"_shasum": "d81cf95eb8bc353390df4a7a32d497c95f7fda41",
"_spec": "v11-discord.js",
"_where": "D:\\Ordinateur\\Desktop\\slt cv",
"author": {
"name": "Amish Shah",
"email": "amishshah.2k@gmail.com"
},
"browser": {
"ws": false,
"uws": false,
"@discordjs/uws": false,
"erlpack": false,
"prism-media": false,
"opusscript": false,
"node-opus": false,
"tweetnacl": false,
"sodium": false,
"src/sharding/Shard.js": false,
"src/sharding/ShardClientUtil.js": false,
"src/sharding/ShardingManager.js": false,
"src/client/voice/dispatcher/StreamDispatcher.js": false,
"src/client/voice/opus/BaseOpusEngine.js": false,
"src/client/voice/opus/NodeOpusEngine.js": false,
"src/client/voice/opus/OpusEngineList.js": false,
"src/client/voice/opus/OpusScriptEngine.js": false,
"src/client/voice/pcm/ConverterEngine.js": false,
"src/client/voice/pcm/ConverterEngineList.js": false,
"src/client/voice/pcm/FfmpegConverterEngine.js": false,
"src/client/voice/player/AudioPlayer.js": false,
"src/client/voice/receiver/VoiceReadable.js": false,
"src/client/voice/receiver/VoiceReceiver.js": false,
"src/client/voice/util/Secretbox.js": false,
"src/client/voice/util/SecretKey.js": false,
"src/client/voice/util/VolumeInterface.js": false,
"src/client/voice/ClientVoiceManager.js": false,
"src/client/voice/VoiceBroadcast.js": false,
"src/client/voice/VoiceConnection.js": false,
"src/client/voice/VoiceUDPClient.js": false,
"src/client/voice/VoiceWebSocket.js": false
},
"bugs": {
"url": "https://github.com/discordjs/discord.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"long": "^4.0.0",
"prism-media": "^0.0.3",
"snekfetch": "^3.6.4",
"tweetnacl": "^1.0.0",
"ws": "^6.0.0"
},
"deprecated": false,
"description": "A powerful library for interacting with the Discord API - patched by molo#7947",
"devDependencies": {
"@types/node": "^9.4.6",
"discord.js-docgen": "github:discordjs/docgen",
"eslint": "^5.4.0",
"parallel-webpack": "^2.3.0",
"tslint": "^3.15.1",
"tslint-config-typings": "^0.2.4",
"typescript": "^3.0.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.0"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/discordjs/discord.js#readme",
"keywords": [
"discord",
"api",
"bot",
"client",
"node",
"discordapp",
"discord.js",
"discord.js v11",
"v11",
"patch",
"selfbot",
"self bot"
],
"license": "Apache-2.0",
"main": "./src/index",
"name": "v11-discord.js",
"peerDependencies": {
"bufferutil": "^4.0.0",
"erlpack": "discordapp/erlpack",
"libsodium-wrappers": "^0.7.3",
"node-opus": "^0.2.7",
"opusscript": "^0.0.6",
"sodium": "^2.0.3",
"@discordjs/uws": "^10.149.0"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"erlpack": {
"optional": true
},
"node-opus": {
"optional": true
},
"opusscript": {
"optional": true
},
"sodium": {
"optional": true
},
"libsodium-wrappers": {
"optional": true
},
"uws": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/discordjs/discord.js.git"
},
"runkitExampleFilename": "./docs/examples/ping.js",
"scripts": {
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"lint:typings": "tslint typings/index.d.ts typings/discord.js-test.ts",
"test": "npm run lint && npm run docs:test",
"webpack": "parallel-webpack"
},
"types": "./typings/index.d.ts",
"version": "11.5.8"
}