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/plugins/indexManagementDashboards/package.json
{
  "name": "opensearch_index_management_dashboards",
  "version": "2.19.3.0",
  "description": "Opensearch Dashboards plugin for Index Management",
  "main": "index.js",
  "license": "Apache-2.0",
  "homepage": "https://github.com/opensearch-project/index-management-dashboards-plugin",
  "config": {
    "id": "indexManagementDashboards",
    "zip_name": "index-management-dashboards"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opensearch-project/index-management-dashboards-plugin"
  },
  "scripts": {
    "cypress:open": "cypress open",
    "osd": "node ../../scripts/osd",
    "opensearch": "node ../../scripts/opensearch",
    "lint": "node ../../scripts/eslint . && node ../../scripts/stylelint",
    "plugin-helpers": "node ../../scripts/plugin_helpers",
    "test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
    "build": "yarn plugin-helpers build",
    "postbuild": "echo Renaming build artifact to [$npm_package_config_zip_name-$npm_package_version.zip] && mv build/$npm_package_config_id*.zip build/$npm_package_config_zip_name-$npm_package_version.zip"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "resolutions": {
    "@types/react": "^16.9.8",
    "**/@types/angular": "1.6.50",
    "**/@types/jest": "^24.0.9",
    "**/@types/react-dom": "^16.9.8",
    "eslint-utils": "^1.4.2",
    "browserify-sign": "^4.2.2",
    "path-parse": "^1.0.7",
    "kind-of": "^6.0.3",
    "glob-parent": "^5.1.2",
    "ssri": "^6.0.2",
    "lodash": "^4.17.21",
    "loader-utils": "^1.4.1",
    "hosted-git-info": "^2.8.9",
    "json-schema": "^0.4.0",
    "ansi-regex": "^5.0.1",
    "minimist": "^1.2.6",
    "moment": "^2.29.4",
    "async": "^3.2.3",
    "semver": "^7.5.3",
    "terser": "^4.8.1",
    "tough-cookie": "^4.1.3",
    "@cypress/request": "^3.0.0",
    "decode-uri-component": "^0.2.1",
    "**/ansi-regex": "^5.0.1",
    "**/glob-parent": "^6.0.0",
    "**/loader-utils": "^2.0.4",
    "**/async": "^3.2.3",
    "**/nth-check": "^2.0.1",
    "**/typescript": "4.0.2",
    "**/terser": "^4.8.1",
    "braces": "^3.0.3",
    "cross-spawn": "^7.0.5",
    "**/micromatch": "^4.0.8",
    "**/elliptic": "^6.5.4",
    "@babel/runtime": "^7.26.10",
    "@babel/helpers": "^7.26.10"
  },
  "devDependencies": {
    "@elastic/elastic-eslint-config-kibana": "link:../../packages/opensearch-eslint-config-opensearch-dashboards",
    "@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",
    "@testing-library/dom": "^8.11.3",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^13.1.9",
    "@types/diff": "^5.0.2",
    "@types/flat": "^5.0.2",
    "@types/json-schema": "^7.0.11",
    "@types/react-dom": "^16.9.8",
    "@types/react-router-dom": "^5.3.2",
    "cypress": "12.17.4",
    "diff": "^4.0.1",
    "eslint-plugin-no-unsanitized": "^3.0.2",
    "eslint-plugin-prefer-object-spread": "^1.2.1",
    "husky": "^3.0.0",
    "lint-staged": "^10.2.0",
    "ts-loader": "^6.2.1"
  },
  "engines": {
    "yarn": "^1.21.1"
  },
  "opensearchDashboards": {
    "version": "2.19.3"
  }
}