1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 17:11:57 +00:00
musix-oss/node_modules/ytdl-core-discord/package.json

64 lines
1.6 KiB
JSON
Raw Normal View History

{
"_from": "ytdl-core-discord",
"_id": "ytdl-core-discord@1.0.3",
"_inBundle": false,
"_integrity": "sha512-/POaSbStmY+PMRnxz4mVN0Rw9Ktt3zs94j2bRX30vmtdMR1yCz9JbEmRY4ouXJK18k/FjdRs5Bnvinud2hbYGQ==",
"_location": "/ytdl-core-discord",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ytdl-core-discord",
"name": "ytdl-core-discord",
"escapedName": "ytdl-core-discord",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ytdl-core-discord/-/ytdl-core-discord-1.0.3.tgz",
"_shasum": "4dbe41d77507ee52fcf184b269e2cb9d7f2262aa",
"_spec": "ytdl-core-discord",
"_where": "C:\\Users\\matia\\Musix V2\\src",
"author": {
"name": "Amish Shah",
"email": "amishshah.2k@gmail.com"
},
"bugs": {
"url": "https://github.com/amishshah/ytdl-core-discord/issues"
},
"bundleDependencies": false,
"dependencies": {
"prism-media": "^1.0.1",
"ytdl-core": "^0.29.1"
},
"deprecated": false,
"description": "A ytdl-core wrapper focused on efficiency for use in Discord music bots",
"devDependencies": {
"eslint": "^5.14.0"
},
"homepage": "https://github.com/amishshah/ytdl-core-discord#readme",
"keywords": [
"discord",
"ytdl",
"youtube",
"audio",
"music",
"bot"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "ytdl-core-discord",
"repository": {
"type": "git",
"url": "git+https://github.com/amishshah/ytdl-core-discord.git"
},
"scripts": {
"test": "eslint index.js"
},
"version": "1.0.3"
}