{
  "_args": [
    [
      "secp256k1@4.0.2",
      "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta"
    ]
  ],
  "_from": "secp256k1@4.0.2",
  "_id": "secp256k1@4.0.2",
  "_inBundle": false,
  "_integrity": "sha512-UDar4sKvWAksIlfX3xIaQReADn+WFnHvbVujpcbr+9Sf/69odMwy2MUsz5CKLQgX9nsIyrjuxL2imVyoNHa3fg==",
  "_location": "/secp256k1",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "secp256k1@4.0.2",
    "name": "secp256k1",
    "escapedName": "secp256k1",
    "rawSpec": "4.0.2",
    "saveSpec": null,
    "fetchSpec": "4.0.2"
  },
  "_requiredBy": [
    "/ethereum-cryptography"
  ],
  "_resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.2.tgz",
  "_spec": "4.0.2",
  "_where": "/home/lash/src/ext/cic/grassrootseconomics/cic-internal-integration/apps/cic-meta",
  "author": {
    "name": "Martin Becze",
    "email": "mjbecze@gmail.com"
  },
  "browser": {
    "./index.js": "./elliptic.js"
  },
  "bugs": {
    "url": "https://github.com/cryptocoinjs/secp256k1-node/issues"
  },
  "contributors": [
    {
      "name": "Aaron Davis",
      "url": "https://github.com/kumavis"
    },
    {
      "name": "Ian Matyssik",
      "url": "https://github.com/phpb-com"
    },
    {
      "name": "Kagami Hiiragi",
      "email": "kagami@genshiken.org",
      "url": "http://kagami.genshiken.org/"
    },
    {
      "name": "ethers",
      "url": "https://github.com/ethers"
    },
    {
      "name": "Kirill Fomichev",
      "email": "fanatid@ya.ru",
      "url": "https://github.com/fanatid"
    }
  ],
  "dependencies": {
    "elliptic": "^6.5.2",
    "node-addon-api": "^2.0.0",
    "node-gyp-build": "^4.2.0"
  },
  "description": "This module provides native bindings to ecdsa secp256k1 functions",
  "engines": {
    "node": ">=10.0.0"
  },
  "gypfile": true,
  "homepage": "https://github.com/cryptocoinjs/secp256k1-node#readme",
  "keywords": [
    "ec",
    "ecdh",
    "ecdsa",
    "secp256k1"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "secp256k1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cryptocoinjs/secp256k1-node.git"
  },
  "scripts": {
    "install": "node-gyp-build || exit 0"
  },
  "version": "4.0.2"
}
