File: D:/HostingSpaces/SBogers10/base.komma.pro/node_modules/@sentry/types/package.json
{
"_from": "@sentry/types@5.17.0",
"_id": "@sentry/types@5.17.0",
"_inBundle": false,
"_integrity": "sha512-1z8EXzvg8GcsBNnSXgB5/G7mz2PwmMt9mjOrVG1jhtSGH1c7WvB32F5boqoMcjIJmy5MrBGaaXwrF/RRJrwUQg==",
"_location": "/@sentry/types",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@sentry/types@5.17.0",
"name": "@sentry/types",
"escapedName": "@sentry%2ftypes",
"scope": "@sentry",
"rawSpec": "5.17.0",
"saveSpec": null,
"fetchSpec": "5.17.0"
},
"_requiredBy": [
"/@sentry/browser",
"/@sentry/core",
"/@sentry/hub",
"/@sentry/minimal",
"/@sentry/utils"
],
"_resolved": "https://registry.npmjs.org/@sentry/types/-/types-5.17.0.tgz",
"_shasum": "b8d245ac7d5caa749c549e9f72aab2d6522afe63",
"_spec": "@sentry/types@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,
"deprecated": false,
"description": "Types for all Sentry JavaScript SDKs",
"devDependencies": {
"npm-run-all": "^4.1.2",
"prettier": "^1.17.0",
"prettier-check": "^2.0.0",
"tslint": "^5.16.0",
"typescript": "^3.4.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: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"
},
"sideEffects": false,
"types": "dist/index.d.ts",
"version": "5.17.0"
}