1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00
musix-oss/node_modules/prism-media/package.json
2020-03-03 22:30:50 +02:00

92 lines
2.0 KiB
JSON

{
"_from": "github:hydrabolt/prism-media",
"_id": "prism-media@1.2.0",
"_inBundle": false,
"_integrity": "",
"_location": "/prism-media",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "hydrabolt/prism-media",
"rawSpec": "hydrabolt/prism-media",
"saveSpec": "github:hydrabolt/prism-media",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/",
"/discord.js",
"/ytdl-core-discord"
],
"_resolved": "github:hydrabolt/prism-media#cb94179620e6b437dd88710ad81ee16e1b0b7a82",
"_spec": "hydrabolt/prism-media",
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix-V3",
"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": "^6.8.0",
"jest": "^24.9.0"
},
"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": {
"ffmpeg-static": "^2.4.0 || ^3.0.0",
"@discordjs/opus": "^0.1.0",
"node-opus": "^0.3.1",
"opusscript": "^0.0.6"
},
"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.0"
}