{
  "_args": [
    [
      "@sentry/types@5.30.0",
      "/home/control3/fundiherrajes"
    ]
  ],
  "_from": "@sentry/types@5.30.0",
  "_id": "@sentry/types@5.30.0",
  "_inBundle": false,
  "_integrity": "sha512-R8xOqlSTZ+htqrfteCWU5Nk0CDN5ApUTvrlvBuiH1DyP6czDZ4ktbZB0hAgBlVcK0U+qpD3ag3Tqqpa5Q67rPw==",
  "_location": "/@sentry/types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@sentry/types@5.30.0",
    "name": "@sentry/types",
    "escapedName": "@sentry%2ftypes",
    "scope": "@sentry",
    "rawSpec": "5.30.0",
    "saveSpec": null,
    "fetchSpec": "5.30.0"
  },
  "_requiredBy": [
    "/@sentry/core",
    "/@sentry/hub",
    "/@sentry/minimal",
    "/@sentry/node",
    "/@sentry/tracing",
    "/@sentry/utils"
  ],
  "_resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.30.0.tgz",
  "_spec": "5.30.0",
  "_where": "/home/control3/fundiherrajes",
  "author": {
    "name": "Sentry"
  },
  "bugs": {
    "url": "https://github.com/getsentry/sentry-javascript/issues"
  },
  "description": "Types for all Sentry JavaScript SDKs",
  "devDependencies": {
    "@sentry-internal/eslint-config-sdk": "5.30.0",
    "eslint": "7.6.0",
    "npm-run-all": "^4.1.2",
    "prettier": "1.19.0",
    "typescript": "3.7.5"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/types",
  "license": "BSD-3-Clause",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "name": "@sentry/types",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/getsentry/sentry-javascript.git"
  },
  "scripts": {
    "build": "run-p build:es5 build:esm",
    "build:es5": "tsc -p tsconfig.build.json",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:watch": "run-p build:watch:es5 build:watch:esm",
    "build:watch:es5": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
    "build:watch:esm": "tsc -p tsconfig.esm.json -w --preserveWatchOutput",
    "fix": "run-s fix:eslint fix:prettier",
    "fix:eslint": "eslint . --format stylish --fix",
    "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
    "link:yarn": "yarn link",
    "lint": "run-s lint:prettier lint:eslint",
    "lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish",
    "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"",
    "pack": "npm pack"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "5.30.0",
  "volta": {
    "extends": "../../package.json"
  }
}
