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/http-aws-es/package.json
{
  "name": "@zhongnansu/http-aws-es",
  "version": "6.0.1",
  "description": "Use the elasticsearch-js client with Amazon ES",
  "repository": "https://github.com/TheDeveloper/http-aws-es",
  "bugs": "https://github.com/TheDeveloper/http-aws-es/issues",
  "keywords": [
    "elasticsearch",
    "elasticsearch-js",
    "aws-es",
    "aws",
    "amazon",
    "es",
    "http",
    "connector",
    "extension",
    "sign"
  ],
  "main": "connector.js",
  "peerDependencies": {
    "aws-sdk": "^2.138.0",
    "elasticsearch": "^15.0.0"
  },
  "devDependencies": {
    "aws-sdk": "^2.138.0",
    "browserify": "^14.5.0",
    "chai": "^4.1.2",
    "elasticsearch": "^15.0.0",
    "eslint": "^4.9.0",
    "express": "^4.16.2",
    "minimist": "^1.2.0",
    "mocha": "^4.0.1",
    "nyc": "^11.2.1",
    "puppeteer": "^0.12.0",
    "sinon": "^4.0.0"
  },
  "scripts": {
    "test": "nyc --all mocha",
    "integration-test": "mocha test/integration",
    "posttest": "npm run lint",
    "lint": "eslint connector.js src"
  },
  "browser": {
    "./src/node.js": "./src/xhr.js"
  },
  "author": "Zhongnan Su <szhongna@amazon.com>",
  "license": "MIT"
}