package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "opusscript@0.0.6",
  3. "_id": "opusscript@0.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-F7nx1SWZCD5Rq2W+5Fx39HlkRkz/5Zqt0LglEB9uHexk8HjedDEiM+u/Y2rBfDFcS/0uQIWu2lJhw+Gjsta+cA==",
  6. "_location": "/opusscript",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "opusscript@0.0.6",
  12. "name": "opusscript",
  13. "escapedName": "opusscript",
  14. "rawSpec": "0.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.6"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/opusscript/-/opusscript-0.0.6.tgz",
  23. "_shasum": "cf492fc5fb2c819af296ae02eaa3cf210433c9ba",
  24. "_spec": "opusscript@0.0.6",
  25. "_where": "/home/tdedhar/Documents/viki",
  26. "author": {
  27. "name": "abalabahaha"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/abalabahaha/opusscript/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "JS bindings for libopus 1.2.1, ported with emscripten",
  35. "homepage": "https://github.com/abalabahaha/opusscript#readme",
  36. "keywords": [
  37. "libopus",
  38. "encoder",
  39. "emscripten"
  40. ],
  41. "license": "MIT",
  42. "main": "index.js",
  43. "name": "opusscript",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/abalabahaha/opusscript.git"
  47. },
  48. "version": "0.0.6"
  49. }