{
  "_from": "@noble/secp256k1@1.7.1",
  "_id": "@noble/secp256k1@1.7.1",
  "_inBundle": false,
  "_integrity": "sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==",
  "_location": "/@noble/secp256k1",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@noble/secp256k1@1.7.1",
    "name": "@noble/secp256k1",
    "escapedName": "@noble%2fsecp256k1",
    "scope": "@noble",
    "rawSpec": "1.7.1",
    "saveSpec": null,
    "fetchSpec": "1.7.1"
  },
  "_requiredBy": [
    "/ethers"
  ],
  "_resolved": "https://registry.npmjs.org/@noble/secp256k1/-/secp256k1-1.7.1.tgz",
  "_shasum": "b251c70f824ce3ca7f8dc3df08d58f005cc0507c",
  "_spec": "@noble/secp256k1@1.7.1",
  "_where": "/home/mediatechservice/nodevenv/public_html/backend.platinumcode.net/10/lib/node_modules/ethers",
  "author": {
    "name": "Paul Miller",
    "url": "https://paulmillr.com"
  },
  "browser": {
    "crypto": false
  },
  "bugs": {
    "url": "https://github.com/paulmillr/noble-secp256k1/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Fastest JS implementation of secp256k1. Independently audited, high-security, 0-dependency ECDSA & Schnorr signatures",
  "devDependencies": {
    "@noble/hashes": "1.1.2",
    "@rollup/plugin-commonjs": "22.0.0",
    "@rollup/plugin-node-resolve": "13.3.0",
    "@types/jest": "28.1.1",
    "@types/node": "17.0.18",
    "fast-check": "3.0.0",
    "jest": "28.1.0",
    "micro-bmark": "0.2.0",
    "prettier": "2.6.2",
    "rollup": "2.75.5",
    "ts-jest": "28.0.4",
    "typescript": "4.7.3"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/esm/index.js",
      "default": "./lib/index.js"
    }
  },
  "files": [
    "lib"
  ],
  "funding": [
    {
      "type": "individual",
      "url": "https://paulmillr.com/funding/"
    }
  ],
  "homepage": "https://paulmillr.com/noble/",
  "jest": {
    "testRegex": "/test/.*?\\.ts",
    "transform": {
      "^.+\\.ts$": "ts-jest"
    }
  },
  "keywords": [
    "secp256k1",
    "secp",
    "secp256",
    "elliptic",
    "elliptic curve",
    "curve",
    "signature",
    "ecc",
    "rfc6979",
    "schnorr",
    "sig",
    "bip0340",
    "bip340",
    "ecdsa",
    "endomorphism",
    "cryptography",
    "security",
    "noble"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/esm/index.js",
  "name": "@noble/secp256k1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulmillr/noble-secp256k1.git"
  },
  "scripts": {
    "bench": "node test/benchmark.js",
    "build": "tsc && tsc -p tsconfig.esm.json",
    "build:release": "rollup -c rollup.config.js",
    "coverage": "jest --coverage",
    "format": "prettier --print-width 100 --single-quote --write index.ts",
    "lint": "prettier --print-width 100 --single-quote --check index.ts",
    "test": "jest"
  },
  "types": "lib/index.d.ts",
  "version": "1.7.1"
}
