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/@elastic/node-crypto/package.json
{
  "name": "@elastic/node-crypto",
  "version": "1.1.1",
  "description": "Easy (yet strong) encryption and decryption facilities for Node.js",
  "main": "lib/crypto.js",
  "types": "lib/crypto.d.ts",
  "scripts": {
    "clean": "rm -rf lib coverage",
    "build": "npm run clean && tsc",
    "coverage": "jest --coverage",
    "test": "retire -n -p package.json && npm run lint && npm run build && npm run unit",
    "lint": "tslint -p tsconfig.json -c tslint.json",
    "unit": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elastic/node-crypto.git"
  },
  "author": "Shaunak Kashyap (https://github.com/ycombinator)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/elastic/node-crypto/issues"
  },
  "homepage": "https://github.com/elastic/node-crypto#readme",
  "devDependencies": {
    "@types/jest": "24.0.12",
    "@types/node": "12.0.0",
    "jest": "24.8.0",
    "prettier": "1.17.0",
    "retire": "1.2.10",
    "ts-jest": "24.0.2",
    "tslint": "5.16.0",
    "tslint-config-prettier": "1.18.0",
    "tslint-plugin-prettier": "2.0.1",
    "typescript": "3.7.5"
  }
}