File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/@sentry/hub/package.json
{
"_from": "@sentry/hub@5.24.2",
"_id": "@sentry/hub@5.24.2",
"_inBundle": false,
"_integrity": "sha512-xmO1Ivvpb5Qr9WgekinuZZlpl9Iw7iPETUe84HQOhUrXf+2gKO+LaUYMMsYSVDwXQEmR6/tTMyOtS6iavldC6w==",
"_location": "/@sentry/hub",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@sentry/hub@5.24.2",
"name": "@sentry/hub",
"escapedName": "@sentry%2fhub",
"scope": "@sentry",
"rawSpec": "5.24.2",
"saveSpec": null,
"fetchSpec": "5.24.2"
},
"_requiredBy": [
"/@sentry/core",
"/@sentry/minimal"
],
"_resolved": "https://registry.npmjs.org/@sentry/hub/-/hub-5.24.2.tgz",
"_shasum": "64a02fd487599945e488ae23aba4ce4df44ee79e",
"_spec": "@sentry/hub@5.24.2",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop/node_modules/@sentry/core",
"author": {
"name": "Sentry"
},
"bugs": {
"url": "https://github.com/getsentry/sentry-javascript/issues"
},
"bundleDependencies": false,
"dependencies": {
"@sentry/types": "5.24.2",
"@sentry/utils": "5.24.2",
"tslib": "^1.9.3"
},
"deprecated": false,
"description": "Sentry hub which handles global state managment.",
"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/hub",
"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/hub",
"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"
}