Your IP : 216.73.216.131


Current Path : /etc/kibana/node_modules/elastic-apm-http-client/
Upload File :
Current File : //etc/kibana/node_modules/elastic-apm-http-client/package.json

{
  "name": "elastic-apm-http-client",
  "version": "9.2.1",
  "description": "A low-level HTTP client for communicating with the Elastic APM intake API",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "test": "standard && nyc tape test/*.js"
  },
  "engines": {
    "node": "^8.6.0 || 10 || >=12"
  },
  "author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "dependencies": {
    "breadth-filter": "^2.0.0",
    "container-info": "^1.0.1",
    "end-of-stream": "^1.4.4",
    "fast-safe-stringify": "^2.0.7",
    "fast-stream-to-buffer": "^1.0.0",
    "pump": "^3.0.0",
    "readable-stream": "^3.4.0",
    "stream-chopper": "^3.0.1",
    "unicode-byte-truncate": "^1.0.0"
  },
  "devDependencies": {
    "codecov": "^3.6.1",
    "https-pem": "^2.0.0",
    "ndjson": "^1.5.0",
    "nyc": "^14.1.1",
    "semver": "^6.3.0",
    "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"
  ],
  "coordinates": [
    55.778274,
    12.593031
  ]
}