@soloseng/ganache
Version:
A library and cli to create a local blockchain for fast Ethereum development.
93 lines (92 loc) • 2.22 kB
JSON
{
"_args": [
[
"secp256k1@4.0.3",
"/Users/beaver/Development/soloseng/ganache/src/packages/ganache"
]
],
"_from": "secp256k1@4.0.3",
"_id": "secp256k1@4.0.3",
"_inBundle": false,
"_integrity": "sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==",
"_location": "/secp256k1",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "secp256k1@4.0.3",
"name": "secp256k1",
"escapedName": "secp256k1",
"rawSpec": "4.0.3",
"saveSpec": null,
"fetchSpec": "4.0.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-4.0.3.tgz",
"_spec": "4.0.3",
"_where": "/Users/beaver/Development/soloseng/ganache/src/packages/ganache",
"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.4",
"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.3"
}