ipdbot/node_modules/prism-media/package.json
2022-04-18 15:32:07 +02:00

91 lines
2.1 KiB
JSON

{
"_from": "prism-media@^1.2.9",
"_id": "prism-media@1.3.2",
"_inBundle": false,
"_integrity": "sha512-L6UsGHcT6i4wrQhFF1aPK+MNYgjRqR2tUoIqEY+CG1NqVkMjPRKzS37j9f8GiYPlD6wG9ruBj+q5Ax+bH8Ik1g==",
"_location": "/prism-media",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "prism-media@^1.2.9",
"name": "prism-media",
"escapedName": "prism-media",
"rawSpec": "^1.2.9",
"saveSpec": null,
"fetchSpec": "^1.2.9"
},
"_requiredBy": [
"/discord.js"
],
"_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-1.3.2.tgz",
"_shasum": "a1f04423ec15d22f3d62b1987b6a25dc49aad13b",
"_spec": "prism-media@^1.2.9",
"_where": "/home/pi/Documents/server/ChalineBotv1/node_modules/discord.js",
"author": {
"name": "Amish Shah",
"email": "amish@shah.gg"
},
"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.32.0",
"jest": "^27.0.6"
},
"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.5.0",
"ffmpeg-static": "^4.2.7 || ^3.0.0 || ^2.4.0",
"node-opus": "^0.3.3",
"opusscript": "^0.0.8"
},
"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.3.2"
}