PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/noble-bls12-381

Просмотр файла: package.json

{
  "name": "noble-bls12-381",
  "version": "0.7.2",
  "description": "Noble BLS12-381 pairing-friendly curve. Fastest, high-security, easily auditable, 0-dep aggregated signatures & pubkey",
  "main": "index.js",
  "files": [
    "index.js",
    "index.d.ts",
    "math.js",
    "math.d.ts"
  ],
  "scripts": {
    "test": "jest test/*.test.ts",
    "build": "tsc -d",
    "bench": "node test/benchmark.js",
    "lint": "prettier --print-width 100 --single-quote --check index.ts"
  },
  "author": "Paul Miller (https://paulmillr.com)",
  "homepage": "https://github.com/paulmillr/noble-bls12-381",
  "repository": {
    "type": "git",
    "url": "https://github.com/paulmillr/noble-bls12-381.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^25",
    "@types/node": "^14",
    "benchmark": "^2.1.4",
    "fast-check": "^1.24",
    "jest": "^25",
    "micro-bmark": "^0.1.2",
    "prettier": "^2.1.2",
    "ts-jest": "^25",
    "typescript": "^4"
  },
  "keywords": [
    "bls12-381",
    "bls12",
    "bls",
    "bls signature",
    "threshold signatures",
    "aggregate",
    "aggregated",
    "zk-snark",
    "barreto-lynn-scott",
    "barreto-naehrig",
    "snark",
    "pairing",
    "cryptography",
    "security"
  ]
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!