Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

92 lines
2.1KB

  1. {
  2. "_from": "prism-media@^1.2.0",
  3. "_id": "prism-media@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I+nkWY212lJ500jLe4tN9tWO7nRiBAVdMv76P9kffZjYhw20raMlW1HSSvS+MLXC9MmbNZCazMrAr+5jEEgTuw==",
  6. "_location": "/prism-media",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "prism-media@^1.2.0",
  12. "name": "prism-media",
  13. "escapedName": "prism-media",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/discord.js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-1.2.2.tgz",
  22. "_shasum": "4f1c841f248b67d325a24b4e6b1a491b8f50a24f",
  23. "_spec": "prism-media@^1.2.0",
  24. "_where": "/home/cziermann/git/papoh/node_modules/discord.js",
  25. "author": {
  26. "name": "Amish Shah",
  27. "email": "amishshah.2k@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/hydrabolt/prism-media/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Easy-to-use stream-based media transcoding",
  35. "devDependencies": {
  36. "docma": "^3.2.2",
  37. "eslint": "^6.8.0",
  38. "jest": "^24.9.0"
  39. },
  40. "files": [
  41. "src/",
  42. "typings/"
  43. ],
  44. "homepage": "https://github.com/hydrabolt/prism-media#readme",
  45. "jest": {
  46. "testURL": "http://localhost/"
  47. },
  48. "keywords": [
  49. "audio",
  50. "media",
  51. "ffmpeg",
  52. "opus",
  53. "pcm",
  54. "webm",
  55. "ogg"
  56. ],
  57. "license": "Apache-2.0",
  58. "main": "src/index.js",
  59. "name": "prism-media",
  60. "peerDependencies": {
  61. "ffmpeg-static": "^2.4.0 || ^3.0.0",
  62. "@discordjs/opus": "^0.1.0",
  63. "node-opus": "^0.3.1",
  64. "opusscript": "^0.0.6"
  65. },
  66. "peerDependenciesMeta": {
  67. "@discordjs/opus": {
  68. "optional": true
  69. },
  70. "node-opus": {
  71. "optional": true
  72. },
  73. "opusscript": {
  74. "optional": true
  75. },
  76. "ffmpeg-static": {
  77. "optional": true
  78. }
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/hydrabolt/prism-media.git"
  83. },
  84. "scripts": {
  85. "docs": "docma",
  86. "lint": "eslint src",
  87. "test": "npm run lint && jest && npm run docs"
  88. },
  89. "types": "typings/index.d.ts",
  90. "version": "1.2.2"
  91. }