91 lines
2.3 KiB
JSON
91 lines
2.3 KiB
JSON
{
|
|
"_from": "secp256k1@^4.0.1",
|
|
"_id": "secp256k1@4.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-6JfvwvjUOn8F/jUoBY2Q1v5WY5XS+rj8qSe0v8Y4ezH4InLgTEeOOPQsRll9OV429Pvo6BCHGavIyJfr3TAhsw==",
|
|
"_location": "/secp256k1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "secp256k1@^4.0.1",
|
|
"name": "secp256k1",
|
|
"escapedName": "secp256k1",
|
|
"rawSpec": "^4.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ethereumjs-util/ethereum-cryptography",
|
|
"/ethereumjs-wallet/ethereum-cryptography"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/secp256k1/-/secp256k1-4.0.4.tgz",
|
|
"_shasum": "58f0bfe1830fe777d9ca1ffc7574962a8189f8ab",
|
|
"_spec": "secp256k1@^4.0.1",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\ethereumjs-util\\node_modules\\ethereum-cryptography",
|
|
"author": {
|
|
"name": "Martin Becze",
|
|
"email": "mjbecze@gmail.com"
|
|
},
|
|
"browser": {
|
|
"./index.js": "./elliptic.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cryptocoinjs/secp256k1-node/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"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.7",
|
|
"node-addon-api": "^5.0.0",
|
|
"node-gyp-build": "^4.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "This module provides native bindings to ecdsa secp256k1 functions",
|
|
"engines": {
|
|
"node": ">=18.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.4"
|
|
}
|