Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
60 lines
1.7 KiB
Plaintext
60 lines
1.7 KiB
Plaintext
{
|
|
"name": "@opentelemetry/context-async-hooks",
|
|
"version": "2.5.1",
|
|
"description": "OpenTelemetry AsyncLocalStorage-based Context Manager",
|
|
"main": "build/src/index.js",
|
|
"types": "build/src/index.d.ts",
|
|
"repository": "open-telemetry/opentelemetry-js",
|
|
"scripts": {
|
|
"prepublishOnly": "npm run compile",
|
|
"compile": "tsc --build",
|
|
"clean": "tsc --build --clean",
|
|
"test": "nyc mocha 'test/**/*.test.ts'",
|
|
"tdd": "npm run test -- --watch-extensions ts --watch",
|
|
"lint": "eslint . --ext .ts",
|
|
"lint:fix": "eslint . --ext .ts --fix",
|
|
"version": "node ../../scripts/version-update.js",
|
|
"prewatch": "npm run precompile",
|
|
"peer-api-check": "node ../../scripts/peer-api-check.js",
|
|
"align-api-deps": "node ../../scripts/align-api-deps.js"
|
|
},
|
|
"keywords": [
|
|
"opentelemetry",
|
|
"nodejs",
|
|
"tracing",
|
|
"profiling",
|
|
"metrics",
|
|
"stats"
|
|
],
|
|
"author": "OpenTelemetry Authors",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^18.19.0 || >=20.6.0"
|
|
},
|
|
"files": [
|
|
"build/src/**/*.js",
|
|
"build/src/**/*.js.map",
|
|
"build/src/**/*.d.ts",
|
|
"doc",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"devDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.10.0",
|
|
"@types/mocha": "10.0.10",
|
|
"@types/node": "18.19.130",
|
|
"mocha": "11.7.5",
|
|
"nyc": "17.1.0",
|
|
"typescript": "5.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.10.0"
|
|
},
|
|
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-context-async-hooks",
|
|
"sideEffects": false,
|
|
"gitHead": "ad92be4c2c1094745a85b0b7eeff1444a11b1b4a"
|
|
}
|