mirror of
https://github.com/MrUnknownDE/UnknownBot.git
synced 2026-04-18 12:43:44 +02:00
start nodejs bot
This commit is contained in:
91
node_modules/prism-media/package.json
generated
vendored
Normal file
91
node_modules/prism-media/package.json
generated
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"_from": "prism-media@^1.2.2",
|
||||
"_id": "prism-media@1.2.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-YqSnMCugv+KUNE9PQec48Dq22jSxB/B6UcfD9jTpPN1Mbuh+RqELdTJmRPj106z3aa8ZuXrWGQllXPeIGmKbvw==",
|
||||
"_location": "/prism-media",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "prism-media@^1.2.2",
|
||||
"name": "prism-media",
|
||||
"escapedName": "prism-media",
|
||||
"rawSpec": "^1.2.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.2.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/discord.js"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-1.2.5.tgz",
|
||||
"_shasum": "a3fcb4f7873336d6fcf420213434c1bf5272efe1",
|
||||
"_spec": "prism-media@^1.2.2",
|
||||
"_where": "C:\\Users\\MCGFX\\OneDrive\\Dokumente\\GitHub\\UnknownBot\\node_modules\\discord.js",
|
||||
"author": {
|
||||
"name": "Amish Shah",
|
||||
"email": "amishshah.2k@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/hydrabolt/prism-media/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Easy-to-use stream-based media transcoding",
|
||||
"devDependencies": {
|
||||
"docma": "^3.2.2",
|
||||
"eslint": "^7.14.0",
|
||||
"jest": "^26.6.3"
|
||||
},
|
||||
"files": [
|
||||
"src/",
|
||||
"typings/"
|
||||
],
|
||||
"homepage": "https://github.com/hydrabolt/prism-media#readme",
|
||||
"jest": {
|
||||
"testURL": "http://localhost/"
|
||||
},
|
||||
"keywords": [
|
||||
"audio",
|
||||
"media",
|
||||
"ffmpeg",
|
||||
"opus",
|
||||
"pcm",
|
||||
"webm",
|
||||
"ogg"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "src/index.js",
|
||||
"name": "prism-media",
|
||||
"peerDependencies": {
|
||||
"@discordjs/opus": "^0.4.0",
|
||||
"ffmpeg-static": "^4.2.7 || ^3.0.0 || ^2.4.0",
|
||||
"node-opus": "^0.3.3",
|
||||
"opusscript": "^0.0.7"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@discordjs/opus": {
|
||||
"optional": true
|
||||
},
|
||||
"node-opus": {
|
||||
"optional": true
|
||||
},
|
||||
"opusscript": {
|
||||
"optional": true
|
||||
},
|
||||
"ffmpeg-static": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/hydrabolt/prism-media.git"
|
||||
},
|
||||
"scripts": {
|
||||
"docs": "docma",
|
||||
"lint": "eslint src",
|
||||
"test": "npm run lint && jest && npm run docs"
|
||||
},
|
||||
"types": "typings/index.d.ts",
|
||||
"version": "1.2.5"
|
||||
}
|
||||
Reference in New Issue
Block a user