package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "prism-media@^0.0.2",
  3. "_id": "prism-media@0.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-L6yc8P5NVG35ivzvfI7bcTYzqFV+K8gTfX9YaJbmIFfMXTs71RMnAupvTQPTCteGsiOy9QcNLkQyWjAafY/hCQ==",
  6. "_location": "/prism-media",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "prism-media@^0.0.2",
  12. "name": "prism-media",
  13. "escapedName": "prism-media",
  14. "rawSpec": "^0.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.2"
  17. },
  18. "_requiredBy": [
  19. "/discord.js"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-0.0.2.tgz",
  22. "_shasum": "aa917b084576c4df6488e4ea8e7d6d44aed4b411",
  23. "_spec": "prism-media@^0.0.2",
  24. "_where": "/home/tdedhar/Documents/viki/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": "Makes transcoding media easier",
  35. "devDependencies": {
  36. "eslint": "^3.12.2"
  37. },
  38. "homepage": "https://github.com/hydrabolt/prism-media#readme",
  39. "keywords": [
  40. "audio",
  41. "media",
  42. "ffmpeg"
  43. ],
  44. "license": "Apache-2.0",
  45. "main": "src/index.js",
  46. "name": "prism-media",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/hydrabolt/prism-media.git"
  50. },
  51. "scripts": {
  52. "lint": "eslint src && eslint test",
  53. "test": "npm run lint"
  54. },
  55. "version": "0.0.2"
  56. }