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/base.komma.pro/node_modules/@sentry/utils/package.json
{
  "_from": "@sentry/utils@5.17.0",
  "_id": "@sentry/utils@5.17.0",
  "_inBundle": false,
  "_integrity": "sha512-qn8WgZcSkV/rx0ezp9q/xFjP7aMaYZO1/JYLXV4o6pYrQ9tvMmmwAZT39FpJunhhbkR36WNEuRB9C2K250cb/A==",
  "_location": "/@sentry/utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@sentry/utils@5.17.0",
    "name": "@sentry/utils",
    "escapedName": "@sentry%2futils",
    "scope": "@sentry",
    "rawSpec": "5.17.0",
    "saveSpec": null,
    "fetchSpec": "5.17.0"
  },
  "_requiredBy": [
    "/@sentry/browser",
    "/@sentry/core",
    "/@sentry/hub"
  ],
  "_resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-5.17.0.tgz",
  "_shasum": "b809b067665f3ebaea77ba7b5d1d1d14a4ed76cb",
  "_spec": "@sentry/utils@5.17.0",
  "_where": "/Users/julesgraus/webDevelopment/Boilerplate-Base/node_modules/@sentry/browser",
  "author": {
    "name": "Sentry"
  },
  "bugs": {
    "url": "https://github.com/getsentry/sentry-javascript/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@sentry/types": "5.17.0",
    "tslib": "^1.9.3"
  },
  "deprecated": false,
  "description": "Utilities for all Sentry JavaScript SDKs",
  "devDependencies": {
    "chai": "^4.1.2",
    "jest": "^24.7.1",
    "npm-run-all": "^4.1.2",
    "prettier": "^1.17.0",
    "prettier-check": "^2.0.0",
    "rimraf": "^2.6.3",
    "tslint": "^5.16.0",
    "typescript": "^3.4.5"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/utils",
  "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/utils",
  "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 esm coverage *.js *.js.map *.d.ts",
    "fix": "run-s fix:tslint fix:prettier",
    "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
    "fix:tslint": "tslint --fix -t stylish -p .",
    "link:yarn": "yarn link",
    "lint": "run-s lint:prettier lint:tslint",
    "lint:prettier": "prettier-check \"{src,test}/**/*.ts\"",
    "lint:tslint": "tslint -t stylish -p .",
    "lint:tslint:json": "tslint --format json -p . | tee lint-results.json",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "sideEffects": false,
  "types": "dist/index.d.ts",
  "version": "5.17.0"
}