芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/tracing/package.json
{ "_args": [ [ "@sentry/tracing@6.2.3", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "@sentry/tracing@6.2.3", "_id": "@sentry/tracing@6.2.3", "_inBundle": false, "_integrity": "sha512-OnQZKp7qVera+Z4ly6hgybGgyf10p2VDXqwueXkMVeLD+PwlPG8a8NMpKkZ+QxwRbQbSFhRLQaib3NX34tusBQ==", "_location": "/@sentry/tracing", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@sentry/tracing@6.2.3", "name": "@sentry/tracing", "escapedName": "@sentry%2ftracing", "scope": "@sentry", "rawSpec": "6.2.3", "saveSpec": null, "fetchSpec": "6.2.3" }, "_requiredBy": [ "/@sentry/node" ], "_resolved": "https://registry.npmjs.org/@sentry/tracing/-/tracing-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/minimal": "6.2.3", "@sentry/types": "6.2.3", "@sentry/utils": "6.2.3", "tslib": "^1.9.3" }, "description": "Extensions for Sentry AM", "devDependencies": { "@sentry-internal/eslint-config-sdk": "6.2.3", "@sentry/browser": "6.2.3", "@types/express": "^4.17.1", "@types/jsdom": "^16.2.3", "eslint": "7.6.0", "jest": "^24.7.1", "jsdom": "^16.2.2", "npm-run-all": "^4.1.2", "prettier": "1.19.0", "rimraf": "^2.6.3", "rollup": "^1.10.1", "rollup-plugin-commonjs": "^9.3.4", "rollup-plugin-license": "^0.8.1", "rollup-plugin-node-resolve": "^4.2.3", "rollup-plugin-terser": "^4.0.4", "rollup-plugin-typescript2": "^0.21.0", "typescript": "3.7.5" }, "engines": { "node": ">=6" }, "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/tracing", "jest": { "collectCoverage": true, "transform": { "^.+\\.ts$": "ts-jest" }, "moduleFileExtensions": [ "js", "ts" ], "testEnvironment": "node", "testMatch": [ "**/*.test.ts" ], "globals": { "ts-jest": { "tsConfig": "./tsconfig.json", "diagnostics": false } } }, "license": "MIT", "main": "dist/index.js", "module": "esm/index.js", "name": "@sentry/tracing", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/getsentry/sentry-javascript.git" }, "scripts": { "build": "run-p build:es5 build:esm build:bundle", "build:bundle": "rollup --config", "build:bundle:watch": "rollup --config --watch", "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 build esm", "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": [ "./src/index.ts" ], "types": "dist/index.d.ts", "version": "6.2.3", "volta": { "extends": "../../package.json" } }