{
  "name": "elastic-apm-http-client",
  "version": "11.2.0",
  "description": "A low-level HTTP client for communicating with the Elastic APM intake API",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "lib"
  ],
  "scripts": {
    "lint": "standard",
    "test": "nyc ./test/run_tests.sh"
  },
  "engines": {
    "node": "^8.6.0 || 10 || >=12"
  },
  "author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "dependencies": {
    "agentkeepalive": "^4.2.1",
    "breadth-filter": "^2.0.0",
    "end-of-stream": "^1.4.4",
    "fast-safe-stringify": "^2.0.7",
    "fast-stream-to-buffer": "^1.0.0",
    "object-filter-sequence": "^1.0.0",
    "readable-stream": "^3.4.0",
    "semver": "^6.3.0",
    "stream-chopper": "^3.0.1"
  },
  "devDependencies": {
    "ndjson": "^1.5.0",
    "nyc": "^14.1.1",
    "standard": "^14.3.1",
    "tape": "^4.11.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elastic/apm-nodejs-http-client.git"
  },
  "bugs": {
    "url": "https://github.com/elastic/apm-nodejs-http-client/issues"
  },
  "homepage": "https://github.com/elastic/apm-nodejs-http-client",
  "keywords": [
    "elastic",
    "apm",
    "http",
    "client"
  ]
}
