{
  "_from": "audio-recorder-polyfill@^0.4.1",
  "_id": "audio-recorder-polyfill@0.4.1",
  "_inBundle": false,
  "_integrity": "sha512-SS4qVOzuVwlS/tjQdd0uR+9cCKBTkx4jsAdjM+rMNqoTEWf6bMnBSTfv+FO4Zn9ngxviJOxhkgRWWXsAMqM96Q==",
  "_location": "/audio-recorder-polyfill",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "audio-recorder-polyfill@^0.4.1",
    "name": "audio-recorder-polyfill",
    "escapedName": "audio-recorder-polyfill",
    "rawSpec": "^0.4.1",
    "saveSpec": null,
    "fetchSpec": "^0.4.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/audio-recorder-polyfill/-/audio-recorder-polyfill-0.4.1.tgz",
  "_shasum": "4290eca3d8edf49eb6daba59592aacf357b6e5b7",
  "_spec": "audio-recorder-polyfill@^0.4.1",
  "_where": "/var/www/html/frontend-new",
  "author": {
    "name": "Andrey Sitnik",
    "email": "andrey@sitnik.ru"
  },
  "bugs": {
    "url": "https://github.com/ai/audio-recorder-polyfill/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "MediaRecorder polyfill to record audio in Edge and Safari",
  "exports": {
    ".": {
      "require": "./index.cjs",
      "import": "./index.js"
    },
    "./package.json": "./package.json",
    "./mpeg-encoder/package.json": "./mpeg-encoder/package.json",
    "./mpeg-encoder": {
      "require": "./mpeg-encoder/index.cjs",
      "import": "./mpeg-encoder/index.js"
    },
    "./wave-encoder/package.json": "./wave-encoder/package.json",
    "./wave-encoder": {
      "require": "./wave-encoder/index.cjs",
      "import": "./wave-encoder/index.js"
    }
  },
  "homepage": "https://github.com/ai/audio-recorder-polyfill#readme",
  "keywords": [
    "mediarecorder",
    "polyfill",
    "edge",
    "safari",
    "wave",
    "wav",
    "webrtc",
    "audio",
    "web audio api",
    "recorder",
    "mp3"
  ],
  "license": "MIT",
  "main": "index.cjs",
  "module": "index.js",
  "name": "audio-recorder-polyfill",
  "react-native": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ai/audio-recorder-polyfill.git"
  },
  "type": "module",
  "version": "0.4.1"
}
