HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/@opensearch-project/opensearch/package.json
{
  "name": "@opensearch-project/opensearch",
  "description": "The official OpenSearch client for Node.js",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.mjs"
    },
    "./": "./"
  },
  "homepage": "https://www.opensearch.org/",
  "version": "1.1.0",
  "versionCanary": "7.10.0-canary.6",
  "keywords": [
    "opensearch",
    "opensearchDashboards",
    "mapping",
    "REST",
    "search",
    "client",
    "index"
  ],
  "scripts": {
    "test": "npm run lint && tap test/{unit,acceptance}/{*,**/*}.test.js && npm run test:types",
    "test:unit": "tap test/unit/{*,**/*}.test.js",
    "test:acceptance": "tap test/acceptance/*.test.js",
    "test:integration": "node test/integration/index.js",
    "test:integration:helpers": "tap test/integration/helpers/*.test.js",
    "test:integration:helpers-secure": "tap test/integration/helpers-secure/*.test.js",
    "test:types": "tsd",
    "test:coverage-90": "tap test/{unit,acceptance}/{*,**/*}.test.js --coverage --branches=90 --functions=90 --lines=90 --statements=90 --nyc-arg=\"--exclude=api\"",
    "test:coverage-report": "tap test/{unit,acceptance}/{*,**/*}.test.js --coverage --branches=90 --functions=90 --lines=90 --statements=90 --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\"",
    "lint": "standard",
    "lint:fix": "standard --fix",
    "license-checker": "license-checker --production --onlyAllow='MIT;Apache-2.0;Apache1.1;ISC;BSD-3-Clause;BSD-2-Clause'",
    "build-esm": "npx gen-esm-wrapper . index.mjs && standard --fix index.mjs"
  },
  "author": "opensearch-project",
  "original-author": {
    "name": "Spencer Alger",
    "company": "Elasticsearch BV"
  },
  "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"
  },
  "dependencies": {
    "debug": "^4.3.1",
    "hpagent": "^0.1.1",
    "ms": "^2.1.3",
    "secure-json-parse": "^2.4.0"
  },
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/opensearch-project/opensearch-js.git"
  },
  "bugs": {
    "url": "https://github.com/opensearch-project/opensearch-js/issues"
  },
  "engines": {
    "node": ">=10"
  },
  "tsd": {
    "directory": "test/types"
  },
  "tap": {
    "ts": false,
    "jsx": false,
    "flow": false,
    "coverage": false,
    "jobs-auto": true
  }
}