UNPKG

@instana/core

Version:
78 lines (77 loc) 2.21 kB
{ "name": "@instana/core", "version": "4.21.0", "description": "Core library for Instana's Node.js packages", "main": "src/index.js", "files": [ "src", "CHANGELOG.md", "iitm-loader.mjs" ], "publishConfig": { "access": "public" }, "scripts": { "audit": "npm audit --omit=dev", "test": "USE_OPENTRACING_DEBUG_IMPL=true mocha --config=test/.mocharc.js --sort $(find test -iname '*test.js')", "test:debug": "WITH_STDOUT=true npm run test --", "test:ci": "mocha --config=test/.mocharc.js --reporter mocha-multi-reporters --reporter-options configFile=reporter-config.json 'test/**/*test.js'", "lint": "eslint src test", "verify": "npm run lint && npm test", "prettier": "prettier --write 'src/**/*.js' 'test/**/*.js'" }, "repository": { "type": "git", "url": "git+https://github.com/instana/nodejs.git" }, "keywords": [ "instana", "agent", "APM", "metrics", "monitoring", "performance", "tracing" ], "author": { "name": "Bastian Krol", "email": "bastian.krol@instana.com" }, "contributors": [ { "name": "Katharina Irrgang", "email": "katharina.irrgang@ibm.com" }, { "name": "Arya Mohanan", "email": "arya.mohanan@ibm.com" }, { "name": "Abhilash Sivan", "email": "abhilash.sivan@ibm.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/instana/nodejs/issues" }, "homepage": "https://github.com/instana/nodejs/blob/main/packages/core/README.md", "dependencies": { "@opentelemetry/api": "1.9.0", "@opentelemetry/context-async-hooks": "1.25.0", "@opentelemetry/instrumentation-fs": "0.12.0", "@opentelemetry/instrumentation-restify": "0.38.0", "@opentelemetry/instrumentation-socket.io": "0.39.0", "@opentelemetry/instrumentation-tedious": "0.13.0", "@opentelemetry/sdk-trace-base": "1.25.0", "cls-bluebird": "^2.1.0", "import-in-the-middle": "1.9.0", "lru-cache": "^10.1.0", "methods": "^1.1.2", "opentracing": "^0.14.5", "read-yaml-file": "^2.1.0", "semver": "^7.5.4", "shimmer": "^1.2.1" }, "gitHead": "356f582d62210fb69f7174a417ab70ad7c21c3e7" }