{
  "_from": "@mixpanel/rrweb-plugin-console-record@2.0.0-alpha.18.4",
  "_id": "@mixpanel/rrweb-plugin-console-record@2.0.0-alpha.18.4",
  "_inBundle": false,
  "_integrity": "sha512-gGxEnNpfWurQht+fpSJbwPV60ug0LAENlk4Ux3XRmYooNJGPBO1TiQHcM7g0yhrKf4tfbTiKKZ4EXzFlOZs/pw==",
  "_location": "/@mixpanel/rrweb-plugin-console-record",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@mixpanel/rrweb-plugin-console-record@2.0.0-alpha.18.4",
    "name": "@mixpanel/rrweb-plugin-console-record",
    "escapedName": "@mixpanel%2frrweb-plugin-console-record",
    "scope": "@mixpanel",
    "rawSpec": "2.0.0-alpha.18.4",
    "saveSpec": null,
    "fetchSpec": "2.0.0-alpha.18.4"
  },
  "_requiredBy": [
    "/mixpanel-browser"
  ],
  "_resolved": "https://registry.npmjs.org/@mixpanel/rrweb-plugin-console-record/-/rrweb-plugin-console-record-2.0.0-alpha.18.4.tgz",
  "_shasum": "674c3d0292fed17ab57c9c5681d9f5669f9198ff",
  "_spec": "@mixpanel/rrweb-plugin-console-record@2.0.0-alpha.18.4",
  "_where": "/var/www/html/celebrityschool-nextjs/node_modules/mixpanel-browser",
  "author": {
    "name": "justin@recordonce.com"
  },
  "bugs": {
    "url": "https://github.com/mixpanel/rrweb/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Please refer to the [console recipe](../../../docs/recipes/console.md) on how to use this plugin. See the [guide](../../../guide.md) for more info on rrweb.",
  "devDependencies": {
    "@mixpanel/rrweb": "^2.0.0-alpha.18",
    "puppeteer": "^20.9.0",
    "typescript": "^5.4.5",
    "vite": "^5.3.1",
    "vite-plugin-dts": "^3.9.1",
    "vitest": "^1.4.0"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/rrweb-plugin-console-record.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/rrweb-plugin-console-record.umd.cjs"
      }
    }
  },
  "files": [
    "dist",
    "package.json"
  ],
  "homepage": "https://github.com/mixpanel/rrweb#readme",
  "keywords": [
    "rrweb"
  ],
  "license": "MIT",
  "main": "./dist/rrweb-plugin-console-record.umd.cjs",
  "module": "./dist/rrweb-plugin-console-record.js",
  "name": "@mixpanel/rrweb-plugin-console-record",
  "peerDependencies": {
    "@mixpanel/rrweb": "^2.0.0-alpha.18",
    "@mixpanel/rrweb-utils": "^2.0.0-alpha.18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mixpanel/rrweb.git"
  },
  "scripts": {
    "build": "yarn turbo run prepublish",
    "check-types": "tsc -noEmit",
    "dev": "vite build --watch",
    "prepublish": "tsc -noEmit && vite build",
    "test": "vitest run",
    "test:watch": "vitest watch"
  },
  "type": "module",
  "typings": "dist/index.d.ts",
  "unpkg": "./dist/rrweb-plugin-console-record.umd.cjs",
  "version": "2.0.0-alpha.18.4"
}
