{
  "name": "@sentry/hub",
  "version": "7.11.1",
  "description": "Sentry hub which handles global state managment.",
  "repository": "git://github.com/getsentry/sentry-javascript.git",
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/hub",
  "author": "Sentry",
  "license": "BSD-3-Clause",
  "engines": {
    "node": ">=8"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "types/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@sentry/types": "7.11.1",
    "@sentry/utils": "7.11.1",
    "tslib": "^1.9.3"
  },
  "sideEffects": false

,"_resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-7.11.1.tgz"
,"_integrity": "sha512-M6ClgdXdptS0lUBKB5KpXXe2qMQhsoiEN2pEGRI6+auqhfHCUQB1ZXsfjiOYexKC9fwx7TyFyZ9Jcaf2DTxEhw=="
,"_from": "@sentry/hub@7.11.1"
}