HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@sentry/core/package.json
{
  "_from": "@sentry/core@5.24.2",
  "_id": "@sentry/core@5.24.2",
  "_inBundle": false,
  "_integrity": "sha512-nuAwCGU1l9hgMinl5P/8nIQGRXDP2FI9cJnq5h1qiP/XIOvJkJz2yzBR6nTyqr4vBth0tvxQJbIpDNGd7vHJLg==",
  "_location": "/@sentry/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@sentry/core@5.24.2",
    "name": "@sentry/core",
    "escapedName": "@sentry%2fcore",
    "scope": "@sentry",
    "rawSpec": "5.24.2",
    "saveSpec": null,
    "fetchSpec": "5.24.2"
  },
  "_requiredBy": [
    "/@sentry/browser"
  ],
  "_resolved": "https://registry.npmjs.org/@sentry/core/-/core-5.24.2.tgz",
  "_shasum": "1724652855c0887a690c3fc6acd2519d4072b511",
  "_spec": "@sentry/core@5.24.2",
  "_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/@sentry/browser",
  "author": {
    "name": "Sentry"
  },
  "bugs": {
    "url": "https://github.com/getsentry/sentry-javascript/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@sentry/hub": "5.24.2",
    "@sentry/minimal": "5.24.2",
    "@sentry/types": "5.24.2",
    "@sentry/utils": "5.24.2",
    "tslib": "^1.9.3"
  },
  "deprecated": false,
  "description": "Base implementation for all Sentry JavaScript SDKs",
  "devDependencies": {
    "@sentry-internal/eslint-config-sdk": "5.24.2",
    "eslint": "7.6.0",
    "jest": "^24.7.1",
    "npm-run-all": "^4.1.2",
    "prettier": "1.19.0",
    "rimraf": "^2.6.3",
    "typescript": "3.7.5"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
  "jest": {
    "collectCoverage": true,
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "moduleFileExtensions": [
      "js",
      "ts"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "**/*.test.ts"
    ],
    "globals": {
      "ts-jest": {
        "tsConfig": "./tsconfig.json",
        "diagnostics": false
      }
    }
  },
  "license": "BSD-3-Clause",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "name": "@sentry/core",
  "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",
    "clean": "rimraf dist coverage",
    "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",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "5.24.2"
}