package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "prism-media",
  3. "_id": "prism-media@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Kfp1+6gzjY6X8mqKHa6D3brX+BtMUPFwzAkz4zgtVPgbkA2XxhITROdfQXVurU4fuJsylFRwqo7ciQlQCm9hAw==",
  6. "_location": "/prism-media",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "prism-media",
  12. "name": "prism-media",
  13. "escapedName": "prism-media",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/prism-media/-/prism-media-0.2.1.tgz",
  23. "_shasum": "7968f2c7194588887c4c48081968d8c28e0d2469",
  24. "_spec": "prism-media",
  25. "_where": "/home/tdedhar/Documents/viki",
  26. "author": {
  27. "name": "Amish Shah",
  28. "email": "amishshah.2k@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/hydrabolt/prism-media/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Easy-to-use stream-based media transcoding",
  36. "devDependencies": {
  37. "eslint": "^4.16.0",
  38. "ffmpeg-binaries": "^3.2.2-3",
  39. "jest": "^22.1.4"
  40. },
  41. "homepage": "https://github.com/hydrabolt/prism-media#readme",
  42. "keywords": [
  43. "audio",
  44. "media",
  45. "ffmpeg",
  46. "opus",
  47. "pcm",
  48. "webm",
  49. "ogg"
  50. ],
  51. "license": "Apache-2.0",
  52. "main": "src/index.js",
  53. "name": "prism-media",
  54. "peerDependencies": {
  55. "opusscript": "^0.0.4",
  56. "node-opus": "^0.2.7"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/hydrabolt/prism-media.git"
  61. },
  62. "scripts": {
  63. "lint": "eslint src",
  64. "test": "npm run lint && jest"
  65. },
  66. "types": "typings/index.d.ts",
  67. "version": "0.2.1"
  68. }