diff --git a/package-lock.json b/package-lock.json index 5ad2b5a..d633705 100644 --- a/package-lock.json +++ b/package-lock.json @@ -447,15 +447,6 @@ "resolved": "https://registry.npmjs.org/bch-wallet-bridge-provider-interface/-/bch-wallet-bridge-provider-interface-0.1.1.tgz", "integrity": "sha512-m8Mq/aJhZN11aoa91YyYs/B1GxWfpT5IIp64IU5VRgNxGXBuUiIfvybk4XQR+zrHaMW4SLrD1tI9n59ogmEw/A==" }, - "bch-wallet-bridge.js": { - "version": "github:web3bch/bch-wallet-bridge.js#f73558eaf3a98ba2a23de3c9cbbd582b30ff19eb", - "from": "github:web3bch/bch-wallet-bridge.js#master", - "requires": { - "bch-wallet-bridge-provider-interface": "^0.1.1", - "bchaddrjs": "^0.2.2", - "bitcoincashjs": "^0.1.10" - } - }, "bchaddrjs": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/bchaddrjs/-/bchaddrjs-0.2.3.tgz", @@ -512,23 +503,6 @@ "safe-buffer": "^5.0.1" } }, - "bip21": { - "version": "github:Bitcoin-com/bip21#28f8d03a3a16ed11eb5b963248ed1be8c46c6d6f", - "from": "github:Bitcoin-com/bip21", - "requires": { - "qs": "^6.3.0" - } - }, - "bip32-utils": { - "version": "github:Bitcoin-com/bip32-utils#b8a33ebd0a0ac39de7cd987e5c3f77a8c5d84e58", - "from": "github:Bitcoin-com/bip32-utils#0.13.1", - "requires": { - "keccak": "^1.3.0", - "nyc": "*", - "standard": "^11.0.1", - "tape": "*" - } - }, "bip38": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/bip38/-/bip38-2.0.3.tgz", @@ -603,38 +577,79 @@ "socket.io": "^2.1.1", "socket.io-client": "^2.1.1", "wif": "^2.0.6" + }, + "dependencies": { + "bch-wallet-bridge.js": { + "version": "github:web3bch/bch-wallet-bridge.js#f73558eaf3a98ba2a23de3c9cbbd582b30ff19eb", + "from": "github:web3bch/bch-wallet-bridge.js#master", + "requires": { + "bch-wallet-bridge-provider-interface": "^0.1.1", + "bchaddrjs": "^0.2.2", + "bitcoincashjs": "^0.1.10" + } + }, + "bip21": { + "version": "github:Bitcoin-com/bip21#28f8d03a3a16ed11eb5b963248ed1be8c46c6d6f", + "from": "github:Bitcoin-com/bip21", + "requires": { + "qs": "^6.3.0" + } + }, + "bip32-utils": { + "version": "github:Bitcoin-com/bip32-utils#b8a33ebd0a0ac39de7cd987e5c3f77a8c5d84e58", + "from": "github:Bitcoin-com/bip32-utils#0.13.1", + "requires": { + "keccak": "^1.3.0", + "nyc": "*", + "standard": "^11.0.1", + "tape": "*" + } + }, + "bitcoincash-ops": { + "version": "github:Bitcoin-com/bitcoincash-ops#6ab82cc7326c67236f3b2d9d0457258ac2ef48e3", + "from": "github:Bitcoin-com/bitcoincash-ops#2.0.0" + }, + "bitcoincashjs-lib": { + "version": "github:Bitcoin-com/bitcoincashjs-lib#28447b40a4ccd23913f7ade6589dc7214c99e60a", + "from": "github:Bitcoin-com/bitcoincashjs-lib#v4.0.1", + "requires": { + "bech32": "^1.1.2", + "bigi": "^1.4.0", + "bip66": "^1.1.0", + "bitcoincash-ops": "github:Bitcoin-com/bitcoincash-ops#2.0.0", + "bs58check": "^2.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.3", + "ecurve": "^1.0.0", + "merkle-lib": "^2.0.10", + "pushdata-bitcoin": "github:Bitcoin-com/pushdata-bitcoin#1.2.1", + "randombytes": "^2.0.1", + "safe-buffer": "^5.0.1", + "typeforce": "^1.11.3", + "varuint-bitcoin": "^1.0.4", + "wif": "^2.0.1" + }, + "dependencies": { + "bitcoincash-ops": { + "version": "github:Bitcoin-com/bitcoincash-ops#6ab82cc7326c67236f3b2d9d0457258ac2ef48e3", + "from": "github:Bitcoin-com/bitcoincash-ops#2.0.0" + } + } + }, + "coininfo": { + "version": "github:Bitcoin-com/coininfo#eece2c6141d08c3e7783929f2a1e1e681aa1a82c", + "from": "github:Bitcoin-com/coininfo", + "requires": { + "safe-buffer": "^5.1.1" + } + } } }, - "bitcoincash-ops": { - "version": "github:Bitcoin-com/bitcoincash-ops#6ab82cc7326c67236f3b2d9d0457258ac2ef48e3", - "from": "github:Bitcoin-com/bitcoincash-ops#2.0.0" - }, "bitcoincashjs": { "version": "0.1.14", "resolved": "https://registry.npmjs.org/bitcoincashjs/-/bitcoincashjs-0.1.14.tgz", "integrity": "sha512-x0wMVSCZ56ZQnSQ+Xim7XfS0IYiOyOwo0pdMCmR+cDNB7zRhICFuH5i3lNdLSgUw1e7Pc3FmUlC9wruQNlYMnA==" }, - "bitcoincashjs-lib": { - "version": "github:Bitcoin-com/bitcoincashjs-lib#28447b40a4ccd23913f7ade6589dc7214c99e60a", - "from": "github:Bitcoin-com/bitcoincashjs-lib#v4.0.1", - "requires": { - "bech32": "^1.1.2", - "bigi": "^1.4.0", - "bip66": "^1.1.0", - "bitcoincash-ops": "github:Bitcoin-com/bitcoincash-ops#6ab82cc7326c67236f3b2d9d0457258ac2ef48e3", - "bs58check": "^2.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.3", - "ecurve": "^1.0.0", - "merkle-lib": "^2.0.10", - "pushdata-bitcoin": "github:Bitcoin-com/pushdata-bitcoin#9b75eebe597853c6eeaec3e6c44b6d9c9cd7ee86", - "randombytes": "^2.0.1", - "safe-buffer": "^5.0.1", - "typeforce": "^1.11.3", - "varuint-bitcoin": "^1.0.4", - "wif": "^2.0.1" - } - }, "bitcoinjs-message": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/bitcoinjs-message/-/bitcoinjs-message-2.0.0.tgz", @@ -1016,13 +1031,6 @@ "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" }, - "coininfo": { - "version": "github:Bitcoin-com/coininfo#eece2c6141d08c3e7783929f2a1e1e681aa1a82c", - "from": "github:Bitcoin-com/coininfo", - "requires": { - "safe-buffer": "^5.1.1" - } - }, "color-convert": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", @@ -2684,9 +2692,9 @@ } }, "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash._baseassign": { "version": "3.2.0", @@ -3456,6 +3464,12 @@ "from": "github:Bitcoin-com/pushdata-bitcoin#1.2.1", "requires": { "bitcoincash-ops": "github:Bitcoin-com/bitcoincash-ops#6ab82cc7326c67236f3b2d9d0457258ac2ef48e3" + }, + "dependencies": { + "bitcoincash-ops": { + "version": "github:Bitcoin-com/bitcoincash-ops#6ab82cc7326c67236f3b2d9d0457258ac2ef48e3", + "from": "github:Bitcoin-com/bitcoincash-ops#2.0.0" + } } }, "qrcode": {