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/.././range-parser/../audio-decode/.
الملفات الموجودة في هذا الـ Path:
.
..
.eslintrc.json
.github
.travis.yml
LICENSE
audio-decode.js
package.json
readme.md
test-case.js
test.html
test.js

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

{
  "name": "audio-decode",
  "version": "2.1.5",
  "description": "Decode audio data in node or browser",
  "main": "audio-decode.js",
  "module": "audio-decode.js",
  "browser": "audio-decode.js",
  "type": "module",
  "dependencies": {
    "@wasm-audio-decoders/flac": "^0.1.12",
    "@wasm-audio-decoders/ogg-vorbis": "^0.1.7",
    "audio-buffer": "^5.0.0",
    "audio-type": "^2.2.0",
    "mpg123-decoder": "^0.4.8",
    "node-wav": "^0.0.2",
    "ogg-opus-decoder": "^1.6.4",
    "qoa-format": "^1.0.0"
  },
  "devDependencies": {
    "audio-lena": "^2.2.1",
    "base64-arraybuffer": "^1.0.2",
    "tst": "^7.1.1"
  },
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/audiojs/audio-decode.git"
  },
  "keywords": [
    "audiojs",
    "audio",
    "dsp",
    "decode",
    "audio decode",
    "audio decoder",
    "web audio decoder",
    "codec",
    "mp3",
    "wav",
    "ogg",
    "vorbis",
    "opus",
    "web-audio"
  ],
  "author": "ΔY <dfcreative@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/audiojs/audio-decode/issues"
  },
  "homepage": "https://github.com/audiojs/audio-decode#readme"
}