btcnano-lib
Version:
A pure and powerful JavaScript Btcnano library.
93 lines (92 loc) • 2.31 kB
JSON
{
"_from": "btcnano-lib@^0.2.3",
"_id": "btcnano-lib@0.2.3",
"_inBundle": false,
"_integrity": "sha1-4Mo9OBstI2mtHHLuYZ06+zjCRcA=",
"_location": "/btcnano-lib",
"_phantomChildren": {
"base-x": "3.0.4",
"brorand": "1.1.0",
"hmac-drbg": "1.0.1",
"minimalistic-assert": "1.0.0",
"minimalistic-crypto-utils": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "btcnano-lib@^0.1.0",
"name": "btcnano-lib",
"escapedName": "btcnano-lib",
"rawSpec": "^0.15.1",
"saveSpec": null,
"fetchSpec": "^0.15.1"
},
"_requiredBy": [
"/bitcore-wallet-client"
],
"_resolved": "http://registry.npm.taobao.org/btcnano-lib/download/btcnano-lib-0.2.3.tgz",
"_shasum": "e0ca3d381b2d2369ad1c72ee619d3afb38c245c0",
"_spec": "btcnano-lib@^0.1.0",
"_where": "/Users/guolei/Desktop/copay_new/copay/node_modules/btcnano-wallet-client",
"author": {
"name": "jack chen",
"email": "278910933@qq.com"
},
"browser": {
"request": "browser-request"
},
"bugs": {
"url": "https://github.com/bitcoinnano/btcnano-lib/issues"
},
"bundleDependencies": false,
"dependencies": {
"bn.js": "=4.11.8",
"bs58": "=4.0.1",
"buffer-compare": "=1.1.1",
"elliptic": "=6.4.0",
"inherits": "=2.0.1",
"lodash": "=4.17.4",
"base-x": "^3.0.4"
},
"deprecated": false,
"description": "A pure and powerful JavaScript Btcnano library.",
"devDependencies": {
"btcnano-build": "git+https://github.com/bitcoinnano/btcnano-build.git#d4e8b2b2f1e2c065c3a807dcb6a6250f61d67ab3",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.13.0"
},
"homepage": "https://github.com/bitcoinnano/btcnano-lib#readme",
"keywords": [
"btcnano",
"bitcoin",
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig"
],
"license": "MIT",
"main": "index.js",
"name": "btcnano-lib",
"repository": {
"type": "git",
"url": "git+https://github.com/bitcoinnano/btcnano-lib.git"
},
"scripts": {
"build": "gulp",
"coverage": "gulp coverage",
"lint": "gulp lint",
"test": "gulp test"
},
"version": "0.2.3"
}