芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/node/package.json
{ "_args": [ [ "@sentry/node@6.2.3", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "@sentry/node@6.2.3", "_id": "@sentry/node@6.2.3", "_inBundle": false, "_integrity": "sha512-MaT8Uj+dOi1FPR4GkRGoQwaqxWKtfz+KpZ2RUT+x6aMqE8nieDFKts0i7O2vALg7LbRFzVsDsvK2GWcunfYkpA==", "_location": "/@sentry/node", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@sentry/node@6.2.3", "name": "@sentry/node", "escapedName": "@sentry%2fnode", "scope": "@sentry", "rawSpec": "6.2.3", "saveSpec": null, "fetchSpec": "6.2.3" }, "_requiredBy": [ "/strapi-generate-new" ], "_resolved": "https://registry.npmjs.org/@sentry/node/-/node-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/core": "6.2.3", "@sentry/hub": "6.2.3", "@sentry/tracing": "6.2.3", "@sentry/types": "6.2.3", "@sentry/utils": "6.2.3", "cookie": "^0.4.1", "https-proxy-agent": "^5.0.0", "lru_map": "^0.3.3", "tslib": "^1.9.3" }, "description": "Official Sentry SDK for Node.js", "devDependencies": { "@sentry-internal/eslint-config-sdk": "6.2.3", "@types/cookie": "0.3.2", "@types/express": "^4.17.2", "@types/lru-cache": "^5.1.0", "@types/node": "~10.17.0", "eslint": "7.6.0", "express": "^4.17.1", "jest": "^24.7.1", "nock": "^13.0.5", "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/node", "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/node", "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": "run-s test:jest test:express test:webpack", "test:express": "node test/manual/express-scope-separation/start.js", "test:jest": "jest", "test:watch": "jest --watch", "test:webpack": "cd test/manual/webpack-domain/ && yarn && node npm-build.js" }, "types": "dist/index.d.ts", "version": "6.2.3", "volta": { "extends": "../../package.json" } }