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/path-exists/../duplexify/./.././debug/../domutils/../cheerio/../codec-parser
الملفات الموجودة في هذا الـ Path:
.
..
.github
.prettierignore
LICENSE
README.md
index.d.ts
index.js
package.json
src

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

{
  "name": "codec-parser",
  "version": "2.4.3",
  "description": "Library that parses raw data from audio codecs into frames containing data, header values, duration, and other information.",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "mp3",
    "mpeg",
    "aac",
    "aacp",
    "flac",
    "opus",
    "vorbis",
    "ogg",
    "ogg-flac",
    "ogg-opus",
    "ogg-vorbis"
  ],
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/.bin/jest --maxWorkers=100% --coverage --no-color 2> test-results.txt && cat test-results.txt",
    "format": "prettier --cache --write \"**/*.js\" --write \"package.json\" --write \"**/*.d.ts\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eshaz/codec-parser.git"
  },
  "author": {
    "name": "Ethan Halsall",
    "email": "ethanhalsall@pm.me"
  },
  "license": "LGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/eshaz/codec-parser/issues"
  },
  "type": "module",
  "sideEffects": false,
  "homepage": "https://github.com/eshaz/codec-parser#readme",
  "devDependencies": {
    "@types/jest": "^29.5.3",
    "jest": "^29.6.2",
    "prettier": "^3.0.1"
  }
}