PHP WebShell
Текущая директория: /opt/bitgo-express/node_modules/secp256k1
Просмотр файла: package.json
{
"name": "secp256k1",
"version": "3.2.5",
"description": "This module provides native bindings to ecdsa secp256k1 functions",
"keywords": [
"ec",
"ecdh",
"ecdsa",
"secp256k1"
],
"bugs": {
"url": "https://github.com/cryptocoinjs/secp256k1-node/issues"
},
"license": "MIT",
"author": "Martin Becze <mjbecze@gmail.com>",
"contributors": [
"Aaron Davis (https://github.com/kumavis)",
"Ian Matyssik (https://github.com/phpb-com)",
"Kagami Hiiragi <kagami@genshiken.org> (http://kagami.genshiken.org/)",
"ethers (https://github.com/ethers)",
"Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)"
],
"files": [
"lib",
"src",
"API.md",
"binding.gyp",
"bindings.js",
"elliptic.js",
"index.js",
"js.js",
"utils/has_lib.sh"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/cryptocoinjs/secp256k1-node.git"
},
"scripts": {
"coverage": "RANDOM_TESTS_REPEAT=1 nyc tape test/index.js",
"coverage-lcov": "npm run coverage && nyc report -r lcov",
"install": "prebuild-install || node-gyp rebuild || echo \"Secp256k1 bindings compilation fail. Pure JS implementation will be used.\"",
"lint": "standard",
"rebuild": "prebuild --compile",
"test": "npm run lint && npm run unit",
"test:browser": "karma start karma.conf.js",
"unit": "tape test/index.js",
"unit-ci": "npm run unit && prebuild-ci"
},
"dependencies": {
"bindings": "^1.2.1",
"bip66": "^1.1.3",
"bn.js": "^4.11.3",
"create-hash": "^1.1.2",
"drbg.js": "^1.0.1",
"elliptic": "^6.2.3",
"nan": "^2.2.1",
"prebuild-install": "^2.0.0"
},
"devDependencies": {
"bignum": "^0.12.5",
"browserify": "^13.0.0",
"karma": "^1.3.0",
"karma-browserify": "^5.0.4",
"karma-chrome-launcher": "^2.0.0",
"karma-detect-browsers": "^2.1.0",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-tap": "^3.1.1",
"node-gyp": "^3.3.1",
"nyc": "^10.0.0",
"prebuild": "^6.0.0",
"prebuild-ci": "^1.0.9",
"standard": "*",
"tape": "^4.5.1",
"xorshift.js": "^1.0.3"
},
"engines": {
"node": ">=0.10"
},
"gypfile": true,
"browser": {
"./index.js": "./elliptic.js"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!