
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "@elastic/elasticsearch@^7.10.0",
  "_id": "@elastic/elasticsearch@7.15.0",
  "_inBundle": false,
  "_integrity": "sha512-FUKvjV2IKtIiWsvBy7D+wLbSEONsmNR15RRN7P/Sb30g4ObZRHH2qGOP5PPnzxdntEkzZ8HzY7nKKXFS+3Du1g==",
  "_location": "/knex-migrator/@elastic/elasticsearch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@elastic/elasticsearch@^7.10.0",
    "name": "@elastic/elasticsearch",
    "escapedName": "@elastic%2felasticsearch",
    "scope": "@elastic",
    "rawSpec": "^7.10.0",
    "saveSpec": null,
    "fetchSpec": "^7.10.0"
  },
  "_requiredBy": [
    "/knex-migrator/@tryghost/elasticsearch-bunyan"
  ],
  "_resolved": "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-7.15.0.tgz",
  "_shasum": "4b009a87e0b11b8cfd2e4f378f0292574bc17300",
  "_spec": "@elastic/elasticsearch@^7.10.0",
  "_where": "/usr/local/lib/node_modules/knex-migrator/node_modules/@tryghost/elasticsearch-bunyan",
  "author": {
    "name": "Tomas Della Vedova"
  },
  "bugs": {
    "url": "https://github.com/elastic/elasticsearch-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^4.3.1",
    "hpagent": "^0.1.1",
    "ms": "^2.1.3",
    "secure-json-parse": "^2.4.0"
  },
  "deprecated": false,
  "description": "The official Elasticsearch client for Node.js",
  "devDependencies": {
    "@sinonjs/fake-timers": "github:sinonjs/fake-timers#0bfffc1",
    "@types/node": "^15.3.1",
    "convert-hrtime": "^5.0.0",
    "cross-zip": "^4.0.0",
    "dedent": "^0.7.0",
    "deepmerge": "^4.2.2",
    "dezalgo": "^1.0.3",
    "fast-deep-equal": "^3.1.3",
    "into-stream": "^6.0.0",
    "js-yaml": "^4.1.0",
    "license-checker": "^25.0.1",
    "minimist": "^1.2.5",
    "node-fetch": "^2.6.1",
    "ora": "^5.4.0",
    "pretty-hrtime": "^1.0.3",
    "proxy": "^1.0.2",
    "rimraf": "^3.0.2",
    "semver": "^7.3.5",
    "simple-git": "^2.39.0",
    "simple-statistics": "^7.7.0",
    "split2": "^3.2.2",
    "standard": "^16.0.3",
    "stoppable": "^1.1.0",
    "tap": "^15.0.9",
    "tsd": "^0.15.1",
    "workq": "^3.0.0",
    "xmlbuilder2": "^2.4.1"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    },
    "./": "./"
  },
  "homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
  "keywords": [
    "elasticsearch",
    "elastic",
    "kibana",
    "mapping",
    "REST",
    "search",
    "client",
    "index"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "@elastic/elasticsearch",
  "original-author": {
    "name": "Spencer Alger",
    "company": "Elasticsearch BV"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elastic/elasticsearch-js.git"
  },
  "scripts": {
    "build-esm": "npx gen-esm-wrapper . index.mjs && standard --fix index.mjs",
    "license-checker": "license-checker --production --onlyAllow='MIT;Apache-2.0;Apache1.1;ISC;BSD-3-Clause;BSD-2-Clause'",
    "lint": "standard",
    "lint:fix": "standard --fix",
    "test": "npm run lint && tap test/{unit,acceptance}/{*,**/*}.test.js && npm run test:types",
    "test:acceptance": "tap test/acceptance/*.test.js",
    "test:coverage-100": "tap test/{unit,acceptance}/{*,**/*}.test.js --coverage --100 --nyc-arg=\"--exclude=api\"",
    "test:coverage-report": "tap test/{unit,acceptance}/{*,**/*}.test.js --coverage --nyc-arg=\"--exclude=api\" && nyc report --reporter=text-lcov > coverage.lcov",
    "test:coverage-ui": "tap test/{unit,acceptance}/{*,**/*}.test.js --coverage --coverage-report=html --nyc-arg=\"--exclude=api\"",
    "test:integration": "node test/integration/index.js",
    "test:integration:helpers": "tap test/integration/helpers/*.test.js",
    "test:types": "tsd",
    "test:unit": "tap test/unit/{*,**/*}.test.js"
  },
  "tap": {
    "ts": false,
    "jsx": false,
    "flow": false,
    "coverage": false,
    "jobs-auto": true,
    "check-coverage": false
  },
  "tsd": {
    "directory": "test/types"
  },
  "types": "index.d.ts",
  "version": "7.15.0",
  "versionCanary": "7.15.0-canary.3"
}
