{
  "_args": [
    [
      "mic-recorder-to-mp3@2.2.2",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "mic-recorder-to-mp3@2.2.2",
  "_id": "mic-recorder-to-mp3@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-xDkOaHbojW3bdKOGn9CI5dT+Mc0RrfczsX/Y1zGJp3FUB4zei5ZKFnNm7Nguc9v910wkd7T3csnCTq5EtCF3Zw==",
  "_location": "/mic-recorder-to-mp3",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mic-recorder-to-mp3@2.2.2",
    "name": "mic-recorder-to-mp3",
    "escapedName": "mic-recorder-to-mp3",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mic-recorder-to-mp3/-/mic-recorder-to-mp3-2.2.2.tgz",
  "_spec": "2.2.2",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Djalma Araujo",
    "email": "djalma@close.io"
  },
  "babel": {
    "presets": [
      [
        "env",
        {
          "modules": false
        }
      ]
    ],
    "plugins": [
      "external-helpers"
    ]
  },
  "bugs": {
    "url": "https://github.com/closeio/mic-recorder-to-mp3/issues"
  },
  "contributors": [
    {
      "name": "Vitor Buzinaro",
      "email": "vitor@close.io"
    }
  ],
  "dependencies": {
    "lamejs": "^1.2.0"
  },
  "description": "Record your microphone audio input and get an audio/mp3 ouput buffer/blob.",
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.5.2",
    "rollup": "^0.43.0",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-uglify": "^2.0.1",
    "rollup-watch": "^4.0.0"
  },
  "homepage": "https://github.com/closeio/mic-recorder-to-mp3#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "mic-recorder-to-mp3",
  "peerDependencies": {
    "webrtc-adapter": ">=4.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/closeio/mic-recorder-to-mp3.git"
  },
  "scripts": {
    "build": "rollup -c",
    "minify": "minify=true rollup -c",
    "watch": "rollup -c -w"
  },
  "version": "2.2.2"
}
