{"_id":"@aloima/elisjs","_rev":"2-7cc83ae7395db8be475c06e8161f78eb","name":"@aloima/elisjs","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@aloima/elisjs","version":"0.1.0","description":"A functional Discord API wrapper focused on stability and performance.","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"compile":"tsc","docs":"typedoc src"},"repository":{"type":"git","url":"git+https://github.com/elis-team/elisjs.git"},"keywords":["elisjs","discord"],"author":{"name":"elis-team"},"license":"MIT","bugs":{"url":"https://github.com/elis-team/elisjs/issues"},"homepage":"https://github.com/elis-team/elisjs#readme","dependencies":{"node-fetch":"^2.6.1","ws":"^7.5.3"},"devDependencies":{"@types/node":"^16.3.3","@types/node-fetch":"^2.5.11","@types/ws":"^7.4.6","typedoc":"^0.21.4","typescript":"^4.3.5"},"gitHead":"1659409ed24a96da591ea289016c0d660ffa8a91","_id":"@aloima/elisjs@0.1.0","_nodeVersion":"16.5.0","_npmVersion":"7.17.0","dist":{"integrity":"sha512-14eJoP7aRdHtta75G3yf0GAZyMgeJsKGh2fh+070aPvCuDfI7GsCb+v6FiiQY/IplbOKSEKlpWskNVyLNbmmyQ==","shasum":"1f0985be54e9da914936af862298fc8a99eb8d29","tarball":"https://registry.npmjs.org/@aloima/elisjs/-/elisjs-0.1.0.tgz","fileCount":38,"unpackedSize":39076,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg9vddCRA9TVsSAnZWagAAWFAP/iE3mwkY8Pq688d1T0o7\nLO6bzzg3tQRKCsos6GSRFIjTJfdC2UjrSNzwLbHfM8GWPMFtQSSSQzIBl7qG\nztRxR0HsUQbIRDZrzL6HeMWja2eajAtdgiivewmW3hoITt4YByTQbXiWhtxt\ne8cHMpNNlFntj6TP8nQrlNfAKJUcwNZmjI+rKsr4DInXJCpVn2YgLVhBmwSO\nGpuFGUTr4JoDqALb7NiciDWRa5l0xyE7wz5tOfQYFgg7mcQvBouHfHZK6Cwc\nIlWMYcKnIU0VvO5MvjAG+zUYCZzXIEECC/vRTrMSLRiJyUb5cpsy5fHo8wd5\nzOTVlkgJpWjvaDUl4xN7pQ2ZTxBKKgiAbEeTBlJ6poIfujaG8xK20Xlz3n0v\nP5phfmUFn/Y3ysqbKJHysty9w81cqP6M835IdOBhd89zhUzsFWlZMM0Kzn8N\n2nUammq3UxupzbnGGYBGyn/4tseto3/gN8DVhbcozXpKZvIwiuknz5iKuiyO\nT2/CmAI2JzJurcoFXGC3ndDTRk7TTmNEaPSH8ZW9AdO/rnCZiGQFAfklqk9c\nChbnBAq0WyZAx/XKFR+dhxUXakcveIDAtFW4MfcjslrE7lNoEDpdsN4X7D9t\nkSRJE6MtcrNivuedhCTPlcxO7aRdUX4nCoUQrQZJprmfgKJUk34yhT65l0Jb\nxvaN\r\n=hpOE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQW/pcv2fadiB6JpABI1+wpFD8RxRqoZqdyglvR39+RgIgeCWPbI1t76YlNm6JhfwM5OhIQHl2yvT+mkCHYMRK0L0="}]},"_npmUser":{"name":"aloima","email":"acar.aloima@gmail.com"},"directories":{},"maintainers":[{"name":"aloima","email":"acar.aloima@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/elisjs_0.1.0_1626797916765_0.7356062690251124"},"_hasShrinkwrap":false}},"time":{"created":"2021-07-20T16:18:36.688Z","0.1.0":"2021-07-20T16:18:37.019Z","modified":"2022-04-04T13:36:56.180Z"},"maintainers":[{"email":"yigitefe@avci.rf.gd","name":"yigitavci1894"},{"email":"acar.aloima@gmail.com","name":"aloima"}],"description":"A functional Discord API wrapper focused on stability and performance.","homepage":"https://github.com/elis-team/elisjs#readme","keywords":["elisjs","discord"],"repository":{"type":"git","url":"git+https://github.com/elis-team/elisjs.git"},"author":{"name":"elis-team"},"bugs":{"url":"https://github.com/elis-team/elisjs/issues"},"license":"MIT","readme":"# elisjs\nA functional Discord API wrapper focused on stability and performance.\n\n## Documentation\nHas a documentation but too bad so I didn't give its link.\n\n## Example\n```js\nconst elisjs = require(\"elisjs\");\nconst client = elis.create(\"your token\" {\n  compress: true // default value is false, enables zlib-stream parsing.\n});\n\nclient.events.ready = (() => {\n  client.user.presence.setStatus(\"dnd\");\n  client.user.presence.addActivity({\n    name: \"activity name\",\n    type: 0\n  });\n});\n\nclient.events.messageCreate = (async (message) => {\n  await message.channel.send(`this message written by <@!${message.author.id}>.`);\n});\n\nclient.login();\n```\n\n## Modules\nYou can use `zlib-sync` package for `compress` option for now.\n\n## Supporting\n+ Message\n+ Guild\n+ Channel (TextChannel)\n+ Client (zlib-stream compress)\n+ Presences (partially)\n\n## Support server\nYou can take support in [this server](https://discord.gg/Zka4XEKfmN) in #elisjs-support.\n","readmeFilename":"README.md"}