elastic-apm-node
Version:
The official Elastic APM agent for Node.js
190 lines (189 loc) • 5.45 kB
JSON
{
"name": "elastic-apm-node",
"version": "2.12.0",
"description": "The official Elastic APM agent for Node.js",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"docs:open": "PREVIEW=1 npm run docs:build",
"docs:build": "./docs/scripts/build_docs.sh apm-agent-nodejs ./docs ./build",
"lint": "standard",
"lint:fix": "standard --fix",
"lint:commit": "test/lint-commits.sh",
"coverage": "COVERAGE=true ./test/script/run_tests.sh",
"coverage:prereport": "npm run coverage",
"coverage:report": "nyc report --reporter=lcov",
"test": "./test/script/run_tests.sh",
"test:cli": "node test/script/cli.js",
"test:deps": "dependency-check . -i async_hooks -i parseurl -i perf_hooks && dependency-check . --unused --no-dev --entry lib/instrumentation/modules/*",
"test:tav": "tav --quiet",
"test:docs": "./test/script/docker/run_docs.sh",
"test:types": "tsc --project test/types/tsconfig.json && tsc --project test/types/transpile/tsconfig.json && node test/types/transpile/index.js",
"test:babel": "babel test/babel/src.js --out-file test/babel/out.js && node test/babel/out.js",
"test:esm": "node --experimental-modules test/esm",
"local:start": "./test/script/local-deps-start.sh",
"local:stop": "./test/script/local-deps-stop.sh",
"docker:start": "docker-compose -f ./test/docker-compose.yml up -d",
"docker:stop": "docker-compose -f ./test/docker-compose.yml down",
"docker:clean": "./test/script/docker/cleanup.sh"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/elastic/apm-agent-nodejs.git"
},
"engines": {
"node": "6 || 8 || 9 || 10 || 11 || 12"
},
"keywords": [
"opbeat",
"elastic",
"elasticapm",
"elasticsearch",
"log",
"logging",
"bug",
"bugs",
"error",
"errors",
"exception",
"exceptions",
"catch",
"monitor",
"monitoring",
"alert",
"alerts",
"performance",
"apm",
"ops",
"devops",
"stacktrace",
"trace",
"tracing",
"distributedtracing",
"distributed-tracing"
],
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/elastic/apm-agent-nodejs/issues"
},
"homepage": "https://github.com/elastic/apm-agent-nodejs",
"dependencies": {
"after-all-results": "^2.0.0",
"async-value-promise": "^1.1.1",
"basic-auth": "^2.0.1",
"console-log-level": "^1.4.0",
"cookie": "^0.4.0",
"core-util-is": "^1.0.2",
"elastic-apm-http-client": "^8.0.0",
"end-of-stream": "^1.4.1",
"fast-safe-stringify": "^2.0.6",
"http-headers": "^3.0.2",
"is-native": "^1.0.1",
"measured-reporting": "^1.49.0",
"monitor-event-loop-delay": "^1.0.0",
"object-filter-sequence": "^1.0.0",
"object.entries": "^1.1.0",
"original-url": "^1.2.2",
"read-pkg-up": "^4.0.0",
"redact-secrets": "^1.0.0",
"relative-microtime": "^2.0.0",
"require-ancestors": "^1.0.0",
"require-in-the-middle": "^4.0.0",
"semver": "^6.1.1",
"set-cookie-serde": "^1.0.0",
"sql-summary": "^1.0.1",
"stackman": "^3.0.2",
"traceparent": "^1.0.0",
"unicode-byte-truncate": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@commitlint/travis-cli": "^8.0.0",
"@types/node": "^12.0.8",
"apollo-server-express": "^2.6.3",
"aws-sdk": "^2.477.0",
"bluebird": "^3.5.2",
"cassandra-driver": "^4.0.0",
"commitlint-config-squash-pr": "^1.0.0",
"connect": "^3.7.0",
"container-info": "^1.0.1",
"dependency-check": "^3.2.1",
"elasticsearch": "^16.1.1",
"express": "^4.16.4",
"express-graphql": "^0.8.0",
"express-queue": "^0.0.12",
"fastify": "^2.5.0",
"finalhandler": "^1.1.2",
"generic-pool": "^3.4.2",
"get-port": "^4.0.0",
"got": "^9.2.2",
"graphql": "^14.3.1",
"handlebars": "^4.0.12",
"hapi": "^18.1.0",
"https-pem": "^2.0.0",
"inquirer": "^0.12.0",
"ioredis": "^4.10.0",
"is-my-json-valid": "^2.19.0",
"jade": "^1.11.0",
"json-schema-ref-parser": "^6.0.1",
"knex": "^0.17.6",
"koa": "^2.5.3",
"koa-router": "^7.4.0",
"lambda-local": "^1.5.2",
"mimic-response": "^1.0.1",
"mkdirp": "^0.5.1",
"mongodb-core": "^3.2.7",
"mysql": "^2.16.0",
"mysql2": "^1.6.3",
"ndjson": "^1.5.0",
"nyc": "^14.1.1",
"once": "^1.4.0",
"p-finally": "^1.0.0",
"pg": "^7.11.0",
"pug": "^2.0.3",
"redis": "^2.8.0",
"request": "^2.88.0",
"restify": "^8.3.3",
"restify-clients": "^2.6.6",
"rimraf": "^2.6.2",
"send": "^0.17.0",
"standard": "^12.0.1",
"tape": "^4.10.2",
"tedious": "^6.2.0",
"test-all-versions": "^4.1.1",
"thunky": "^1.0.3",
"typescript": "^3.5.2",
"untildify": "^4.0.0",
"util.promisify": "^1.0.0",
"wait-on": "^3.1.0",
"ws": "^7.0.1"
},
"greenkeeper": {
"ignore": [
"inquirer"
]
},
"standard": {
"ignore": [
"/test/sourcemaps/fixtures/lib"
]
},
"commitlint": {
"extends": [
"squash-pr",
"@commitlint/config-conventional"
]
},
"coordinates": [
55.778263,
12.593183
]
}