aboutsummaryrefslogtreecommitdiff
path: root/node_modules/discord.js/package.json
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2017-03-26 15:18:10 -0400
committerAlee14 <alee14498@gmail.com>2017-03-26 15:18:10 -0400
commit29433e2f7dbd0e4a73d3c78ffe1005b922fb5982 (patch)
treeaa0ad3fe59468cbe452ee597e914839b68c01436 /node_modules/discord.js/package.json
parent878fefb4c4e1f12b804ae5c0def433fa873f4c8b (diff)
downloadAleeBot-29433e2f7dbd0e4a73d3c78ffe1005b922fb5982.tar.gz
AleeBot-29433e2f7dbd0e4a73d3c78ffe1005b922fb5982.tar.bz2
AleeBot-29433e2f7dbd0e4a73d3c78ffe1005b922fb5982.zip
Don't mind me i'm adding the discord.js files
Diffstat (limited to 'node_modules/discord.js/package.json')
-rw-r--r--node_modules/discord.js/package.json148
1 files changed, 148 insertions, 0 deletions
diff --git a/node_modules/discord.js/package.json b/node_modules/discord.js/package.json
new file mode 100644
index 0000000..7879542
--- /dev/null
+++ b/node_modules/discord.js/package.json
@@ -0,0 +1,148 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "discord.js",
+ "scope": null,
+ "escapedName": "discord.js",
+ "name": "discord.js",
+ "rawSpec": "",
+ "spec": "latest",
+ "type": "tag"
+ },
+ "F:\\Coding\\JavaScript\\AleeBot"
+ ]
+ ],
+ "_from": "discord.js@latest",
+ "_id": "discord.js@11.0.0",
+ "_inCache": true,
+ "_location": "/discord.js",
+ "_nodeVersion": "7.0.0",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/discord.js-11.0.0.tgz_1483030852564_0.6023120589088649"
+ },
+ "_npmUser": {
+ "name": "hydrabolt",
+ "email": "amishshah.2k@gmail.com"
+ },
+ "_npmVersion": "3.10.6",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "discord.js",
+ "scope": null,
+ "escapedName": "discord.js",
+ "name": "discord.js",
+ "rawSpec": "",
+ "spec": "latest",
+ "type": "tag"
+ },
+ "_requiredBy": [
+ "#USER"
+ ],
+ "_resolved": "https://registry.npmjs.org/discord.js/-/discord.js-11.0.0.tgz",
+ "_shasum": "735a4fc5607b04b2c1d0d699c88ea2936cf0d656",
+ "_shrinkwrap": null,
+ "_spec": "discord.js",
+ "_where": "F:\\Coding\\JavaScript\\AleeBot",
+ "author": {
+ "name": "Amish Shah",
+ "email": "amishshah.2k@gmail.com"
+ },
+ "browser": {
+ "ws": false,
+ "uws": false,
+ "erlpack": false,
+ "opusscript": false,
+ "node-opus": false,
+ "tweet-nacl": 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/player/BasePlayer.js": false,
+ "src/client/voice/player/DefaultPlayer.js": false,
+ "src/client/voice/receiver/VoiceReadable.js": false,
+ "src/client/voice/receiver/VoiceReceiver.js": false,
+ "src/client/voice/util/SecretKey.js": false,
+ "src/client/voice/ClientVoiceManager.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/hydrabolt/discord.js/issues"
+ },
+ "dependencies": {
+ "@types/node": "^6.0.0",
+ "pako": "^1.0.0",
+ "superagent": "^3.3.0",
+ "tweetnacl": "^0.14.0",
+ "ws": "^1.1.0"
+ },
+ "description": "A powerful library for interacting with the Discord API",
+ "devDependencies": {
+ "discord.js-docgen": "github:hydrabolt/discord.js-docgen#master",
+ "eslint": "^3.12.0",
+ "parallel-webpack": "^1.6.0",
+ "uglify-js": "github:mishoo/UglifyJS2#harmony",
+ "webpack": "2.2.0-rc.3"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "735a4fc5607b04b2c1d0d699c88ea2936cf0d656",
+ "tarball": "https://registry.npmjs.org/discord.js/-/discord.js-11.0.0.tgz"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ },
+ "gitHead": "c8f6b6b0596c50dfb0d910dca88b5a32931041b6",
+ "homepage": "https://github.com/hydrabolt/discord.js#readme",
+ "keywords": [
+ "discord",
+ "api",
+ "bot",
+ "client",
+ "node",
+ "discordapp"
+ ],
+ "license": "Apache-2.0",
+ "main": "./src/index",
+ "maintainers": [
+ {
+ "name": "hydrabolt",
+ "email": "amishshah.2k@gmail.com"
+ }
+ ],
+ "name": "discord.js",
+ "optionalDependencies": {},
+ "peerDependencies": {
+ "erlpack": "hammerandchisel/erlpack#master",
+ "node-opus": "^0.2.0",
+ "opusscript": "^0.0.1",
+ "uws": "^0.12.0"
+ },
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/hydrabolt/discord.js.git"
+ },
+ "runkitExampleFilename": "./docs/examples/ping.js",
+ "scripts": {
+ "docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
+ "lint": "eslint src",
+ "test": "eslint src && docgen --source src --custom docs/index.yml",
+ "test-docs": "docgen --source src --custom docs",
+ "web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
+ },
+ "types": "./typings/index.d.ts",
+ "version": "11.0.0"
+}