|
|
|
@ -41,7 +41,7 @@ |
|
|
|
|
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"ms": "^2.1.1" |
|
|
|
|
"ms": "2.1.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"semver": { |
|
|
|
@ -1566,7 +1566,7 @@ |
|
|
|
|
"integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"ms": "^2.1.1" |
|
|
|
|
"ms": "2.1.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"globals": { |
|
|
|
@ -2488,10 +2488,6 @@ |
|
|
|
|
"on-load": "3.4.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"bignumber.js": { |
|
|
|
|
"version": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934", |
|
|
|
|
"dev": true |
|
|
|
|
}, |
|
|
|
|
"binary-extensions": { |
|
|
|
|
"version": "1.13.1", |
|
|
|
|
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", |
|
|
|
@ -5875,10 +5871,10 @@ |
|
|
|
|
"integrity": "sha1-VILZZG1UvLif19mU/J4ulWiHbj8=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"bn.js": "^4.4.0", |
|
|
|
|
"brorand": "^1.0.1", |
|
|
|
|
"hash.js": "^1.0.0", |
|
|
|
|
"inherits": "^2.0.1" |
|
|
|
|
"bn.js": "4.11.8", |
|
|
|
|
"brorand": "1.1.0", |
|
|
|
|
"hash.js": "1.1.3", |
|
|
|
|
"inherits": "2.0.4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"hash.js": { |
|
|
|
@ -5887,8 +5883,8 @@ |
|
|
|
|
"integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"inherits": "^2.0.3", |
|
|
|
|
"minimalistic-assert": "^1.0.0" |
|
|
|
|
"inherits": "2.0.4", |
|
|
|
|
"minimalistic-assert": "1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"js-sha3": { |
|
|
|
@ -12764,11 +12760,11 @@ |
|
|
|
|
"integrity": "sha1-PpQosxfuvaPXJg2FT93alUsfG8Y=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"bn.js": "^4.8.0", |
|
|
|
|
"create-hash": "^1.1.2", |
|
|
|
|
"keccakjs": "^0.2.0", |
|
|
|
|
"rlp": "^2.0.0", |
|
|
|
|
"secp256k1": "^3.0.1" |
|
|
|
|
"bn.js": "4.11.8", |
|
|
|
|
"create-hash": "1.2.0", |
|
|
|
|
"keccakjs": "0.2.3", |
|
|
|
|
"rlp": "2.2.3", |
|
|
|
|
"secp256k1": "3.7.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"fast-async": { |
|
|
|
@ -12777,8 +12773,8 @@ |
|
|
|
|
"integrity": "sha512-TjlooyqrYm/gOXjD2UHNwfrWkvTbzU105Nk4bvcRTeRoL+wIeK6rqbqDg3CN9z5p37cE2iXhP6SxQFz8OVIaUg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"nodent-compiler": "^3.2.10", |
|
|
|
|
"nodent-runtime": ">=3.2.1" |
|
|
|
|
"nodent-compiler": "3.2.11", |
|
|
|
|
"nodent-runtime": "3.2.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"web3": { |
|
|
|
@ -12787,11 +12783,17 @@ |
|
|
|
|
"integrity": "sha1-PpcwauAk+yThCj11yIQwJWIhUSA=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git", |
|
|
|
|
"crypto-js": "^3.1.4", |
|
|
|
|
"utf8": "^2.1.1", |
|
|
|
|
"xhr2": "*", |
|
|
|
|
"xmlhttprequest": "*" |
|
|
|
|
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934", |
|
|
|
|
"crypto-js": "3.1.8", |
|
|
|
|
"utf8": "2.1.1", |
|
|
|
|
"xhr2": "0.1.4", |
|
|
|
|
"xmlhttprequest": "1.8.0" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"bignumber.js": { |
|
|
|
|
"version": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934", |
|
|
|
|
"dev": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -12820,8 +12822,8 @@ |
|
|
|
|
"integrity": "sha512-TjlooyqrYm/gOXjD2UHNwfrWkvTbzU105Nk4bvcRTeRoL+wIeK6rqbqDg3CN9z5p37cE2iXhP6SxQFz8OVIaUg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"nodent-compiler": "^3.2.10", |
|
|
|
|
"nodent-runtime": ">=3.2.1" |
|
|
|
|
"nodent-compiler": "3.2.11", |
|
|
|
|
"nodent-runtime": "3.2.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"web3": { |
|
|
|
@ -12830,11 +12832,17 @@ |
|
|
|
|
"integrity": "sha1-PpcwauAk+yThCj11yIQwJWIhUSA=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git", |
|
|
|
|
"crypto-js": "^3.1.4", |
|
|
|
|
"utf8": "^2.1.1", |
|
|
|
|
"xhr2": "*", |
|
|
|
|
"xmlhttprequest": "*" |
|
|
|
|
"bignumber.js": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934", |
|
|
|
|
"crypto-js": "3.1.8", |
|
|
|
|
"utf8": "2.1.1", |
|
|
|
|
"xhr2": "0.1.4", |
|
|
|
|
"xmlhttprequest": "1.8.0" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"bignumber.js": { |
|
|
|
|
"version": "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934", |
|
|
|
|
"dev": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -12880,11 +12888,11 @@ |
|
|
|
|
"integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"ansi-styles": "^2.2.1", |
|
|
|
|
"escape-string-regexp": "^1.0.2", |
|
|
|
|
"has-ansi": "^2.0.0", |
|
|
|
|
"strip-ansi": "^3.0.0", |
|
|
|
|
"supports-color": "^2.0.0" |
|
|
|
|
"ansi-styles": "2.2.1", |
|
|
|
|
"escape-string-regexp": "1.0.5", |
|
|
|
|
"has-ansi": "2.0.0", |
|
|
|
|
"strip-ansi": "3.0.1", |
|
|
|
|
"supports-color": "2.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"cli-cursor": { |
|
|
|
@ -12893,7 +12901,7 @@ |
|
|
|
|
"integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"restore-cursor": "^1.0.1" |
|
|
|
|
"restore-cursor": "1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"debug": { |
|
|
|
@ -12911,7 +12919,7 @@ |
|
|
|
|
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"esutils": "^2.0.2" |
|
|
|
|
"esutils": "2.0.3" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"eslint": { |
|
|
|
@ -12920,41 +12928,41 @@ |
|
|
|
|
"integrity": "sha1-yPxiAcf0DdCJQbh8CFdnOGpnmsw=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"babel-code-frame": "^6.16.0", |
|
|
|
|
"chalk": "^1.1.3", |
|
|
|
|
"concat-stream": "^1.5.2", |
|
|
|
|
"debug": "^2.1.1", |
|
|
|
|
"doctrine": "^2.0.0", |
|
|
|
|
"escope": "^3.6.0", |
|
|
|
|
"espree": "^3.4.0", |
|
|
|
|
"esquery": "^1.0.0", |
|
|
|
|
"estraverse": "^4.2.0", |
|
|
|
|
"esutils": "^2.0.2", |
|
|
|
|
"file-entry-cache": "^2.0.0", |
|
|
|
|
"glob": "^7.0.3", |
|
|
|
|
"globals": "^9.14.0", |
|
|
|
|
"ignore": "^3.2.0", |
|
|
|
|
"imurmurhash": "^0.1.4", |
|
|
|
|
"inquirer": "^0.12.0", |
|
|
|
|
"is-my-json-valid": "^2.10.0", |
|
|
|
|
"is-resolvable": "^1.0.0", |
|
|
|
|
"js-yaml": "^3.5.1", |
|
|
|
|
"json-stable-stringify": "^1.0.0", |
|
|
|
|
"levn": "^0.3.0", |
|
|
|
|
"lodash": "^4.0.0", |
|
|
|
|
"mkdirp": "^0.5.0", |
|
|
|
|
"natural-compare": "^1.4.0", |
|
|
|
|
"optionator": "^0.8.2", |
|
|
|
|
"path-is-inside": "^1.0.1", |
|
|
|
|
"pluralize": "^1.2.1", |
|
|
|
|
"progress": "^1.1.8", |
|
|
|
|
"require-uncached": "^1.0.2", |
|
|
|
|
"shelljs": "^0.7.5", |
|
|
|
|
"strip-bom": "^3.0.0", |
|
|
|
|
"strip-json-comments": "~2.0.1", |
|
|
|
|
"table": "^3.7.8", |
|
|
|
|
"text-table": "~0.2.0", |
|
|
|
|
"user-home": "^2.0.0" |
|
|
|
|
"babel-code-frame": "6.26.0", |
|
|
|
|
"chalk": "1.1.3", |
|
|
|
|
"concat-stream": "1.6.2", |
|
|
|
|
"debug": "2.6.9", |
|
|
|
|
"doctrine": "2.1.0", |
|
|
|
|
"escope": "3.6.0", |
|
|
|
|
"espree": "3.5.4", |
|
|
|
|
"esquery": "1.0.1", |
|
|
|
|
"estraverse": "4.3.0", |
|
|
|
|
"esutils": "2.0.3", |
|
|
|
|
"file-entry-cache": "2.0.0", |
|
|
|
|
"glob": "7.1.4", |
|
|
|
|
"globals": "9.18.0", |
|
|
|
|
"ignore": "3.3.10", |
|
|
|
|
"imurmurhash": "0.1.4", |
|
|
|
|
"inquirer": "0.12.0", |
|
|
|
|
"is-my-json-valid": "2.20.0", |
|
|
|
|
"is-resolvable": "1.1.0", |
|
|
|
|
"js-yaml": "3.13.1", |
|
|
|
|
"json-stable-stringify": "1.0.1", |
|
|
|
|
"levn": "0.3.0", |
|
|
|
|
"lodash": "4.17.15", |
|
|
|
|
"mkdirp": "0.5.1", |
|
|
|
|
"natural-compare": "1.4.0", |
|
|
|
|
"optionator": "0.8.2", |
|
|
|
|
"path-is-inside": "1.0.2", |
|
|
|
|
"pluralize": "1.2.1", |
|
|
|
|
"progress": "1.1.8", |
|
|
|
|
"require-uncached": "1.0.3", |
|
|
|
|
"shelljs": "0.7.8", |
|
|
|
|
"strip-bom": "3.0.0", |
|
|
|
|
"strip-json-comments": "2.0.1", |
|
|
|
|
"table": "3.8.3", |
|
|
|
|
"text-table": "0.2.0", |
|
|
|
|
"user-home": "2.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"eslint-config-standard": { |
|
|
|
@ -12975,9 +12983,9 @@ |
|
|
|
|
"integrity": "sha1-Wt2BBujJKNssuiMrzZ76hG49oWw=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"debug": "^2.2.0", |
|
|
|
|
"object-assign": "^4.0.1", |
|
|
|
|
"resolve": "^1.1.6" |
|
|
|
|
"debug": "2.6.9", |
|
|
|
|
"object-assign": "4.1.1", |
|
|
|
|
"resolve": "1.12.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"eslint-plugin-import": { |
|
|
|
@ -12986,16 +12994,16 @@ |
|
|
|
|
"integrity": "sha1-crowb60wXWfEgWNIpGmaQimsi04=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"builtin-modules": "^1.1.1", |
|
|
|
|
"contains-path": "^0.1.0", |
|
|
|
|
"debug": "^2.2.0", |
|
|
|
|
"builtin-modules": "1.1.1", |
|
|
|
|
"contains-path": "0.1.0", |
|
|
|
|
"debug": "2.6.9", |
|
|
|
|
"doctrine": "1.5.0", |
|
|
|
|
"eslint-import-resolver-node": "^0.2.0", |
|
|
|
|
"eslint-module-utils": "^2.0.0", |
|
|
|
|
"has": "^1.0.1", |
|
|
|
|
"lodash.cond": "^4.3.0", |
|
|
|
|
"minimatch": "^3.0.3", |
|
|
|
|
"pkg-up": "^1.0.0" |
|
|
|
|
"eslint-import-resolver-node": "0.2.3", |
|
|
|
|
"eslint-module-utils": "2.4.1", |
|
|
|
|
"has": "1.0.3", |
|
|
|
|
"lodash.cond": "4.5.2", |
|
|
|
|
"minimatch": "3.0.4", |
|
|
|
|
"pkg-up": "1.0.0" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"doctrine": { |
|
|
|
@ -13004,8 +13012,8 @@ |
|
|
|
|
"integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"esutils": "^2.0.2", |
|
|
|
|
"isarray": "^1.0.0" |
|
|
|
|
"esutils": "2.0.3", |
|
|
|
|
"isarray": "1.0.0" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -13016,10 +13024,10 @@ |
|
|
|
|
"integrity": "sha512-vIUQPuwbVYdz/CYnlTLsJrRy7iXHQjdEe5wz0XhhdTym3IInM/zZLlPf9nZ2mThsH0QcsieCOWs2vOeCy/22LQ==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"ignore": "^3.0.11", |
|
|
|
|
"minimatch": "^3.0.2", |
|
|
|
|
"object-assign": "^4.0.1", |
|
|
|
|
"resolve": "^1.1.7", |
|
|
|
|
"ignore": "3.3.10", |
|
|
|
|
"minimatch": "3.0.4", |
|
|
|
|
"object-assign": "4.1.1", |
|
|
|
|
"resolve": "1.12.0", |
|
|
|
|
"semver": "5.3.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -13035,11 +13043,11 @@ |
|
|
|
|
"integrity": "sha1-xUNb6wZ3ThLH2y9qut3L+QDNP3g=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"array.prototype.find": "^2.0.1", |
|
|
|
|
"doctrine": "^1.2.2", |
|
|
|
|
"has": "^1.0.1", |
|
|
|
|
"jsx-ast-utils": "^1.3.4", |
|
|
|
|
"object.assign": "^4.0.4" |
|
|
|
|
"array.prototype.find": "2.1.0", |
|
|
|
|
"doctrine": "1.5.0", |
|
|
|
|
"has": "1.0.3", |
|
|
|
|
"jsx-ast-utils": "1.4.1", |
|
|
|
|
"object.assign": "4.1.0" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"doctrine": { |
|
|
|
@ -13048,8 +13056,8 @@ |
|
|
|
|
"integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"esutils": "^2.0.2", |
|
|
|
|
"isarray": "^1.0.0" |
|
|
|
|
"esutils": "2.0.3", |
|
|
|
|
"isarray": "1.0.0" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -13066,8 +13074,8 @@ |
|
|
|
|
"integrity": "sha512-TjlooyqrYm/gOXjD2UHNwfrWkvTbzU105Nk4bvcRTeRoL+wIeK6rqbqDg3CN9z5p37cE2iXhP6SxQFz8OVIaUg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"nodent-compiler": "^3.2.10", |
|
|
|
|
"nodent-runtime": ">=3.2.1" |
|
|
|
|
"nodent-compiler": "3.2.11", |
|
|
|
|
"nodent-runtime": "3.2.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"figures": { |
|
|
|
@ -13076,8 +13084,8 @@ |
|
|
|
|
"integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"escape-string-regexp": "^1.0.5", |
|
|
|
|
"object-assign": "^4.1.0" |
|
|
|
|
"escape-string-regexp": "1.0.5", |
|
|
|
|
"object-assign": "4.1.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"get-stdin": { |
|
|
|
@ -13092,19 +13100,19 @@ |
|
|
|
|
"integrity": "sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"ansi-escapes": "^1.1.0", |
|
|
|
|
"ansi-regex": "^2.0.0", |
|
|
|
|
"chalk": "^1.0.0", |
|
|
|
|
"cli-cursor": "^1.0.1", |
|
|
|
|
"cli-width": "^2.0.0", |
|
|
|
|
"figures": "^1.3.5", |
|
|
|
|
"lodash": "^4.3.0", |
|
|
|
|
"readline2": "^1.0.1", |
|
|
|
|
"run-async": "^0.1.0", |
|
|
|
|
"rx-lite": "^3.1.2", |
|
|
|
|
"string-width": "^1.0.1", |
|
|
|
|
"strip-ansi": "^3.0.0", |
|
|
|
|
"through": "^2.3.6" |
|
|
|
|
"ansi-escapes": "1.4.0", |
|
|
|
|
"ansi-regex": "2.1.1", |
|
|
|
|
"chalk": "1.1.3", |
|
|
|
|
"cli-cursor": "1.0.2", |
|
|
|
|
"cli-width": "2.2.0", |
|
|
|
|
"figures": "1.7.0", |
|
|
|
|
"lodash": "4.17.15", |
|
|
|
|
"readline2": "1.0.1", |
|
|
|
|
"run-async": "0.1.0", |
|
|
|
|
"rx-lite": "3.1.2", |
|
|
|
|
"string-width": "1.0.2", |
|
|
|
|
"strip-ansi": "3.0.1", |
|
|
|
|
"through": "2.3.8" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"is-fullwidth-code-point": { |
|
|
|
@ -13113,7 +13121,7 @@ |
|
|
|
|
"integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"number-is-nan": "^1.0.0" |
|
|
|
|
"number-is-nan": "1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"ms": { |
|
|
|
@ -13134,8 +13142,8 @@ |
|
|
|
|
"integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"exit-hook": "^1.0.0", |
|
|
|
|
"onetime": "^1.0.0" |
|
|
|
|
"exit-hook": "1.1.1", |
|
|
|
|
"onetime": "1.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"run-async": { |
|
|
|
@ -13144,7 +13152,7 @@ |
|
|
|
|
"integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"once": "^1.3.0" |
|
|
|
|
"once": "1.4.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"rx-lite": { |
|
|
|
@ -13165,15 +13173,15 @@ |
|
|
|
|
"integrity": "sha512-JURZ+85ExKLQULckDFijdX5WHzN6RC7fgiZNSV4jFQVo+3tPoQGHyBrGekye/yf0aOfb4210EM5qPNlc2cRh4w==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"eslint": "~3.19.0", |
|
|
|
|
"eslint": "3.19.0", |
|
|
|
|
"eslint-config-standard": "10.2.1", |
|
|
|
|
"eslint-config-standard-jsx": "4.0.2", |
|
|
|
|
"eslint-plugin-import": "~2.2.0", |
|
|
|
|
"eslint-plugin-node": "~4.2.2", |
|
|
|
|
"eslint-plugin-promise": "~3.5.0", |
|
|
|
|
"eslint-plugin-react": "~6.10.0", |
|
|
|
|
"eslint-plugin-standard": "~3.0.1", |
|
|
|
|
"standard-engine": "~7.0.0" |
|
|
|
|
"eslint-plugin-import": "2.2.0", |
|
|
|
|
"eslint-plugin-node": "4.2.3", |
|
|
|
|
"eslint-plugin-promise": "3.5.0", |
|
|
|
|
"eslint-plugin-react": "6.10.3", |
|
|
|
|
"eslint-plugin-standard": "3.0.1", |
|
|
|
|
"standard-engine": "7.0.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"standard-engine": { |
|
|
|
@ -13182,10 +13190,10 @@ |
|
|
|
|
"integrity": "sha1-67d7nI/CyBZf+jU72Rug3/Qa9pA=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"deglob": "^2.1.0", |
|
|
|
|
"get-stdin": "^5.0.1", |
|
|
|
|
"minimist": "^1.1.0", |
|
|
|
|
"pkg-conf": "^2.0.0" |
|
|
|
|
"deglob": "2.1.1", |
|
|
|
|
"get-stdin": "5.0.1", |
|
|
|
|
"minimist": "1.2.0", |
|
|
|
|
"pkg-conf": "2.1.0" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"string-width": { |
|
|
|
@ -13194,9 +13202,9 @@ |
|
|
|
|
"integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"code-point-at": "^1.0.0", |
|
|
|
|
"is-fullwidth-code-point": "^1.0.0", |
|
|
|
|
"strip-ansi": "^3.0.0" |
|
|
|
|
"code-point-at": "1.1.0", |
|
|
|
|
"is-fullwidth-code-point": "1.0.0", |
|
|
|
|
"strip-ansi": "3.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"supports-color": { |
|
|
|
@ -13233,11 +13241,11 @@ |
|
|
|
|
"integrity": "sha1-PpQosxfuvaPXJg2FT93alUsfG8Y=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"bn.js": "^4.8.0", |
|
|
|
|
"create-hash": "^1.1.2", |
|
|
|
|
"keccakjs": "^0.2.0", |
|
|
|
|
"rlp": "^2.0.0", |
|
|
|
|
"secp256k1": "^3.0.1" |
|
|
|
|
"bn.js": "4.11.8", |
|
|
|
|
"create-hash": "1.2.0", |
|
|
|
|
"keccakjs": "0.2.3", |
|
|
|
|
"rlp": "2.2.3", |
|
|
|
|
"secp256k1": "3.7.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"fast-async": { |
|
|
|
@ -13246,8 +13254,8 @@ |
|
|
|
|
"integrity": "sha512-TjlooyqrYm/gOXjD2UHNwfrWkvTbzU105Nk4bvcRTeRoL+wIeK6rqbqDg3CN9z5p37cE2iXhP6SxQFz8OVIaUg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"nodent-compiler": "^3.2.10", |
|
|
|
|
"nodent-runtime": ">=3.2.1" |
|
|
|
|
"nodent-compiler": "3.2.11", |
|
|
|
|
"nodent-runtime": "3.2.1" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -13587,7 +13595,6 @@ |
|
|
|
|
"version": "2.6.9", |
|
|
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", |
|
|
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"ms": "2.0.0" |
|
|
|
|
} |
|
|
|
@ -13598,10 +13605,10 @@ |
|
|
|
|
"integrity": "sha1-VILZZG1UvLif19mU/J4ulWiHbj8=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"bn.js": "^4.4.0", |
|
|
|
|
"brorand": "^1.0.1", |
|
|
|
|
"hash.js": "^1.0.0", |
|
|
|
|
"inherits": "^2.0.1" |
|
|
|
|
"bn.js": "4.11.6", |
|
|
|
|
"brorand": "1.1.0", |
|
|
|
|
"hash.js": "1.1.3", |
|
|
|
|
"inherits": "2.0.4" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"ethers": { |
|
|
|
@ -13610,9 +13617,9 @@ |
|
|
|
|
"integrity": "sha512-SoYhktEbLxf+fiux5SfCEwdzWENMvgIbMZD90I62s4GZD9nEjgEWy8ZboI3hck193Vs0bDoTohDISx84f2H2tw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"@types/node": "^10.3.2", |
|
|
|
|
"@types/node": "10.14.18", |
|
|
|
|
"aes-js": "3.0.0", |
|
|
|
|
"bn.js": "^4.4.0", |
|
|
|
|
"bn.js": "4.11.6", |
|
|
|
|
"elliptic": "6.3.3", |
|
|
|
|
"hash.js": "1.1.3", |
|
|
|
|
"js-sha3": "0.5.7", |
|
|
|
@ -13634,20 +13641,20 @@ |
|
|
|
|
"integrity": "sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"decompress-response": "^3.2.0", |
|
|
|
|
"duplexer3": "^0.1.4", |
|
|
|
|
"get-stream": "^3.0.0", |
|
|
|
|
"is-plain-obj": "^1.1.0", |
|
|
|
|
"is-retry-allowed": "^1.0.0", |
|
|
|
|
"is-stream": "^1.0.0", |
|
|
|
|
"isurl": "^1.0.0-alpha5", |
|
|
|
|
"lowercase-keys": "^1.0.0", |
|
|
|
|
"p-cancelable": "^0.3.0", |
|
|
|
|
"p-timeout": "^1.1.1", |
|
|
|
|
"safe-buffer": "^5.0.1", |
|
|
|
|
"timed-out": "^4.0.0", |
|
|
|
|
"url-parse-lax": "^1.0.0", |
|
|
|
|
"url-to-options": "^1.0.1" |
|
|
|
|
"decompress-response": "3.3.0", |
|
|
|
|
"duplexer3": "0.1.4", |
|
|
|
|
"get-stream": "3.0.0", |
|
|
|
|
"is-plain-obj": "1.1.0", |
|
|
|
|
"is-retry-allowed": "1.2.0", |
|
|
|
|
"is-stream": "1.1.0", |
|
|
|
|
"isurl": "1.0.0", |
|
|
|
|
"lowercase-keys": "1.0.1", |
|
|
|
|
"p-cancelable": "0.3.0", |
|
|
|
|
"p-timeout": "1.2.1", |
|
|
|
|
"safe-buffer": "5.1.2", |
|
|
|
|
"timed-out": "4.0.1", |
|
|
|
|
"url-parse-lax": "1.0.0", |
|
|
|
|
"url-to-options": "1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"hash.js": { |
|
|
|
@ -13656,8 +13663,8 @@ |
|
|
|
|
"integrity": "sha512-/UETyP0W22QILqS+6HowevwhEFJ3MBJnwTf75Qob9Wz9t0DPuisL8kW8YZMK62dHAKE1c1p+gY1TtOLY+USEHA==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"inherits": "^2.0.3", |
|
|
|
|
"minimalistic-assert": "^1.0.0" |
|
|
|
|
"inherits": "2.0.4", |
|
|
|
|
"minimalistic-assert": "1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"js-sha3": { |
|
|
|
@ -13669,8 +13676,7 @@ |
|
|
|
|
"ms": { |
|
|
|
|
"version": "2.0.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", |
|
|
|
|
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", |
|
|
|
|
"dev": true |
|
|
|
|
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" |
|
|
|
|
}, |
|
|
|
|
"scrypt-js": { |
|
|
|
|
"version": "2.0.3", |
|
|
|
@ -13842,13 +13848,13 @@ |
|
|
|
|
"integrity": "sha512-xvJINNLbTeWQjrl6X+7eQCrIy/YPv5XCpKW6kB5mKvtnGILoLDcySuwomfdzt0BMdLNVnuRNTuzKNHj0bva1Cg==", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"bn.js": "^4.4.0", |
|
|
|
|
"brorand": "^1.0.1", |
|
|
|
|
"hash.js": "^1.0.0", |
|
|
|
|
"hmac-drbg": "^1.0.0", |
|
|
|
|
"inherits": "^2.0.1", |
|
|
|
|
"minimalistic-assert": "^1.0.0", |
|
|
|
|
"minimalistic-crypto-utils": "^1.0.0" |
|
|
|
|
"bn.js": "4.11.6", |
|
|
|
|
"brorand": "1.1.0", |
|
|
|
|
"hash.js": "1.1.3", |
|
|
|
|
"hmac-drbg": "1.0.1", |
|
|
|
|
"inherits": "2.0.4", |
|
|
|
|
"minimalistic-assert": "1.0.1", |
|
|
|
|
"minimalistic-crypto-utils": "1.0.1" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"eth-lib": { |
|
|
|
@ -13857,9 +13863,9 @@ |
|
|
|
|
"integrity": "sha1-L5Pxex4jrsN1nNSj/iDBKGo/wco=", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"bn.js": "^4.11.6", |
|
|
|
|
"elliptic": "^6.4.0", |
|
|
|
|
"xhr-request-promise": "^0.1.2" |
|
|
|
|
"bn.js": "4.11.6", |
|
|
|
|
"elliptic": "6.5.1", |
|
|
|
|
"xhr-request-promise": "0.1.2" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -13943,7 +13949,19 @@ |
|
|
|
|
"requires": { |
|
|
|
|
"underscore": "1.8.3", |
|
|
|
|
"web3-core-helpers": "1.0.0-beta.36", |
|
|
|
|
"websocket": "git://github.com/frozeman/WebSocket-Node.git#browserifyCompatible" |
|
|
|
|
"websocket": "git://github.com/frozeman/WebSocket-Node.git#6c72925e3f8aaaea8dc8450f97627e85263999f2" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"websocket": { |
|
|
|
|
"version": "git://github.com/frozeman/WebSocket-Node.git#6c72925e3f8aaaea8dc8450f97627e85263999f2", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"debug": "2.6.9", |
|
|
|
|
"nan": "2.14.0", |
|
|
|
|
"typedarray-to-buffer": "3.1.5", |
|
|
|
|
"yaeti": "0.0.6" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"web3-shh": { |
|
|
|
@ -13975,7 +13993,6 @@ |
|
|
|
|
}, |
|
|
|
|
"websocket": { |
|
|
|
|
"version": "git://github.com/frozeman/WebSocket-Node.git#6c72925e3f8aaaea8dc8450f97627e85263999f2", |
|
|
|
|
"dev": true, |
|
|
|
|
"requires": { |
|
|
|
|
"debug": "2.6.9", |
|
|
|
|
"nan": "2.14.0", |
|
|
|
|