芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/minimal/package.json
{ "_args": [ [ "@sentry/minimal@6.2.3", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "@sentry/minimal@6.2.3", "_id": "@sentry/minimal@6.2.3", "_inBundle": false, "_integrity": "sha512-Gpn9x4NQAG7E94EK1+hAz9GUcYrffTuqJ/XgqvHYk0jsHZ6RfsXYrmBac0ZwUxOivMf2t0n5opK0v5rhMDfF2w==", "_location": "/@sentry/minimal", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@sentry/minimal@6.2.3", "name": "@sentry/minimal", "escapedName": "@sentry%2fminimal", "scope": "@sentry", "rawSpec": "6.2.3", "saveSpec": null, "fetchSpec": "6.2.3" }, "_requiredBy": [ "/@sentry/core", "/@sentry/tracing" ], "_resolved": "https://registry.npmjs.org/@sentry/minimal/-/minimal-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" }, "dependencies": { "@sentry/hub": "6.2.3", "@sentry/types": "6.2.3", "tslib": "^1.9.3" }, "description": "Sentry minimal library that can be used in other packages", "devDependencies": { "@sentry-internal/eslint-config-sdk": "6.2.3", "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/minimal", "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/minimal", "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": "6.2.3", "volta": { "extends": "../../package.json" } }