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/securityAnalyticsDashboards/package.json
{
  "name": "opensearch_security_analytics_dashboards",
  "version": "2.19.3.0",
  "description": "OpenSearch Dashboards plugin for Security Analytics",
  "main": "index.js",
  "license": "Apache-2.0",
  "homepage": "https://github.com/opensearch-project/security-analytics-dashboards-plugin",
  "config": {
    "id": "securityAnalyticsDashboards",
    "zip_name": "security-analytics-dashboards"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/opensearch-project/security-analytics-dashboards-plugin"
  },
  "scripts": {
    "cypress:open": "cypress open",
    "cypress:run": "cypress run",
    "osd": "node ../../scripts/osd",
    "opensearch": "node ../../scripts/opensearch",
    "lint": "node ../../scripts/eslint .",
    "plugin-helpers": "node ../../scripts/plugin_helpers",
    "test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
    "test:jest:dev": "../../node_modules/.bin/jest --watch --config ./test/jest.config.js",
    "test:jest:update-snapshots": "yarn run test:jest -u",
    "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",
    "postinstall": "node -e \"const { execSync } = require('child_process');const { INIT_CWD, PWD = process.cwd() } = process.env; if (INIT_CWD?.startsWith?.(PWD)) {try {execSync('husky install');} catch (e) {}}\""
  },
  "resolutions": {
    "@types/react": "^16.9.8",
    "**/@types/angular": "1.6.50",
    "**/@types/jest": "^29.3.1",
    "**/@types/react-dom": "^16.9.8",
    "**/cross-spawn": "7.0.6",
    "eslint-utils": "^1.4.2",
    "path-parse": "^1.0.7",
    "kind-of": "^6.0.3",
    "glob-parent": "^5.1.2",
    "ssri": "^6.0.2",
    "lodash": "^4.17.21",
    "hosted-git-info": "^2.8.9",
    "json-schema": "^0.4.0",
    "ansi-regex": "^5.0.1",
    "minimist": "^1.2.6",
    "moment": "^2.29.2",
    "async": "^3.2.3",
    "json5": "^2.2.3",
    "tough-cookie": "^4.1.3",
    "semver": "^7.5.2",
    "@babel/core": "^7.26.10",
    "@babel/traverse": "^7.20.12",
    "word-wrap": "^1.2.4",
    "@cypress/request": "^3.0.0",
    "vis-data": "7.1.6",
    "braces": "^3.0.3",
    "micromatch": "^4.0.8",
    "ws": "^7.5.10"
  },
  "devDependencies": {
    "@babel/plugin-transform-class-properties": "^7.22.9",
    "@babel/plugin-transform-object-rest-spread": "^7.22.9",
    "@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/user-event": "^14.4.3",
    "@types/react-dom": "^16.9.8",
    "@types/react-router-dom": "^5.3.2",
    "@types/vis": "^4.21.21",
    "cypress": "12.17.4",
    "cypress-real-events": "1.7.6",
    "cypress-recurse": "^1.27.0",
    "eslint-plugin-no-unsanitized": "^3.0.2",
    "eslint-plugin-prefer-object-spread": "^1.2.1",
    "husky": "^8.0.0",
    "jest-cli": "^27.5.1",
    "jest-environment-jsdom": "^27.5.1",
    "lint-staged": "^10.2.0",
    "string.prototype.replaceall": "1.0.7",
    "ts-loader": "^6.2.1"
  },
  "engines": {
    "yarn": "^1.21.1"
  },
  "dependencies": {
    "formik": "^2.2.6",
    "react-graph-vis": "^1.0.7"
  },
  "opensearchDashboards": {
    "version": "2.19.3"
  }
}