123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- {
- "_from": "discord.js@^11.3.2",
- "_id": "discord.js@11.3.2",
- "_inBundle": false,
- "_integrity": "sha512-Abw9CTMX3Jb47IeRffqx2VNSnXl/OsTdQzhvbw/JnqCyqc2imAocc7pX2HoRmgKd8CgSqsjBFBneusz/E16e6A==",
- "_location": "/discord.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "discord.js@^11.3.2",
- "name": "discord.js",
- "escapedName": "discord.js",
- "rawSpec": "^11.3.2",
- "saveSpec": null,
- "fetchSpec": "^11.3.2"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/discord.js/-/discord.js-11.3.2.tgz",
- "_shasum": "3c4074c1cb1a4916582fb96ded5ffa1324411f95",
- "_spec": "discord.js@^11.3.2",
- "_where": "/home/tdedhar/Documents/viki",
- "author": {
- "name": "Amish Shah",
- "email": "amishshah.2k@gmail.com"
- },
- "browser": {
- "ws": false,
- "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.2",
- "snekfetch": "^3.6.4",
- "tweetnacl": "^1.0.0",
- "ws": "^4.0.0"
- },
- "deprecated": false,
- "description": "A powerful library for interacting with the Discord API",
- "devDependencies": {
- "@types/node": "^9.4.6",
- "discord.js-docgen": "github:discordjs/docgen",
- "eslint": "^4.18.0",
- "parallel-webpack": "^2.2.0",
- "uglifyjs-webpack-plugin": "^1.2.0",
- "webpack": "^3.11.0"
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "homepage": "https://github.com/discordjs/discord.js#readme",
- "keywords": [
- "discord",
- "api",
- "bot",
- "client",
- "node",
- "discordapp"
- ],
- "license": "Apache-2.0",
- "main": "./src/index",
- "name": "discord.js",
- "peerDependencies": {
- "bufferutil": "^3.0.3",
- "erlpack": "discordapp/erlpack",
- "node-opus": "^0.2.7",
- "opusscript": "^0.0.6",
- "sodium": "^2.0.3",
- "libsodium-wrappers": "^0.7.3",
- "uws": "^9.14.0"
- },
- "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",
- "test": "npm run lint && npm run docs:test",
- "webpack": "parallel-webpack"
- },
- "types": "./typings/index.d.ts",
- "version": "11.3.2"
- }
|