Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../querystring/../@protobufjs/.././engine.io/../hasown/.././cliui/../opus-decoder
الملفات الموجودة في هذا الـ Path:
.
..
README.md
dist
index.js
node_modules
package.json
src
types.d.ts

مشاهدة ملف: package.json

{
  "name": "opus-decoder",
  "version": "0.7.3",
  "description": "Web Assembly streaming Opus decoder",
  "type": "module",
  "main": "./index.js",
  "exports": "./index.js",
  "sideEffects": false,
  "types": "types.d.ts",
  "files": [
    "index.js",
    "types.d.ts",
    "src/EmscriptenWasm.js",
    "src/OpusDecoder.js",
    "src/OpusDecoderWebWorker.js",
    "dist/opus-decoder.min.js",
    "dist/opus-decoder.min.js.map"
  ],
  "keywords": [
    "Opus",
    "audio",
    "decoder",
    "multichannel",
    "surround",
    "stream",
    "streams",
    "libopus",
    "Web Assembly",
    "Wasm",
    "Web Worker"
  ],
  "author": {
    "name": "Ethan Halsall",
    "email": "ethanhalsall@pm.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eshaz/wasm-audio-decoders/issues"
  },
  "homepage": "https://github.com/eshaz/wasm-audio-decoders/tree/master/src/opus-decoder",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eshaz/wasm-audio-decoders.git",
    "directory": "src/opus-decoder"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/eshaz"
  },
  "dependencies": {
    "@wasm-audio-decoders/common": "9.0.2"
  }
}