{
  "_from": "audio-type@^2.2.1",
  "_id": "audio-type@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-En9AY6EG1qYqEy5L/quryzbA4akBpJrnBZNxeKTqGHC2xT9Qc4aZ8b7CcbOMFTTc/MGdoNyp+SN4zInZNKxMYA==",
  "_location": "/audio-type",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "audio-type@^2.2.1",
    "name": "audio-type",
    "escapedName": "audio-type",
    "rawSpec": "^2.2.1",
    "saveSpec": null,
    "fetchSpec": "^2.2.1"
  },
  "_requiredBy": [
    "/audio-decode"
  ],
  "_resolved": "https://registry.npmjs.org/audio-type/-/audio-type-2.2.1.tgz",
  "_shasum": "5ceae0b0b3cf3b1e117edabb9e5332eaf3bd4f25",
  "_spec": "audio-type@^2.2.1",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib/node_modules/audio-decode",
  "author": {
    "name": "Hemanth.HM",
    "email": "hemanth.hm@gmail.com",
    "url": "http://h3manth.com"
  },
  "bugs": {
    "url": "https://github.com/audiojs/audio-type/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect the audio type of a Buffer/Uint8Array",
  "devDependencies": {
    "read-chunk": "^2.0.0",
    "tape": "^4.6.3"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "audio-type.js"
  ],
  "homepage": "https://github.com/audiojs/audio-type#readme",
  "keywords": [
    "audiojs",
    "audio",
    "sound",
    "wav",
    "mp3",
    "flac",
    "type",
    "detect",
    "check",
    "is",
    "binary",
    "uint8array"
  ],
  "license": "MIT",
  "main": "audio-type.js",
  "name": "audio-type",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/audiojs/audio-type.git"
  },
  "scripts": {
    "test": "node test"
  },
  "type": "module",
  "version": "2.2.1"
}
