芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/types/package.json
{ "_args": [ [ "@sentry/types@6.2.3", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "@sentry/types@6.2.3", "_id": "@sentry/types@6.2.3", "_inBundle": false, "_integrity": "sha512-BpA+9FherWgYlkMD/82bGFh/gAqZNlZX5UE8vWLKyyzNyOEEz3v9ScxE8dOSWE4v5iXJR1O3jjxaTcRQxPVgCA==", "_location": "/@sentry/types", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@sentry/types@6.2.3", "name": "@sentry/types", "escapedName": "@sentry%2ftypes", "scope": "@sentry", "rawSpec": "6.2.3", "saveSpec": null, "fetchSpec": "6.2.3" }, "_requiredBy": [ "/@sentry/core", "/@sentry/hub", "/@sentry/minimal", "/@sentry/node", "/@sentry/tracing", "/@sentry/utils" ], "_resolved": "https://registry.npmjs.org/@sentry/types/-/types-6.2.3.tgz", "_spec": "6.2.3", "_where": "/home/freeclou/app.optimyar.com/backend", "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": "6.2.3", "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": "6.2.3", "volta": { "extends": "../../package.json" } }