Created
February 12, 2020 14:54
-
-
Save michaelsbradleyjr/2c80c731bb7bb9549bddff86e3805bb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -9109,6 +9109,16 @@ elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.4.1: | |
minimalistic-assert "^1.0.0" | |
minimalistic-crypto-utils "^1.0.0" | |
+embark-logger@^5.1.1: | |
+ version "5.1.1" | |
+ resolved "https://registry.yarnpkg.com/embark-logger/-/embark-logger-5.1.1.tgz#99d8a37fe8c034e5a264d978349e6197b5ebe6db" | |
+ integrity sha512-xYuWvWoMWPRvGhtVwaL6R1/eRDMK6svB6TF/z1QIXbFsPcMoCeUcMJjSGO9bIDjbTy5Lz+eFHR1+6eJyVy3XJA== | |
+ dependencies: | |
+ "@babel/runtime-corejs3" "7.7.4" | |
+ colors "1.3.2" | |
+ core-js "3.4.3" | |
+ date-and-time "0.6.2" | |
+ | |
[email protected]: | |
version "0.0.2" | |
resolved "https://registry.yarnpkg.com/embark-test-contract-0/-/embark-test-contract-0-0.0.2.tgz#53913fb40e3df4b816a7bef9f00a5f78fa3d56b4" | |
@@ -9121,6 +9131,39 @@ [email protected], embark-test-contract-1@^0.0.1: | |
resolved "https://registry.yarnpkg.com/embark-test-contract-1/-/embark-test-contract-1-0.0.1.tgz#802b84150e8038fef6681a3f23b6f4c0dc5b3e80" | |
integrity sha512-yFaXMOXOMfYRNFOKEspdXrZzyovceWedtegHtbfs8RZWRzRYY+v6ZDtGm13TRJt3Qt4VZhKky0l7G/SHZMGHCA== | |
+embark-utils@^5.1.0-nightly.1: | |
+ version "5.1.1" | |
+ resolved "https://registry.yarnpkg.com/embark-utils/-/embark-utils-5.1.1.tgz#4bab1e98d4b8b08ca035d03867b1410ac1f24803" | |
+ integrity sha512-w+pXFW8cxRMBrOj5Z1z3E/jzSLqPYPpqkArvCn1q6u+fL04adyq0txrZbxbHu67QSusUKW/p6VgdatSlCxkEeQ== | |
+ dependencies: | |
+ "@babel/runtime-corejs3" "7.7.4" | |
+ "@embarklabs/ethereumjs-wallet" "0.6.4" | |
+ "@types/follow-redirects" "1.5.0" | |
+ "@types/fs-extra" "7.0.0" | |
+ "@types/node" "12.7.8" | |
+ "@types/pretty-ms" "5.0.1" | |
+ bip39 "3.0.2" | |
+ clipboardy "1.2.3" | |
+ colors "1.3.2" | |
+ core-js "3.4.3" | |
+ embark-i18n "^5.1.1" | |
+ embark-logger "^5.1.1" | |
+ find-up "2.1.0" | |
+ follow-redirects "1.9.0" | |
+ fs-extra "8.1.0" | |
+ fuzzy "0.1.3" | |
+ glob "7.1.4" | |
+ globule "1.2.1" | |
+ merge "1.2.1" | |
+ multihashes "0.4.14" | |
+ ora "4.0.3" | |
+ pretty-ms "5.1.0" | |
+ shelljs "0.8.3" | |
+ web3 "1.2.6" | |
+ web3-eth "1.2.6" | |
+ web3-eth-abi "1.2.6" | |
+ ws "7.1.2" | |
+ | |
emoji-regex@^7.0.1, emoji-regex@^7.0.2, emoji-regex@^7.0.3: | |
version "7.0.3" | |
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment