diff --git a/build.js b/build.js index 8043906d..be2b95a1 100644 --- a/build.js +++ b/build.js @@ -35,6 +35,16 @@ fetch(endpoint) } }); + /** + * Build the JSON file that maps cryptocurrencies' name to symbols. + */ + const sortedByNames = sortby(json.Data, o => o.Name); + const names = {}; + sortedByNames.forEach(currency => { + const {Name, CoinName} = currency; + names[CoinName] = Name; + }); + spinner.succeed([`${imagesSaved} images saved to /images`]); spinner.color = 'yellow'; @@ -43,6 +53,10 @@ fetch(endpoint) fs.writeFileSync('cryptocurrencies.json', JSON.stringify(symbols, null, 2)); spinner.succeed(`${sorted.length} currencies saved to cryptocurrencies.json`); + spinner.start(`Saving name-to-symbol.json file`); + fs.writeFileSync('name-to-symbol.json', JSON.stringify(names, null, 2)); + spinner.succeed(`${sorted.length} currencies saved to name-to-symbol.json`); + spinner.start('Saving Readme'); /** diff --git a/cryptocurrencies.json b/cryptocurrencies.json index 10f57f32..b64db652 100644 --- a/cryptocurrencies.json +++ b/cryptocurrencies.json @@ -12,6 +12,7 @@ "CLUB": " ClubCoin", "007": "007 coin", "ZRX": "0x", + "0xBTC": "0xBitcoin", "BIT16": "16BitCoin", "MCT": "1717 Masonic Commemorative Token", "1CR": "1Credit", @@ -42,6 +43,7 @@ "AMIS": "AMIS", "ANTS": "ANTS Reloaded", "APIS": "APIS", + "ARE": "ARENON", "ARK": "ARK", "ARNA": "ARNA Panacea", "ATB": "ATB coin", @@ -49,9 +51,11 @@ "ATFS": "ATFS Project", "ATL": "ATLANT", "ATM": "ATMChain", + "AUC*": "AU-Coin", "AXR": "AXRON", "AXS": "AXS", "ABJ": "Abjcoin", + "ABS": "Absolute Coin", "ACC*": "Accelerator Network", "ACCO": "Accolade", "AEC": "AcesCoin", @@ -94,6 +98,7 @@ "AKA": "Akroma", "ALEX": "Alexandrite", "PLM": "Algo.Land", + "ALG": "Algory", "ALN": "AlienCoin", "SOC": "All Sports Coin", "ASAFE2": "Allsafe", @@ -107,6 +112,7 @@ "AMBER": "AmberCoin", "AMB": "Ambrosus", "AMC": "AmericanCoin", + "AMX": "Amero", "AMMO": "Ammo Rewards", "AMO": "Amo Coin", "AMN": "Amon", @@ -144,6 +150,7 @@ "ARG": "Argentum", "ARGUS": "ArgusCoin", "ARI": "AriCoin", + "ARO": "Arionum", "BOTS": "ArkDAO", "ARM": "Armory Coin", "ARPA": "ArpaCoin", @@ -157,6 +164,7 @@ "ADCN": "Asiadigicoin", "AST*": "Astral", "ASTRO": "Astronaut", + "ATH": "Atheios", "ATMOS": "Atmos", "ATOM": "Atomic Coin", "AUC": "Auctus", @@ -215,7 +223,6 @@ "BRDD": "BeardDollars", "XBTS": "Beats", "BVC": "BeaverCoin", - "ARI*": "BeckSang", "BEE": "Bee Token", "BFDT": "Befund", "BELA": "BelaCoin", @@ -225,6 +232,7 @@ "BEN*": "Benjamins", "BENJI": "BenjiRolls", "BEST": "BestChain", + "KNG": "BetKings", "BET": "BetaCoin", "BTRM": "Betrium Token", "BETR": "BetterBetting", @@ -233,6 +241,7 @@ "BEZ": "Bezop", "BBP": "BiblePay", "BIX": "BiboxCoin", + "BID": "BidCoin", "BDP": "Bidipass", "HUGE": "BigCoin", "LFC": "BigLifeCoin", @@ -313,6 +322,7 @@ "BTCH": "Bitcoin Hush", "XBI": "Bitcoin Incognito", "BCI": "Bitcoin Interest", + "BTN": "Bitcoin Nova", "BTPL": "Bitcoin Planet", "BTCP": "Bitcoin Private", "BTCRED": "Bitcoin Red", @@ -320,6 +330,7 @@ "BCR*": "Bitcoin Royal", "BTCS": "Bitcoin Scrypt", "BT2": "Bitcoin SegWit2X", + "BTCS*": "Bitcoin Supreme", "BTCD": "BitcoinDark", "BTCE*": "BitcoinEX", "BCF": "BitcoinFast", @@ -328,6 +339,7 @@ "BTCGO": "BitcoinGo", "XBC": "BitcoinPlus", "BTX*": "BitcoinTX", + "BWS": "BitcoinWSpectrum", "BTW": "BitcoinWhite", "BCX*": "BitcoinX", "BTCZ": "BitcoinZ", @@ -337,6 +349,7 @@ "BDL": "Bitdeal", "BT1": "Bitfinex Bitcoin Future", "BTCL*": "BitluckCoin", + "BIM": "BitminerCoin", "BMXT": "Bitmxittz", "BQ": "Bitqy", "BRO": "Bitradio", @@ -416,6 +429,7 @@ "BRC": "BrightCoin", "BRIT": "BritCoin", "BUBO": "Budbo", + "BGL": "Buglab", "BT": "BuildTeam", "BULLS": "BullshitCoin", "BWK": "Bulwark", @@ -507,7 +521,7 @@ "CIR": "CircuitCoin", "COVAL": "Circuits of Value", "CVC": "Civic", - "CLR*": "ClearCoin", + "XCLR": "ClearCoin", "POLL": "ClearPoll", "CLV": "CleverCoin", "CHASH": "CleverHash", @@ -575,6 +589,7 @@ "CMOS": "Cosmo", "ATOM*": "Cosmos", "CMC": "CosmosCoin", + "COU": "Couchain", "XCP": "CounterParty", "CHT": "Countinghouse Fund", "COV*": "CovenCoin", @@ -663,6 +678,7 @@ "CYG": "Cygnus", "CYP": "CypherPunkCoin", "FUNK": "Cypherfunks Coin", + "DAC": "DACash", "DADI": "DADI", "BET*": "DAO.casino", "GEN": "DAOstack", @@ -725,6 +741,7 @@ "DBC": "DeepBrain Chain", "ONION": "DeepOnion", "DEA": "Degas Coin", + "DEI": "Deimos", "DKD": "Dekado", "DPAY": "DelightPay", "DCRE": "DeltaCredits", @@ -785,6 +802,7 @@ "DOR": "Dorado", "DOT": "Dotcoin", "BOAT": "Doubloon", + "Dow": "DowCoin", "DRA": "DraculaCoin", "DFT": "Draftcoin", "DRG": "Dragon Coin", @@ -804,6 +822,7 @@ "DUX": "DuxCoin", "DYN": "Dynamic", "DTR": "Dynamic Trading Rights", + "DTEM": "Dystem", "DBR": "Düber", "ECC*": "E-CurrencyCoin", "EDR": "E-Dinar Coin", @@ -818,12 +837,14 @@ "ELTCOIN": "ELTCOIN", "ENTRC": "ENTER COIN", "EOS": "EOS", + "EPIK": "EPIK Token", "EQL": "EQUAL", "EQ": "EQUI", "EQUI": "EQUI Token", "ERB": "ERBCoin", "ETS": "ETH Share", "EGAS": "ETHGAS", + "EUNO": "EUNO", "EXRN": "EXRNchain", "EZC": "EZCoin", "EZM": "EZMarket", @@ -859,7 +880,6 @@ "ELM": "Elements", "ELI*": "Elicoin", "ELI": "Eligma", - "8S": "Elite 888", "ELIX": "Elixir", "ELLA": "Ellaism", "ELP": "Ellerium", @@ -872,11 +892,12 @@ "MBRS": "Embers", "EMD": "Emerald", "EMC": "Emercoin", + "EMN": "Eminent Token ", "EMIGR": "EmiratesGoldCoin", "EPY*": "Emphy", "EMPC": "EmporiumCoin", "EPY": "Empyrean", - "DNA": "Encrypgen", + "DNA": "EncrypGen", "ETT": "EncryptoTel", "EDR*": "Endor Protocol Token ", "ENE": "EneCoin", @@ -904,6 +925,7 @@ "ERT": "Esports.com", "ESS": "Essentia", "XEC": "Eternal Coin", + "XET": "Eternal Token", "ENT": "Eternity", "EBET": "EthBet", "ETBS": "EthBits", @@ -1065,6 +1087,7 @@ "GES": "Galaxy eSolutions", "GLX": "GalaxyCoin", "GAM": "Gambit coin", + "GMCN": "GambleCoin", "GTC": "Game", "GBT": "GameBetCoin", "GML": "GameLeagueCoin", @@ -1081,6 +1104,7 @@ "GXC*": "GenXCoin", "GNX": "Genaro Network", "GVT": "Genesis Vision", + "XGS": "GenesisX", "GSY": "GenesysCoin", "GEN*": "Genstake", "GEO": "GeoCoin", @@ -1089,6 +1113,7 @@ "SPKTR": "Ghost Coin", "GHC": "GhostCoin", "GHOUL": "Ghoul Coin", + "GIC": "Giant", "GIFT": "GiftNet", "GFT": "Giftcoin", "GIG": "GigCoin", @@ -1204,6 +1229,7 @@ "HGT": "Hello Gold", "HMP": "HempCoin", "HER": "Hero Node", + "HEX": "HexCoin", "HXT": "HextraCoin", "HXX": "HexxCoin", "HMC": "Hi Mutual Society", @@ -1286,6 +1312,7 @@ "INFX": "Influxcoin", "INK": "Ink", "XNK": "Ink Protocol", + "ILK": "Inlock", "$OUND": "Inmusik", "INN": "Innova", "INSN": "Insane Coin", @@ -1319,7 +1346,9 @@ "IVY": "IvyKoin", "IWT": "IwToken", "J8T": "JET8", + "JEX": "JEX Token", "JIO": "JIO Token", + "JOY*": "JOYSO", "JPC*": "JackPotCoin", "JANE": "JaneCoin", "JNS": "Janus", @@ -1434,6 +1463,7 @@ "LINX": "Linx", "LQD": "Liquid", "LSK": "Lisk", + "LTCC": "Listerclassic Coin", "LBTC": "LiteBitcoin", "LTG": "LiteCoin Gold", "LTCU": "LiteCoin Ultra", @@ -1466,6 +1496,7 @@ "LRC": "Loopring", "LOT": "LottoCoin", "LYK": "Loyakk Vega", + "LYL": "LoyalCoin", "BASH": "LuckChain", "LCK": "Luckbox", "LK7": "Lucky7Coin", @@ -1481,12 +1512,15 @@ "LYM": "Lympo", "LYNX": "Lynx", "LYB": "LyraBar", + "MRK": "MARK.SPACE", "MCAP": "MCAP", "MIS": "MIScoin", "MMNXT": "MMNXT ", "MMXVI": "MMXVI", "MOS": "MOS Coin", "MUN": "MUNcoin", + "MUSD": "MUSDcoin", + "YCE": "MYCE", "MAC": "MachineCoin", "MCRN": "MacronCoin", "MRV": "Macroverse", @@ -1498,6 +1532,7 @@ "MAG*": "Magos", "MAID": "MaidSafe Coin", "MMXIV": "MaieutiCoin", + "MSC*": "MaisCoin", "MIV": "MakeItViral", "MKR": "Maker", "MAT*": "Manet Coin", @@ -1560,6 +1595,7 @@ "MNC": "MinCoin", "MG": "Mind Gene", "MND": "MindCoin", + "MIC": "Mindexcoin", "MINT*": "Mineable Token", "MIO": "Miner One token", "MIN": "Minerals Coin", @@ -1698,6 +1734,7 @@ "NTC": "NineElevenTruthCoin", "NDOGE": "NinjaDoge", "NBR": "Niobio Cash", + "NBC": "Niobium", "NLC": "NoLimitCoin", "NLC2": "NoLimitCoin", "NOBL": "NobleCoin", @@ -1736,6 +1773,7 @@ "ODN": "Obsidian", "OCL": "Oceanlab", "OTX": "Octanox", + "OCTO*": "OctoBit Coin", "OCTO": "OctoCoin", "OCN": "Odyssey", "ODNT": "Old Dogs New Tricks", @@ -1770,6 +1808,7 @@ "ORGT": "Organic Token", "ORI": "Origami", "TRAC": "OriginTrail", + "OCC": "Original Crypto Coin", "ORLY": "OrlyCoin", "ORME": "Ormeus Coin", "ORO": "OroCoin", @@ -1778,6 +1817,7 @@ "OWD": "Owlstand", "OXY": "Oxycoin", "PRL": "Oyster Pearl", + "OYS": "Oyster Platform", "SHL": "Oyster Shell", "GENE": "PARKGENE", "PAT": "PATRON", @@ -1820,6 +1860,7 @@ "PYN": "Paycentos", "CON_": "Paycon", "PMNT": "Paymon", + "PYT": "Payther", "PEC": "PeaceCoin", "XPB": "Pebble Coin", "PCL": "Peculium", @@ -1831,6 +1872,7 @@ "PEN*": "PenCoin", "PNT": "Penta", "PTA": "PentaCoin", + "PNY": "Peony Coin", "MAN": "People", "MEME": "Pepe", "PEPECASH": "Pepe Cash", @@ -1865,6 +1907,7 @@ "LUC": "Play 2 Live", "PKT": "Playkey", "PLX": "PlexCoin", + "PLURA": "PluraCoin", "PLC": "PlusCoin", "PLUS1": "PlusOneCoin", "PTC**": "Plutocoin", @@ -1886,6 +1929,7 @@ "PPT": "Populous", "PEX": "PosEx", "PSD": "Poseidon", + "POSQ": "Poseidon Quark", "TRON": "Positron", "POST": "PostCoin", "POT": "PotCoin", @@ -1960,6 +2004,7 @@ "XQN": "Quotient", "QVT": "Qvolta", "QWARK": "Qwark", + "QWC": "Qwertycoin", "RFL": "RAFL", "KRX": "RAVN Korrax ", "RAC": "RAcoin", @@ -1968,6 +2013,7 @@ "REAL": "REAL", "REBL": "REBL", "MWAT": "RED MegaWatt", + "RST": "REGA Risk Sharing Token", "REM": "REMME", "REX": "REX", "RGC": "RG Coin", @@ -2054,6 +2100,7 @@ "RMC": "Russian Mining Coin", "RUST": "RustCoin", "RUSTBITS": "Rustbits", + "RYO": "Ryo", "S8C": "S88 Coin", "SABR": "SABR Coin", "SAR*": "SARCoin", @@ -2068,6 +2115,7 @@ "STEX": "STEX", "STK": "STK Token", "STS": "STRESScoin", + "SAFE": "SafeCoin", "SAFEX": "SafeExchangeCoin", "SFE": "Safecoin", "SFR": "SaffronCoin", @@ -2102,6 +2150,7 @@ "SCRT": "SecretCoin", "SRC": "SecureCoin", "SEEDS": "SeedShares", + "B2X": "SegWit2x", "SEL": "SelenCoin", "KEY": "SelfKey", "SSC": "SelfSell", @@ -2111,6 +2160,7 @@ "SEN": "Sentaro", "SENT": "Sentinel", "SENC": "Sentinel Chain", + "UPP": "Sentinel Protocol", "SEQ": "Sequence", "SERA": "Seraph", "SRNT": "Serenity", @@ -2295,6 +2345,7 @@ "TFD": "TE-FOOD", "TKY": "THEKEY Token", "TOA": "TOA Coin", + "TPC": "TPCash", "XTROPTIONS": "TROPTIONS", "TAG": "TagCoin", "TAJ": "TajCoin", @@ -2317,6 +2368,8 @@ "TELL": "Tellurion", "PAY": "TenX", "TENNET": "Tennet", + "TERN": "Ternio", + "TRN": "Ternion", "TRC": "TerraCoin", "TER": "TerraNovaCoin", "TESLA": "TeslaCoilCoin", @@ -2325,6 +2378,7 @@ "TRA": "Tetra", "XTZ": "Tezos", "THNX": "ThankYou", + "0xDIARY": "The 0xDiary Token", "ABYSS": "The Abyss", "EFX": "The EFFECT Network", "TFC": "The Freedom Coin", @@ -2390,6 +2444,8 @@ "TRIG": "Trigger", "TNC": "Trinity Network Credit", "TRIP": "Trippki", + "TRVC": "Trivecoin", + "TRW": "Triwer", "TPG": "Troll Payment", "TPAY": "TrollPlay", "TKN*": "TrollTokens", @@ -2399,6 +2455,7 @@ "TRCK": "Truckcoin", "TFL": "True Flip Lottery", "TUSD": "True USD", + "TDP": "TrueDeck", "TIC": "TrueInvestmentCoin", "TRUMP": "TrumpCoin", "TRST": "TrustCoin", @@ -2450,13 +2507,16 @@ "UP": "UpToken", "UFR": "Upfiring", "UQC": "Uquid Coin", + "URALS": "Urals Coin", "URO": "UroCoin", "UETL": "Useless Eth Token Lite", "UET": "Useless Ethereum Token", "UTH": "Uther", "UTIL": "Utility Coin", + "OOT": "Utrum", "UTK": "Utrust", "UWC": "Uwezocoin", + "VIDT": "V-ID", "VEGA": "VEGA", "VIBE": "VIBEHub", "VIP": "VIP Tokens", @@ -2504,6 +2564,7 @@ "XVP": "VirtacoinPlus", "VMC": "VirtualMining Coin", "VISIO": "Visio", + "VITAE": "Vitae", "VIU": "Viuly", "VOISE": "Voise", "VTN": "Voltroon", @@ -2514,6 +2575,7 @@ "VTR": "Vtorrent", "VULC": "Vulcano", "W3C": "W3Coin", + "WAB": "WABnetwork", "WIN": "WCoin", "WMC": "WMCoin", "WRT": "WRTcoin", @@ -2534,6 +2596,7 @@ "WPR": "WePower", "WT": "WeToken", "WEALTH": "WealthCoin", + "WEB*": "Webchain", "WELL": "Well", "WEX": "Wexcoin", "WHL": "WhaleCoin", @@ -2573,6 +2636,7 @@ "XDE2": "XDE II", "XG": "XG Sports", "XRP": "XRP", + "XUEZ": "XUEZ", "XXX": "XXXCoin", "XYO": "XY Oracle", "XNX": "XanaxCoin", @@ -2608,6 +2672,7 @@ "XZC": "ZCoin", "ZIX": "ZIX Token", "ZLQ": "ZLiteQubit", + "ZMN": "ZMINE", "ZSE": "ZSEcoin", "ZAP": "Zap", "ZYD": "ZayedCoin", diff --git a/images/0xBTC.jpg b/images/0xBTC.jpg new file mode 100644 index 00000000..7b6f0e76 Binary files /dev/null and b/images/0xBTC.jpg differ diff --git a/images/0xDIARY.jpg b/images/0xDIARY.jpg new file mode 100644 index 00000000..ff22f5f6 Binary files /dev/null and b/images/0xDIARY.jpg differ diff --git a/images/8S.png b/images/8S.png deleted file mode 100644 index 86cc24bd..00000000 Binary files a/images/8S.png and /dev/null differ diff --git a/images/ABS.jpg b/images/ABS.jpg new file mode 100644 index 00000000..822d00c7 Binary files /dev/null and b/images/ABS.jpg differ diff --git a/images/ALG.jpg b/images/ALG.jpg new file mode 100644 index 00000000..b2a09321 Binary files /dev/null and b/images/ALG.jpg differ diff --git a/images/AMX.jpg b/images/AMX.jpg new file mode 100644 index 00000000..7e6c7e8e Binary files /dev/null and b/images/AMX.jpg differ diff --git a/images/ARE.jpg b/images/ARE.jpg new file mode 100644 index 00000000..45f7a745 Binary files /dev/null and b/images/ARE.jpg differ diff --git a/images/ARI_.png b/images/ARI_.png deleted file mode 100644 index b90d4d1d..00000000 Binary files a/images/ARI_.png and /dev/null differ diff --git a/images/ARO.jpg b/images/ARO.jpg new file mode 100644 index 00000000..6f2d5d57 Binary files /dev/null and b/images/ARO.jpg differ diff --git a/images/ATH.jpg b/images/ATH.jpg new file mode 100644 index 00000000..069fb2a1 Binary files /dev/null and b/images/ATH.jpg differ diff --git a/images/AUC_.jpg b/images/AUC_.jpg new file mode 100644 index 00000000..5e95d112 Binary files /dev/null and b/images/AUC_.jpg differ diff --git a/images/AVL.jpg b/images/AVL.jpg index 368b6f9d..ba41caec 100644 Binary files a/images/AVL.jpg and b/images/AVL.jpg differ diff --git a/images/B2X.jpg b/images/B2X.jpg new file mode 100644 index 00000000..072b0728 Binary files /dev/null and b/images/B2X.jpg differ diff --git a/images/BAM.png b/images/BAM.png index 13d62bfa..0a7d07ba 100644 Binary files a/images/BAM.png and b/images/BAM.png differ diff --git a/images/BAN.png b/images/BAN.png index 733ab99c..4c6b92bb 100644 Binary files a/images/BAN.png and b/images/BAN.png differ diff --git a/images/BASHC.png b/images/BASHC.png index e14212d6..2ad7d475 100644 Binary files a/images/BASHC.png and b/images/BASHC.png differ diff --git a/images/BCR.png b/images/BCR.png index e7e7d1f3..35df9eb0 100644 Binary files a/images/BCR.png and b/images/BCR.png differ diff --git a/images/BETT.jpg b/images/BETT.jpg index f38ea1cd..51e583cd 100644 Binary files a/images/BETT.jpg and b/images/BETT.jpg differ diff --git a/images/BET_.png b/images/BET_.png index a6bfc277..16c14a73 100644 Binary files a/images/BET_.png and b/images/BET_.png differ diff --git a/images/BGL.png b/images/BGL.png new file mode 100644 index 00000000..43c220a9 Binary files /dev/null and b/images/BGL.png differ diff --git a/images/BHC_.png b/images/BHC_.png index 3fe58764..5e799144 100644 Binary files a/images/BHC_.png and b/images/BHC_.png differ diff --git a/images/BID.jpg b/images/BID.jpg new file mode 100644 index 00000000..3efea5f5 Binary files /dev/null and b/images/BID.jpg differ diff --git a/images/BIFI.png b/images/BIFI.png index 4a3612ed..68191e7d 100644 Binary files a/images/BIFI.png and b/images/BIFI.png differ diff --git a/images/BIM.png b/images/BIM.png new file mode 100644 index 00000000..eaf2399f Binary files /dev/null and b/images/BIM.png differ diff --git a/images/BITX.png b/images/BITX.png index 3b4a9e24..17fdfce6 100644 Binary files a/images/BITX.png and b/images/BITX.png differ diff --git a/images/BKC.jpg b/images/BKC.jpg index 0012905e..55443599 100644 Binary files a/images/BKC.jpg and b/images/BKC.jpg differ diff --git a/images/BLOCKPAY.png b/images/BLOCKPAY.png index a4645b03..26c03a2b 100644 Binary files a/images/BLOCKPAY.png and b/images/BLOCKPAY.png differ diff --git a/images/BMK.png b/images/BMK.png index 69dca8b1..6519fc89 100644 Binary files a/images/BMK.png and b/images/BMK.png differ diff --git a/images/BMX.jpg b/images/BMX.jpg index c6c6d53c..6c0eb5a9 100644 Binary files a/images/BMX.jpg and b/images/BMX.jpg differ diff --git a/images/BMXT.png b/images/BMXT.png index a86c0632..c0e7f95a 100644 Binary files a/images/BMXT.png and b/images/BMXT.png differ diff --git a/images/BNTN.png b/images/BNTN.png index b197e211..2f7c1d8a 100644 Binary files a/images/BNTN.png and b/images/BNTN.png differ diff --git a/images/BOG.png b/images/BOG.png index 3c46f961..39e83278 100644 Binary files a/images/BOG.png and b/images/BOG.png differ diff --git a/images/BOLD.jpg b/images/BOLD.jpg index cf5dfbd0..c87337a2 100644 Binary files a/images/BOLD.jpg and b/images/BOLD.jpg differ diff --git a/images/BOMB.png b/images/BOMB.png index ef997083..fa1561f9 100644 Binary files a/images/BOMB.png and b/images/BOMB.png differ diff --git a/images/BOOM.png b/images/BOOM.png index 0995aa14..8acca1cb 100644 Binary files a/images/BOOM.png and b/images/BOOM.png differ diff --git a/images/BST.png b/images/BST.png index 1e629167..d3c80301 100644 Binary files a/images/BST.png and b/images/BST.png differ diff --git a/images/BSTAR.png b/images/BSTAR.png index bdcd3640..6b1b36a3 100644 Binary files a/images/BSTAR.png and b/images/BSTAR.png differ diff --git a/images/BSX.jpg b/images/BSX.jpg index 3c0ac4ef..97c866a1 100644 Binary files a/images/BSX.jpg and b/images/BSX.jpg differ diff --git a/images/BT.png b/images/BT.png index 8f15e54c..608a61fe 100644 Binary files a/images/BT.png and b/images/BT.png differ diff --git a/images/BTCC.png b/images/BTCC.png index 7dfcf898..fccdf890 100644 Binary files a/images/BTCC.png and b/images/BTCC.png differ diff --git a/images/BTCRY.png b/images/BTCRY.png index 9f66f8cd..1bc8e3f7 100644 Binary files a/images/BTCRY.png and b/images/BTCRY.png differ diff --git a/images/BTCS_.jpg b/images/BTCS_.jpg new file mode 100644 index 00000000..f636a369 Binary files /dev/null and b/images/BTCS_.jpg differ diff --git a/images/BTL.jpg b/images/BTL.jpg index af51107f..b3d7c2a9 100644 Binary files a/images/BTL.jpg and b/images/BTL.jpg differ diff --git a/images/BTN.jpg b/images/BTN.jpg new file mode 100644 index 00000000..f425d80a Binary files /dev/null and b/images/BTN.jpg differ diff --git a/images/BUCKS_.png b/images/BUCKS_.png index 835b1daa..f2fc5c2b 100644 Binary files a/images/BUCKS_.png and b/images/BUCKS_.png differ diff --git a/images/BWS.jpg b/images/BWS.jpg new file mode 100644 index 00000000..b0f0ef29 Binary files /dev/null and b/images/BWS.jpg differ diff --git a/images/CEDEX.png b/images/CEDEX.png index edee239e..3382f0f8 100644 Binary files a/images/CEDEX.png and b/images/CEDEX.png differ diff --git a/images/CHARM.jpg b/images/CHARM.jpg index 445a3b10..1036621c 100644 Binary files a/images/CHARM.jpg and b/images/CHARM.jpg differ diff --git a/images/CHF_.jpg b/images/CHF_.jpg index 80620fd7..96211cbd 100644 Binary files a/images/CHF_.jpg and b/images/CHF_.jpg differ diff --git a/images/CHILD.png b/images/CHILD.png index bf08c763..cfa27404 100644 Binary files a/images/CHILD.png and b/images/CHILD.png differ diff --git a/images/CHIP.png b/images/CHIP.png index 1f8ec238..505245ad 100644 Binary files a/images/CHIP.png and b/images/CHIP.png differ diff --git a/images/CKC.png b/images/CKC.png index 06dda858..26b485be 100644 Binary files a/images/CKC.png and b/images/CKC.png differ diff --git a/images/CLIN.png b/images/CLIN.png index 43f75766..ee25e03b 100644 Binary files a/images/CLIN.png and b/images/CLIN.png differ diff --git a/images/CLR_.png b/images/CLR_.png deleted file mode 100644 index f0bee24c..00000000 Binary files a/images/CLR_.png and /dev/null differ diff --git a/images/CMM.jpg b/images/CMM.jpg index 22aa2583..3daa2d5d 100644 Binary files a/images/CMM.jpg and b/images/CMM.jpg differ diff --git a/images/CMOS.jpg b/images/CMOS.jpg index 1d860476..0767806a 100644 Binary files a/images/CMOS.jpg and b/images/CMOS.jpg differ diff --git a/images/COIN_.png b/images/COIN_.png index e7ad97bf..76696126 100644 Binary files a/images/COIN_.png and b/images/COIN_.png differ diff --git a/images/COMP.jpg b/images/COMP.jpg index 1f653408..ff470e23 100644 Binary files a/images/COMP.jpg and b/images/COMP.jpg differ diff --git a/images/CORAL.png b/images/CORAL.png index b84bc533..8dcf86f2 100644 Binary files a/images/CORAL.png and b/images/CORAL.png differ diff --git a/images/COU.jpg b/images/COU.jpg new file mode 100644 index 00000000..d9014681 Binary files /dev/null and b/images/COU.jpg differ diff --git a/images/CRAB.png b/images/CRAB.png index a0facb4e..6d5cafe1 100644 Binary files a/images/CRAB.png and b/images/CRAB.png differ diff --git a/images/CRU.png b/images/CRU.png index 34a1d60e..4cb2e037 100644 Binary files a/images/CRU.png and b/images/CRU.png differ diff --git a/images/CVTC.jpg b/images/CVTC.jpg index 65e1015f..e729e677 100644 Binary files a/images/CVTC.jpg and b/images/CVTC.jpg differ diff --git a/images/DAC.jpg b/images/DAC.jpg new file mode 100644 index 00000000..898925a5 Binary files /dev/null and b/images/DAC.jpg differ diff --git a/images/DEC.png b/images/DEC.png index 57777028..a8723575 100644 Binary files a/images/DEC.png and b/images/DEC.png differ diff --git a/images/DEI.jpg b/images/DEI.jpg new file mode 100644 index 00000000..8f03274a Binary files /dev/null and b/images/DEI.jpg differ diff --git a/images/DGM.png b/images/DGM.png index 57d329e0..600daf79 100644 Binary files a/images/DGM.png and b/images/DGM.png differ diff --git a/images/DTC.png b/images/DTC.png index 2384af22..f1fa59dc 100644 Binary files a/images/DTC.png and b/images/DTC.png differ diff --git a/images/DTC__.png b/images/DTC__.png index e2efdfa5..e41a67a7 100644 Binary files a/images/DTC__.png and b/images/DTC__.png differ diff --git a/images/DTEM.jpg b/images/DTEM.jpg new file mode 100644 index 00000000..76ed94ac Binary files /dev/null and b/images/DTEM.jpg differ diff --git a/images/DUX.png b/images/DUX.png index 6b18524e..337dc0cb 100644 Binary files a/images/DUX.png and b/images/DUX.png differ diff --git a/images/DXC.jpg b/images/DXC.jpg index 88266384..17be31f9 100644 Binary files a/images/DXC.jpg and b/images/DXC.jpg differ diff --git a/images/Dow.jpg b/images/Dow.jpg new file mode 100644 index 00000000..91432936 Binary files /dev/null and b/images/Dow.jpg differ diff --git a/images/EDDIE.png b/images/EDDIE.png index 83abb170..41674210 100644 Binary files a/images/EDDIE.png and b/images/EDDIE.png differ diff --git a/images/EFX.jpg b/images/EFX.jpg index aa749750..0ae42ac2 100644 Binary files a/images/EFX.jpg and b/images/EFX.jpg differ diff --git a/images/EKN.png b/images/EKN.png index 28f1aba7..d8f6498f 100644 Binary files a/images/EKN.png and b/images/EKN.png differ diff --git a/images/ELY.png b/images/ELY.png index 8e70fca5..1eaab1d1 100644 Binary files a/images/ELY.png and b/images/ELY.png differ diff --git a/images/EMN.png b/images/EMN.png new file mode 100644 index 00000000..e4b97f95 Binary files /dev/null and b/images/EMN.png differ diff --git a/images/EPIK.png b/images/EPIK.png new file mode 100644 index 00000000..a12c4ac0 Binary files /dev/null and b/images/EPIK.png differ diff --git a/images/ERR.png b/images/ERR.png index d8145d92..5dd012e1 100644 Binary files a/images/ERR.png and b/images/ERR.png differ diff --git a/images/ERT_.png b/images/ERT_.png index c46c7fee..8134ce74 100644 Binary files a/images/ERT_.png and b/images/ERT_.png differ diff --git a/images/ETHPR.jpg b/images/ETHPR.jpg index 69777e49..5b122ecb 100644 Binary files a/images/ETHPR.jpg and b/images/ETHPR.jpg differ diff --git a/images/ETS.jpg b/images/ETS.jpg index f857d211..cc5c96f1 100644 Binary files a/images/ETS.jpg and b/images/ETS.jpg differ diff --git a/images/ETZ.jpg b/images/ETZ.jpg index 1421803c..6187ef87 100644 Binary files a/images/ETZ.jpg and b/images/ETZ.jpg differ diff --git a/images/EUNO.jpg b/images/EUNO.jpg new file mode 100644 index 00000000..5df835ed Binary files /dev/null and b/images/EUNO.jpg differ diff --git a/images/EVN_.png b/images/EVN_.png index f521f81c..250b0d65 100644 Binary files a/images/EVN_.png and b/images/EVN_.png differ diff --git a/images/EXC.jpg b/images/EXC.jpg index d9140d05..8450cd97 100644 Binary files a/images/EXC.jpg and b/images/EXC.jpg differ diff --git a/images/EXIT.png b/images/EXIT.png index 4829b605..1c65b3a0 100644 Binary files a/images/EXIT.png and b/images/EXIT.png differ diff --git a/images/FAME.png b/images/FAME.png index 44e5a23c..4c93f21c 100644 Binary files a/images/FAME.png and b/images/FAME.png differ diff --git a/images/FIBRE.png b/images/FIBRE.png index 18c858cb..03167d0d 100644 Binary files a/images/FIBRE.png and b/images/FIBRE.png differ diff --git a/images/FLS.png b/images/FLS.png index 037c8c4c..bb52a0e1 100644 Binary files a/images/FLS.png and b/images/FLS.png differ diff --git a/images/FLUZ.jpg b/images/FLUZ.jpg index 28a6ea8b..b42cd4a2 100644 Binary files a/images/FLUZ.jpg and b/images/FLUZ.jpg differ diff --git a/images/FLX_.jpg b/images/FLX_.jpg index f3b362b9..5e3d4d71 100644 Binary files a/images/FLX_.jpg and b/images/FLX_.jpg differ diff --git a/images/FOOD.png b/images/FOOD.png index 03b4e3ba..9f493c29 100644 Binary files a/images/FOOD.png and b/images/FOOD.png differ diff --git a/images/FOPA.jpg b/images/FOPA.jpg index 5d617b11..db6372f2 100644 Binary files a/images/FOPA.jpg and b/images/FOPA.jpg differ diff --git a/images/FOREX.png b/images/FOREX.png index e271604c..1c9d1c7d 100644 Binary files a/images/FOREX.png and b/images/FOREX.png differ diff --git a/images/FSC.jpg b/images/FSC.jpg index d04ffee8..d9874bc5 100644 Binary files a/images/FSC.jpg and b/images/FSC.jpg differ diff --git a/images/FUND.png b/images/FUND.png index 2c19fb66..031e3eae 100644 Binary files a/images/FUND.png and b/images/FUND.png differ diff --git a/images/GAI.png b/images/GAI.png index be81124a..58f0a759 100644 Binary files a/images/GAI.png and b/images/GAI.png differ diff --git a/images/GBRC.png b/images/GBRC.png index cf050167..caa69a20 100644 Binary files a/images/GBRC.png and b/images/GBRC.png differ diff --git a/images/GBT.png b/images/GBT.png index e0eec5d2..7c32e2e7 100644 Binary files a/images/GBT.png and b/images/GBT.png differ diff --git a/images/GIC.png b/images/GIC.png new file mode 100644 index 00000000..6d13c92e Binary files /dev/null and b/images/GIC.png differ diff --git a/images/GIG.png b/images/GIG.png index 06ac40c7..de05b6fc 100644 Binary files a/images/GIG.png and b/images/GIG.png differ diff --git a/images/GLX.png b/images/GLX.png index 18157d92..5a087b37 100644 Binary files a/images/GLX.png and b/images/GLX.png differ diff --git a/images/GMCN.jpg b/images/GMCN.jpg new file mode 100644 index 00000000..5b97bf08 Binary files /dev/null and b/images/GMCN.jpg differ diff --git a/images/GMC_.png b/images/GMC_.png index da38da9a..457f39f2 100644 Binary files a/images/GMC_.png and b/images/GMC_.png differ diff --git a/images/GMR.png b/images/GMR.png index 544a1912..5861f644 100644 Binary files a/images/GMR.png and b/images/GMR.png differ diff --git a/images/GOAL.jpg b/images/GOAL.jpg index 72ae7d11..b81e97ab 100644 Binary files a/images/GOAL.jpg and b/images/GOAL.jpg differ diff --git a/images/GOOD_.jpg b/images/GOOD_.jpg index 6bc8514d..db02d7c9 100644 Binary files a/images/GOOD_.jpg and b/images/GOOD_.jpg differ diff --git a/images/GRO.png b/images/GRO.png index 0c15b97c..9615514b 100644 Binary files a/images/GRO.png and b/images/GRO.png differ diff --git a/images/GUE.png b/images/GUE.png index 6a64bd49..3ac01727 100644 Binary files a/images/GUE.png and b/images/GUE.png differ diff --git a/images/HAMS.png b/images/HAMS.png index 7968f401..8f8b9bd3 100644 Binary files a/images/HAMS.png and b/images/HAMS.png differ diff --git a/images/HBC.png b/images/HBC.png index 678bf8c1..8d9050d6 100644 Binary files a/images/HBC.png and b/images/HBC.png differ diff --git a/images/HELL.jpg b/images/HELL.jpg index c5585045..045e3be6 100644 Binary files a/images/HELL.jpg and b/images/HELL.jpg differ diff --git a/images/HNC_.png b/images/HNC_.png index 734eadf9..f38b4116 100644 Binary files a/images/HNC_.png and b/images/HNC_.png differ diff --git a/images/HST.png b/images/HST.png index 4e004d63..bcc5488e 100644 Binary files a/images/HST.png and b/images/HST.png differ diff --git a/images/HUR.png b/images/HUR.png index 93910348..7638e28c 100644 Binary files a/images/HUR.png and b/images/HUR.png differ diff --git a/images/HYS.jpg b/images/HYS.jpg index 86632110..c9f81fd2 100644 Binary files a/images/HYS.jpg and b/images/HYS.jpg differ diff --git a/images/ICST.png b/images/ICST.png index 56f4d878..611931c7 100644 Binary files a/images/ICST.png and b/images/ICST.png differ diff --git a/images/IFX.png b/images/IFX.png index f775c543..10094f27 100644 Binary files a/images/IFX.png and b/images/IFX.png differ diff --git a/images/ILK.jpg b/images/ILK.jpg new file mode 100644 index 00000000..2dede010 Binary files /dev/null and b/images/ILK.jpg differ diff --git a/images/IML.png b/images/IML.png index 299c8d4b..2216be72 100644 Binary files a/images/IML.png and b/images/IML.png differ diff --git a/images/INVOX.png b/images/INVOX.png index b8cc55c0..568f98ae 100644 Binary files a/images/INVOX.png and b/images/INVOX.png differ diff --git a/images/INV_.png b/images/INV_.png index 3fd388f2..e28ca8b4 100644 Binary files a/images/INV_.png and b/images/INV_.png differ diff --git a/images/IW.png b/images/IW.png index 7fa842fe..ded3dec1 100644 Binary files a/images/IW.png and b/images/IW.png differ diff --git a/images/J.png b/images/J.png index 7e1f327d..679acf66 100644 Binary files a/images/J.png and b/images/J.png differ diff --git a/images/JEX.jpg b/images/JEX.jpg new file mode 100644 index 00000000..0c1fcabd Binary files /dev/null and b/images/JEX.jpg differ diff --git a/images/JNS.png b/images/JNS.png index 34c7b23b..baca2349 100644 Binary files a/images/JNS.png and b/images/JNS.png differ diff --git a/images/JNT.jpg b/images/JNT.jpg deleted file mode 100644 index b82548cf..00000000 Binary files a/images/JNT.jpg and /dev/null differ diff --git a/images/JNT.png b/images/JNT.png new file mode 100644 index 00000000..02bde962 Binary files /dev/null and b/images/JNT.png differ diff --git a/images/JOK.png b/images/JOK.png index ad5d75ca..a65c7487 100644 Binary files a/images/JOK.png and b/images/JOK.png differ diff --git a/images/JOY_.jpg b/images/JOY_.jpg new file mode 100644 index 00000000..2f5c5e62 Binary files /dev/null and b/images/JOY_.jpg differ diff --git a/images/KAPU.png b/images/KAPU.png index 3d5c6f4e..bd90fe27 100644 Binary files a/images/KAPU.png and b/images/KAPU.png differ diff --git a/images/KNG.jpg b/images/KNG.jpg new file mode 100644 index 00000000..6c6f141d Binary files /dev/null and b/images/KNG.jpg differ diff --git a/images/KRL.jpg b/images/KRL.jpg index 95b5cd97..8c2c0b4f 100644 Binary files a/images/KRL.jpg and b/images/KRL.jpg differ diff --git a/images/KRM.png b/images/KRM.png index 60d7720c..0d2d550a 100644 Binary files a/images/KRM.png and b/images/KRM.png differ diff --git a/images/KTK.png b/images/KTK.png index 199d792a..e8cc8ecd 100644 Binary files a/images/KTK.png and b/images/KTK.png differ diff --git a/images/KWH.jpg b/images/KWH.jpg index da610301..d5f4fa54 100644 Binary files a/images/KWH.jpg and b/images/KWH.jpg differ diff --git a/images/LAB_.png b/images/LAB_.png index fbc6b473..00a58d83 100644 Binary files a/images/LAB_.png and b/images/LAB_.png differ diff --git a/images/LCWP.jpg b/images/LCWP.jpg index 87300052..000ce4c8 100644 Binary files a/images/LCWP.jpg and b/images/LCWP.jpg differ diff --git a/images/LDN.jpg b/images/LDN.jpg index 197bb26c..bd4483d8 100644 Binary files a/images/LDN.jpg and b/images/LDN.jpg differ diff --git a/images/LELE.png b/images/LELE.png index 5ed05e75..19126a18 100644 Binary files a/images/LELE.png and b/images/LELE.png differ diff --git a/images/LEU.jpg b/images/LEU.jpg index 513d9fa5..629ca0b9 100644 Binary files a/images/LEU.jpg and b/images/LEU.jpg differ diff --git a/images/LIGER.jpg b/images/LIGER.jpg index d3a9d7ea..b2b57744 100644 Binary files a/images/LIGER.jpg and b/images/LIGER.jpg differ diff --git a/images/LION.png b/images/LION.png index e28d4300..f1e076fc 100644 Binary files a/images/LION.png and b/images/LION.png differ diff --git a/images/LIPC.jpg b/images/LIPC.jpg index b3fd3a5e..d44b8936 100644 Binary files a/images/LIPC.jpg and b/images/LIPC.jpg differ diff --git a/images/LK7.png b/images/LK7.png index 640daa5b..8e377241 100644 Binary files a/images/LK7.png and b/images/LK7.png differ diff --git a/images/LKY.png b/images/LKY.png index 783835ff..063aa6cf 100644 Binary files a/images/LKY.png and b/images/LKY.png differ diff --git a/images/LOKI.jpg b/images/LOKI.jpg index 9ef520f8..9d2c08cb 100644 Binary files a/images/LOKI.jpg and b/images/LOKI.jpg differ diff --git a/images/LTCC.jpg b/images/LTCC.jpg new file mode 100644 index 00000000..16da7703 Binary files /dev/null and b/images/LTCC.jpg differ diff --git a/images/LUC.png b/images/LUC.png index c886d183..654b4f09 100644 Binary files a/images/LUC.png and b/images/LUC.png differ diff --git a/images/LXC.png b/images/LXC.png index deb9cf4a..90405e34 100644 Binary files a/images/LXC.png and b/images/LXC.png differ diff --git a/images/LYB.png b/images/LYB.png index 7ecb265a..e4c514bb 100644 Binary files a/images/LYB.png and b/images/LYB.png differ diff --git a/images/LYL.jpg b/images/LYL.jpg new file mode 100644 index 00000000..a2ce156c Binary files /dev/null and b/images/LYL.jpg differ diff --git a/images/LYNX.jpg b/images/LYNX.jpg index bdd8a4ec..c6811f1b 100644 Binary files a/images/LYNX.jpg and b/images/LYNX.jpg differ diff --git a/images/MGD.jpg b/images/MGD.jpg index 5a39a5fa..c00af1f0 100644 Binary files a/images/MGD.jpg and b/images/MGD.jpg differ diff --git a/images/MIC.jpg b/images/MIC.jpg new file mode 100644 index 00000000..3143b04f Binary files /dev/null and b/images/MIC.jpg differ diff --git a/images/MIL.png b/images/MIL.png index 1794c1e4..302d7a71 100644 Binary files a/images/MIL.png and b/images/MIL.png differ diff --git a/images/MITx.jpg b/images/MITx.jpg index 083977c9..f7b44379 100644 Binary files a/images/MITx.jpg and b/images/MITx.jpg differ diff --git a/images/MLITE.png b/images/MLITE.png index 52fa0108..fb3b546f 100644 Binary files a/images/MLITE.png and b/images/MLITE.png differ diff --git a/images/MLT.png b/images/MLT.png index e3e8a695..0fc89a66 100644 Binary files a/images/MLT.png and b/images/MLT.png differ diff --git a/images/MMC.png b/images/MMC.png index afef0559..1ba36209 100644 Binary files a/images/MMC.png and b/images/MMC.png differ diff --git a/images/MNB.jpg b/images/MNB.jpg index 048db6c3..da879af0 100644 Binary files a/images/MNB.jpg and b/images/MNB.jpg differ diff --git a/images/MRK.jpg b/images/MRK.jpg new file mode 100644 index 00000000..7c74f1e7 Binary files /dev/null and b/images/MRK.jpg differ diff --git a/images/MRN.png b/images/MRN.png index a784ec40..e7c3b3d0 100644 Binary files a/images/MRN.png and b/images/MRN.png differ diff --git a/images/MRV.png b/images/MRV.png index 48a56d7b..2ccfa50b 100644 Binary files a/images/MRV.png and b/images/MRV.png differ diff --git a/images/MRY.jpg b/images/MRY.jpg index e8b6d8fe..0d936fe2 100644 Binary files a/images/MRY.jpg and b/images/MRY.jpg differ diff --git a/images/MSC_.jpg b/images/MSC_.jpg new file mode 100644 index 00000000..96418886 Binary files /dev/null and b/images/MSC_.jpg differ diff --git a/images/MT_.png b/images/MT_.png index 0c189e75..37c72591 100644 Binary files a/images/MT_.png and b/images/MT_.png differ diff --git a/images/MUSD.jpg b/images/MUSD.jpg new file mode 100644 index 00000000..fac52c9a Binary files /dev/null and b/images/MUSD.jpg differ diff --git a/images/MYC.png b/images/MYC.png index ef58b013..757af774 100644 Binary files a/images/MYC.png and b/images/MYC.png differ diff --git a/images/NBAI.jpg b/images/NBAI.jpg index 3b24f8f8..db751209 100644 Binary files a/images/NBAI.jpg and b/images/NBAI.jpg differ diff --git a/images/NBC.jpg b/images/NBC.jpg new file mode 100644 index 00000000..33536bd1 Binary files /dev/null and b/images/NBC.jpg differ diff --git a/images/NCP.jpg b/images/NCP.jpg index 76de2fd4..af836168 100644 Binary files a/images/NCP.jpg and b/images/NCP.jpg differ diff --git a/images/NCT.png b/images/NCT.png index 7c55f568..449f29ef 100644 Binary files a/images/NCT.png and b/images/NCT.png differ diff --git a/images/NEF.png b/images/NEF.png index e5cd4507..62f1c795 100644 Binary files a/images/NEF.png and b/images/NEF.png differ diff --git a/images/NICE.png b/images/NICE.png index c07a9fab..b98c2bd9 100644 Binary files a/images/NICE.png and b/images/NICE.png differ diff --git a/images/NIHL.png b/images/NIHL.png index 0bd90e58..2dceea84 100644 Binary files a/images/NIHL.png and b/images/NIHL.png differ diff --git a/images/NKN.jpg b/images/NKN.jpg index c04023b5..4cd541d2 100644 Binary files a/images/NKN.jpg and b/images/NKN.jpg differ diff --git a/images/NKT.png b/images/NKT.png index 8d1942a8..2f32797a 100644 Binary files a/images/NKT.png and b/images/NKT.png differ diff --git a/images/NODE.png b/images/NODE.png index 4f6abf4c..cc57df9c 100644 Binary files a/images/NODE.png and b/images/NODE.png differ diff --git a/images/NTM.png b/images/NTM.png index 694ab20a..783c2ae8 100644 Binary files a/images/NTM.png and b/images/NTM.png differ diff --git a/images/NWCN.jpg b/images/NWCN.jpg index 922390bc..b773098f 100644 Binary files a/images/NWCN.jpg and b/images/NWCN.jpg differ diff --git a/images/NYX.png b/images/NYX.png index 1b43515a..4f2d24c3 100644 Binary files a/images/NYX.png and b/images/NYX.png differ diff --git a/images/OAK.png b/images/OAK.png index da2b1a4e..a784e9ec 100644 Binary files a/images/OAK.png and b/images/OAK.png differ diff --git a/images/OCC.jpg b/images/OCC.jpg new file mode 100644 index 00000000..fd64e4cd Binary files /dev/null and b/images/OCC.jpg differ diff --git a/images/OCTO_.jpg b/images/OCTO_.jpg new file mode 100644 index 00000000..a3343683 Binary files /dev/null and b/images/OCTO_.jpg differ diff --git a/images/ODMC.png b/images/ODMC.png index d0c5d928..31a9f736 100644 Binary files a/images/ODMC.png and b/images/ODMC.png differ diff --git a/images/OIO.png b/images/OIO.png index 3c01757d..4d78412f 100644 Binary files a/images/OIO.png and b/images/OIO.png differ diff --git a/images/OOT.jpg b/images/OOT.jpg new file mode 100644 index 00000000..ac2a728c Binary files /dev/null and b/images/OOT.jpg differ diff --git a/images/OWD.png b/images/OWD.png index fda5b5f2..eded6be2 100644 Binary files a/images/OWD.png and b/images/OWD.png differ diff --git a/images/PAI.png b/images/PAI.png index dda30502..e534c50d 100644 Binary files a/images/PAI.png and b/images/PAI.png differ diff --git a/images/PAK.png b/images/PAK.png index 6e038308..ffdbd20a 100644 Binary files a/images/PAK.png and b/images/PAK.png differ diff --git a/images/PAVO.jpg b/images/PAVO.jpg index 9bac6778..fcbe47ca 100644 Binary files a/images/PAVO.jpg and b/images/PAVO.jpg differ diff --git a/images/PGC.jpg b/images/PGC.jpg index 73435353..ec0fa8de 100644 Binary files a/images/PGC.jpg and b/images/PGC.jpg differ diff --git a/images/PHC.jpg b/images/PHC.jpg index 0ed42cd7..88c89f4e 100644 Binary files a/images/PHC.jpg and b/images/PHC.jpg differ diff --git a/images/PINKX.png b/images/PINKX.png index c5a046eb..6fe58e7b 100644 Binary files a/images/PINKX.png and b/images/PINKX.png differ diff --git a/images/PIO.png b/images/PIO.png index e40f6383..fb237a85 100644 Binary files a/images/PIO.png and b/images/PIO.png differ diff --git a/images/PIRL.png b/images/PIRL.png index 43dec845..9a5f7823 100644 Binary files a/images/PIRL.png and b/images/PIRL.png differ diff --git a/images/PLC_.jpg b/images/PLC_.jpg index 1a3c1c6d..80227f84 100644 Binary files a/images/PLC_.jpg and b/images/PLC_.jpg differ diff --git a/images/PLMT.png b/images/PLMT.png index 22dce844..b0ee9d05 100644 Binary files a/images/PLMT.png and b/images/PLMT.png differ diff --git a/images/PLURA.jpg b/images/PLURA.jpg new file mode 100644 index 00000000..ca6c5b8f Binary files /dev/null and b/images/PLURA.jpg differ diff --git a/images/PLUS1.jpg b/images/PLUS1.jpg index 8220d94f..0491bee0 100644 Binary files a/images/PLUS1.jpg and b/images/PLUS1.jpg differ diff --git a/images/PNY.jpg b/images/PNY.jpg new file mode 100644 index 00000000..4d5cb314 Binary files /dev/null and b/images/PNY.jpg differ diff --git a/images/POSQ.jpg b/images/POSQ.jpg new file mode 100644 index 00000000..279567ae Binary files /dev/null and b/images/POSQ.jpg differ diff --git a/images/PRE_.png b/images/PRE_.png index fa40e53d..d24f2951 100644 Binary files a/images/PRE_.png and b/images/PRE_.png differ diff --git a/images/PROPS.jpg b/images/PROPS.jpg index 98fb2260..95e6d2c6 100644 Binary files a/images/PROPS.jpg and b/images/PROPS.jpg differ diff --git a/images/PROTON.jpg b/images/PROTON.jpg index 29a733fa..5aac2c54 100644 Binary files a/images/PROTON.jpg and b/images/PROTON.jpg differ diff --git a/images/PSD.png b/images/PSD.png index af741f8a..0b2307da 100644 Binary files a/images/PSD.png and b/images/PSD.png differ diff --git a/images/PTC_.png b/images/PTC_.png index 19d93e5a..a13b373b 100644 Binary files a/images/PTC_.png and b/images/PTC_.png differ diff --git a/images/PURK.png b/images/PURK.png index 59aeeff2..b587b633 100644 Binary files a/images/PURK.png and b/images/PURK.png differ diff --git a/images/PUSHI.png b/images/PUSHI.png index 96d4db82..3837e76c 100644 Binary files a/images/PUSHI.png and b/images/PUSHI.png differ diff --git a/images/PYT.jpg b/images/PYT.jpg new file mode 100644 index 00000000..4377542a Binary files /dev/null and b/images/PYT.jpg differ diff --git a/images/QBC.png b/images/QBC.png index 62a34676..40101b1f 100644 Binary files a/images/QBC.png and b/images/QBC.png differ diff --git a/images/QWC.jpg b/images/QWC.jpg new file mode 100644 index 00000000..8f9c73a2 Binary files /dev/null and b/images/QWC.jpg differ diff --git a/images/RAP.jpg b/images/RAP.jpg index 2c4335e3..f6c9c316 100644 Binary files a/images/RAP.jpg and b/images/RAP.jpg differ diff --git a/images/RATIO.png b/images/RATIO.png index a6d2d1ba..84cfa988 100644 Binary files a/images/RATIO.png and b/images/RATIO.png differ diff --git a/images/RCX.png b/images/RCX.png index 49f33f31..671185f7 100644 Binary files a/images/RCX.png and b/images/RCX.png differ diff --git a/images/REL.jpg b/images/REL.jpg index 1a2397d9..11d0c005 100644 Binary files a/images/REL.jpg and b/images/REL.jpg differ diff --git a/images/REPO.jpg b/images/REPO.jpg index b17d93e0..57ec067b 100644 Binary files a/images/REPO.jpg and b/images/REPO.jpg differ diff --git a/images/RNC.png b/images/RNC.png index 7116e296..7e7819d4 100644 Binary files a/images/RNC.png and b/images/RNC.png differ diff --git a/images/RNDR.png b/images/RNDR.png index b9cedbd8..32fd84ae 100644 Binary files a/images/RNDR.png and b/images/RNDR.png differ diff --git a/images/ROI.jpg b/images/ROI.jpg index 23599170..241fa634 100644 Binary files a/images/ROI.jpg and b/images/ROI.jpg differ diff --git a/images/ROX.png b/images/ROX.png index a72ecfaf..67e501fa 100644 Binary files a/images/ROX.png and b/images/ROX.png differ diff --git a/images/RST.jpg b/images/RST.jpg new file mode 100644 index 00000000..ce602ec9 Binary files /dev/null and b/images/RST.jpg differ diff --git a/images/RYC.png b/images/RYC.png index 514b752f..15e90cc0 100644 Binary files a/images/RYC.png and b/images/RYC.png differ diff --git a/images/RYO.jpg b/images/RYO.jpg new file mode 100644 index 00000000..f4d61c0c Binary files /dev/null and b/images/RYO.jpg differ diff --git a/images/SABR.png b/images/SABR.png index 2927e1fc..5d7326f3 100644 Binary files a/images/SABR.png and b/images/SABR.png differ diff --git a/images/SAFE.jpg b/images/SAFE.jpg new file mode 100644 index 00000000..4e7c1617 Binary files /dev/null and b/images/SAFE.jpg differ diff --git a/images/SAT2.png b/images/SAT2.png index c28839f5..517c9d09 100644 Binary files a/images/SAT2.png and b/images/SAT2.png differ diff --git a/images/SCX.jpg b/images/SCX.jpg index 52960aef..e39b339b 100644 Binary files a/images/SCX.jpg and b/images/SCX.jpg differ diff --git a/images/SEM.jpg b/images/SEM.jpg index 455634f2..2df6bd87 100644 Binary files a/images/SEM.jpg and b/images/SEM.jpg differ diff --git a/images/SERA.png b/images/SERA.png index 67a2e475..7975ca73 100644 Binary files a/images/SERA.png and b/images/SERA.png differ diff --git a/images/SFR.png b/images/SFR.png index fcc388d4..c9a1cee8 100644 Binary files a/images/SFR.png and b/images/SFR.png differ diff --git a/images/SIC.jpg b/images/SIC.jpg index 2fd2e91c..0076ea71 100644 Binary files a/images/SIC.jpg and b/images/SIC.jpg differ diff --git a/images/SKM.jpg b/images/SKM.jpg index 6eaf3300..30b78ad8 100644 Binary files a/images/SKM.jpg and b/images/SKM.jpg differ diff --git a/images/SNK.png b/images/SNK.png index 7732b9d8..3ce4312d 100644 Binary files a/images/SNK.png and b/images/SNK.png differ diff --git a/images/SOIL.png b/images/SOIL.png index ce44f9fb..b8394c6a 100644 Binary files a/images/SOIL.png and b/images/SOIL.png differ diff --git a/images/SOJ.png b/images/SOJ.png index f28e5582..30e6549d 100644 Binary files a/images/SOJ.png and b/images/SOJ.png differ diff --git a/images/SOLE.png b/images/SOLE.png index 6ad41f80..0d2f9673 100644 Binary files a/images/SOLE.png and b/images/SOLE.png differ diff --git a/images/SONG.png b/images/SONG.png index e19596e8..8602b79f 100644 Binary files a/images/SONG.png and b/images/SONG.png differ diff --git a/images/SOON.png b/images/SOON.png index 78ad1bd0..481b4dcc 100644 Binary files a/images/SOON.png and b/images/SOON.png differ diff --git a/images/SOUL_.jpg b/images/SOUL_.jpg index 007c419b..aecddc2e 100644 Binary files a/images/SOUL_.jpg and b/images/SOUL_.jpg differ diff --git a/images/SPC_.jpg b/images/SPC_.jpg index 0442ec32..f9386a57 100644 Binary files a/images/SPC_.jpg and b/images/SPC_.jpg differ diff --git a/images/SPEC.png b/images/SPEC.png index ebe7cc59..cdfcd71d 100644 Binary files a/images/SPEC.png and b/images/SPEC.png differ diff --git a/images/SPICE.png b/images/SPICE.png index 2db14b6a..36a102d4 100644 Binary files a/images/SPICE.png and b/images/SPICE.png differ diff --git a/images/SPKTR.png b/images/SPKTR.png index 262b7d74..4beaa0fb 100644 Binary files a/images/SPKTR.png and b/images/SPKTR.png differ diff --git a/images/SRC__.jpg b/images/SRC__.jpg index 1ad4aa21..b490b1d4 100644 Binary files a/images/SRC__.jpg and b/images/SRC__.jpg differ diff --git a/images/SS.png b/images/SS.png index 02b94ea3..75720fd2 100644 Binary files a/images/SS.png and b/images/SS.png differ diff --git a/images/SSH.png b/images/SSH.png index 1f244106..cf5c1c8c 100644 Binary files a/images/SSH.png and b/images/SSH.png differ diff --git a/images/SSV.png b/images/SSV.png index 7423e63b..2e7c4a72 100644 Binary files a/images/SSV.png and b/images/SSV.png differ diff --git a/images/STAX.png b/images/STAX.png index a7887cee..da592c2c 100644 Binary files a/images/STAX.png and b/images/STAX.png differ diff --git a/images/STA_.png b/images/STA_.png index 030ca852..d63b658c 100644 Binary files a/images/STA_.png and b/images/STA_.png differ diff --git a/images/STP.png b/images/STP.png index e628fae9..b093d301 100644 Binary files a/images/STP.png and b/images/STP.png differ diff --git a/images/STR_.png b/images/STR_.png index cc29f798..cfbb5fee 100644 Binary files a/images/STR_.png and b/images/STR_.png differ diff --git a/images/TAP.png b/images/TAP.png index a615e9bf..b3626694 100644 Binary files a/images/TAP.png and b/images/TAP.png differ diff --git a/images/TBT.jpg b/images/TBT.jpg index ee2ebc72..1c77c8fc 100644 Binary files a/images/TBT.jpg and b/images/TBT.jpg differ diff --git a/images/TDP.jpg b/images/TDP.jpg new file mode 100644 index 00000000..8bd273ca Binary files /dev/null and b/images/TDP.jpg differ diff --git a/images/TERN.jpg b/images/TERN.jpg new file mode 100644 index 00000000..6e0fa880 Binary files /dev/null and b/images/TERN.jpg differ diff --git a/images/TIC.png b/images/TIC.png index f79c16d4..ae32c85b 100644 Binary files a/images/TIC.png and b/images/TIC.png differ diff --git a/images/TPC.png b/images/TPC.png new file mode 100644 index 00000000..d07b4a86 Binary files /dev/null and b/images/TPC.png differ diff --git a/images/TRCK.jpg b/images/TRCK.jpg index dc84c500..c55fe369 100644 Binary files a/images/TRCK.jpg and b/images/TRCK.jpg differ diff --git a/images/TRIP.png b/images/TRIP.png index 232f5b22..3964085a 100644 Binary files a/images/TRIP.png and b/images/TRIP.png differ diff --git a/images/TRN.png b/images/TRN.png new file mode 100644 index 00000000..c88aab5e Binary files /dev/null and b/images/TRN.png differ diff --git a/images/TRVC.jpg b/images/TRVC.jpg new file mode 100644 index 00000000..980d5839 Binary files /dev/null and b/images/TRVC.jpg differ diff --git a/images/TRW.png b/images/TRW.png new file mode 100644 index 00000000..d4b35ba7 Binary files /dev/null and b/images/TRW.png differ diff --git a/images/TT.jpg b/images/TT.jpg index cac1beb8..4b0a0e3c 100644 Binary files a/images/TT.jpg and b/images/TT.jpg differ diff --git a/images/TUT.png b/images/TUT.png index ee09a02e..ef213604 100644 Binary files a/images/TUT.png and b/images/TUT.png differ diff --git a/images/UBEX.png b/images/UBEX.png index 08918214..0d063860 100644 Binary files a/images/UBEX.png and b/images/UBEX.png differ diff --git a/images/UCN.jpg b/images/UCN.jpg index 75b2f467..a318f840 100644 Binary files a/images/UCN.jpg and b/images/UCN.jpg differ diff --git a/images/UETL.jpg b/images/UETL.jpg index 96fb755a..5bd8d401 100644 Binary files a/images/UETL.jpg and b/images/UETL.jpg differ diff --git a/images/UNF.png b/images/UNF.png index 470cbbb3..596aaf24 100644 Binary files a/images/UNF.png and b/images/UNF.png differ diff --git a/images/UPP.jpg b/images/UPP.jpg new file mode 100644 index 00000000..fcaf2b92 Binary files /dev/null and b/images/UPP.jpg differ diff --git a/images/URALS.jpg b/images/URALS.jpg new file mode 100644 index 00000000..58fbd9d8 Binary files /dev/null and b/images/URALS.jpg differ diff --git a/images/USDC.png b/images/USDC.png index 06871c77..c4b4a07f 100644 Binary files a/images/USDC.png and b/images/USDC.png differ diff --git a/images/USOAMIC.jpg b/images/USOAMIC.jpg index f86971e0..a48c59fb 100644 Binary files a/images/USOAMIC.jpg and b/images/USOAMIC.jpg differ diff --git a/images/UTIL.png b/images/UTIL.png index 80c47c6a..15d7e1cb 100644 Binary files a/images/UTIL.png and b/images/UTIL.png differ diff --git a/images/VEGA.jpg b/images/VEGA.jpg index 2233aa1a..7375cdb4 100644 Binary files a/images/VEGA.jpg and b/images/VEGA.jpg differ diff --git a/images/VIC.jpg b/images/VIC.jpg index 8e1b4f78..803c98c4 100644 Binary files a/images/VIC.jpg and b/images/VIC.jpg differ diff --git a/images/VIDT.png b/images/VIDT.png new file mode 100644 index 00000000..bdc393d6 Binary files /dev/null and b/images/VIDT.png differ diff --git a/images/VIEW.png b/images/VIEW.png index d4619062..a1f188cf 100644 Binary files a/images/VIEW.png and b/images/VIEW.png differ diff --git a/images/VIN.jpg b/images/VIN.jpg index e42b144b..a2e4a676 100644 Binary files a/images/VIN.jpg and b/images/VIN.jpg differ diff --git a/images/VITAE.jpg b/images/VITAE.jpg new file mode 100644 index 00000000..bf4ba6fc Binary files /dev/null and b/images/VITAE.jpg differ diff --git a/images/VOT.png b/images/VOT.png index 9b62eace..0da3052b 100644 Binary files a/images/VOT.png and b/images/VOT.png differ diff --git a/images/VTN.jpg b/images/VTN.jpg index c9c73570..dcca2408 100644 Binary files a/images/VTN.jpg and b/images/VTN.jpg differ diff --git a/images/WAB.jpg b/images/WAB.jpg new file mode 100644 index 00000000..797254f3 Binary files /dev/null and b/images/WAB.jpg differ diff --git a/images/WEB_.jpg b/images/WEB_.jpg new file mode 100644 index 00000000..bdcc063f Binary files /dev/null and b/images/WEB_.jpg differ diff --git a/images/WINE.png b/images/WINE.png index 9830320a..5cf052c6 100644 Binary files a/images/WINE.png and b/images/WINE.png differ diff --git a/images/XAU.png b/images/XAU.png index 5387b12a..d5d3b231 100644 Binary files a/images/XAU.png and b/images/XAU.png differ diff --git a/images/XCD_.png b/images/XCD_.png index 2e94201e..88f28f68 100644 Binary files a/images/XCD_.png and b/images/XCD_.png differ diff --git a/images/XCE.png b/images/XCE.png index a0b66510..af9cc5ce 100644 Binary files a/images/XCE.png and b/images/XCE.png differ diff --git a/images/XCEL.jpg b/images/XCEL.jpg index 7fc69b12..439513b5 100644 Binary files a/images/XCEL.jpg and b/images/XCEL.jpg differ diff --git a/images/XCI.png b/images/XCI.png index 485ddd41..0e428b2f 100644 Binary files a/images/XCI.png and b/images/XCI.png differ diff --git a/images/XCLR.png b/images/XCLR.png new file mode 100644 index 00000000..72d56004 Binary files /dev/null and b/images/XCLR.png differ diff --git a/images/XDB.png b/images/XDB.png index 78a33f8a..b6bf9d2f 100644 Binary files a/images/XDB.png and b/images/XDB.png differ diff --git a/images/XDQ.png b/images/XDQ.png index 9ccf324f..c11bbe46 100644 Binary files a/images/XDQ.png and b/images/XDQ.png differ diff --git a/images/XEC.png b/images/XEC.png index 8764fd40..6233fb9b 100644 Binary files a/images/XEC.png and b/images/XEC.png differ diff --git a/images/XET.jpg b/images/XET.jpg new file mode 100644 index 00000000..95c2fd3e Binary files /dev/null and b/images/XET.jpg differ diff --git a/images/XGS.jpg b/images/XGS.jpg new file mode 100644 index 00000000..3bc6cd8e Binary files /dev/null and b/images/XGS.jpg differ diff --git a/images/XLB.png b/images/XLB.png index 4331c5fd..c159fd9b 100644 Binary files a/images/XLB.png and b/images/XLB.png differ diff --git a/images/XMV.jpg b/images/XMV.jpg index b5f4ab97..e9211e73 100644 Binary files a/images/XMV.jpg and b/images/XMV.jpg differ diff --git a/images/XUEZ.jpg b/images/XUEZ.jpg new file mode 100644 index 00000000..4556ca52 Binary files /dev/null and b/images/XUEZ.jpg differ diff --git a/images/XUN.png b/images/XUN.png index 1ad31352..b110f61f 100644 Binary files a/images/XUN.png and b/images/XUN.png differ diff --git a/images/YCE.jpg b/images/YCE.jpg new file mode 100644 index 00000000..1b345d12 Binary files /dev/null and b/images/YCE.jpg differ diff --git a/images/ZCC.png b/images/ZCC.png index 1a3bcf97..02eddc5e 100644 Binary files a/images/ZCC.png and b/images/ZCC.png differ diff --git a/images/ZER.png b/images/ZER.png index bb79d32f..07350f79 100644 Binary files a/images/ZER.png and b/images/ZER.png differ diff --git a/images/ZMN.jpg b/images/ZMN.jpg new file mode 100644 index 00000000..812450d2 Binary files /dev/null and b/images/ZMN.jpg differ diff --git a/images/ZNT.png b/images/ZNT.png index 51162d47..594e1bb3 100644 Binary files a/images/ZNT.png and b/images/ZNT.png differ diff --git a/images/ZXT.png b/images/ZXT.png index 040501ca..b5393ae8 100644 Binary files a/images/ZXT.png and b/images/ZXT.png differ diff --git a/images/ePRX.jpg b/images/ePRX.jpg index 1918d007..200694cd 100644 Binary files a/images/ePRX.jpg and b/images/ePRX.jpg differ diff --git a/images/redBUX.png b/images/redBUX.png index 06a1dec9..a5e6dd1b 100644 Binary files a/images/redBUX.png and b/images/redBUX.png differ diff --git a/name-to-symbol.json b/name-to-symbol.json new file mode 100644 index 00000000..4c4e270e --- /dev/null +++ b/name-to-symbol.json @@ -0,0 +1,2720 @@ +{ + "808": "808", + "1337": "1337", + "Inmusik": "$OUND", + "PacCoin": "$PAC", + "007 coin": "007", + "0xBitcoin": "0xBTC", + "The 0xDiary Token": "0xDIARY", + "1Credit": "1CR", + "FirstBlood": "1ST", + "2015 coin": "2015", + "2BACCO Coin": "2BACCO", + "2GiveCoin": "2GIVE", + "300 token": "300", + "32Bitcoin": "32BIT", + "365Coin": "365", + "3DES": "3DES", + "404Coin": "404", + "42 Coin": "42", + "SixEleven": "611", + "Octocoin": "888", + "8BIT Coin": "8BIT", + "8 Circuit Studios": "8BT", + "AB-Chain": "ABC", + "Abjcoin": "ABJ", + "Absolute Coin": "ABS", + "ArcBlock": "ABT", + "Advanced Browsing Token": "ABT*", + "ArtByte": "ABY", + "The Abyss": "ABYSS", + "Asia Coin": "AC", + "AC3": "AC3", + "Alphacat": "ACAT", + "AdCoin": "ACC", + "Accelerator Network": "ACC*", + "Accolade": "ACCO", + "TokenStars": "ACE", + "AcesCoin": "AEC", + "AchieveCoin": "ACH", + "AcidCoin": "ACID", + "AvonCoin": "ACN", + "ACoin": "ACOIN", + "Anarchists Prime": "ACP", + "ACT": "ACT", + "Achain": "ACT*", + "Action Coin": "ACTN", + "Cardano": "ADA", + "Adbank": "ADB", + "AudioCoin": "ADC", + "Asiadigicoin": "ADCN", + "Adhive": "ADH", + "Aidos Kuneen": "ADK", + "Adelphoi": "ADL", + "Adamant": "ADM", + "Aiden": "ADN", + "Adshares": "ADST", + "AdToken": "ADT", + "AdEx": "ADX", + "Adzcoin": "ADZ", + "Aeternity": "AE", + "EmaratCoin": "AEC*", + "AEON": "AEON", + "Aerium": "AERM", + "Aero Coin": "AERO", + "AfterEther": "AET", + "SingularityNET": "AGI", + "Agoras Token": "AGRS", + "Aegis": "AGS", + "Ahoolee": "AHT", + "Bowhead Health": "AHT*", + "AdvancedInternetBlock": "AIB", + "AI Crypto": "AIC", + "AidCoin": "AID", + "AI Doctor": "AIDOC", + "Aion": "AION", + "AirToken": "AIR", + "Aircoin": "AIR*", + "AIChain Token": "AIT", + "AITrading": "AITT", + "Aigang": "AIX", + "Akroma": "AKA", + "Arab League Coin": "ALC", + "Alexandrite": "ALEX", + "AlphaCoin": "ALF", + "Algory": "ALG", + "ALISmedia": "ALIS", + "AlienCoin": "ALN", + "Alpenschillling": "ALPS", + "Alqo": "ALQO", + "ALTcoin": "ALT", + "AltCommunity Coin": "ALTCOM", + "AltoCar": "ALTOCAR", + "ALAX": "ALX", + "AeroMe": "AM", + "Ambrosus": "AMB", + "AmberCoin": "AMBER", + "AMBT Token": "AMBT", + "AmericanCoin": "AMC", + "AMIS": "AMIS", + "MicroMoney": "AMM", + "Ammo Rewards": "AMMO", + "Amon": "AMN", + "Amo Coin": "AMO", + "Synereo": "AMP", + "Amsterdam Coin": "AMS", + "Acumen": "AMT", + "Amero": "AMX", + "Amygws": "AMY", + "AnalCoin": "ANAL", + "Anoncoin": "ANC", + "Anacrypt": "ANCP", + "AndromedaCoin": "AND", + "Angel Token": "ANGL", + "Animecoin": "ANI", + "Ankorus Token": "ANK", + "Aragon": "ANT", + "AntiLitecoin": "ANTC", + "Anti Bitcoin": "ANTI", + "ANTS Reloaded": "ANTS", + "AlpaCoin": "APC", + "ApexCoin": "APEX", + "Aphelion": "APH", + "APIS": "APIS", + "AppCoins": "APPC", + "Aptcoin": "APT", + "Apx": "APX", + "Ar.cash": "AR*", + "Arbit Coin": "ARB", + "Arbi": "ARBI", + "ArcticCoin": "ARC", + " Arcade City": "ARC*", + "ArchCoin": "ARCH", + "AquariusCoin": "ARCO", + "ArbitrageCT": "ARCT", + "Ardor": "ARDR", + "ARENON": "ARE", + "Arena": "ARENA", + "Argentum": "ARG", + "ArgusCoin": "ARGUS", + "AriCoin": "ARI", + "ARK": "ARK", + "Armory Coin": "ARM", + "Aeron": "ARN", + "ARNA Panacea": "ARNA", + "Arionum": "ARO", + "ArpaCoin": "ARPA", + "Maecenas": "ART", + "Artemine": "ARTE", + "Block Array": "ARY", + "Allsafe": "ASAFE2", + "Ascension Coin": "ASN", + "AirSwap": "AST", + "Astral": "AST*", + "Astronaut": "ASTRO", + "ATB coin": "ATB", + "ATC Coin": "ATCC", + "ATFS Project": "ATFS", + "Atheios": "ATH", + "A-Token": "ATKN", + "ATLANT": "ATL", + "ATMChain": "ATM", + "Autumncoin": "ATM*", + "Atmos": "ATMOS", + "Atomic Coin": "ATOM", + "Cosmos": "ATOM*", + "Authorship": "ATS", + "ArtexCoin": "ATX", + "ArubaCoin": "AUA", + "Auctus": "AUC", + "AU-Coin": "AUC*", + "Authoreon": "AUN", + "Aurora Coin": "AUR", + "Aurora": "AURA", + "Aureus": "AURS", + "Autoria": "AUT", + "Cube": "AUTO", + "Avatar Coin": "AV", + "Avalon": "AVA", + "Avesta": "AVE", + "Avalanche": "AVL", + "AventCoin": "AVT", + "Axiom Coin": "AXIOM", + "aXpire": "AXP", + "AXRON": "AXR", + "AXS": "AXS", + "AIX": "AXT", + "Axys": "AXYS", + "B2BX": "B2B", + "SegWit2x": "B2X", + "B3 Coin": "B3", + "BankCoin": "B@", + "BitalphaCoin": "BAC", + "LakeBanker": "BAC*", + "BAM": "BAM", + "Babes and Nerds": "BAN", + "BANCA": "BANCA", + "TBIS token": "BAR", + "BitAsean": "BAS", + "LuckChain": "BASH", + "BashCoin": "BASHC", + "Basic Attention Token": "BAT", + "BABB": "BAX", + "BitBay": "BAY", + "TraDove": "BBC", + "BaseballCardCoin": "BBCC", + "BelugaPay": "BBI", + "BitBlocks": "BBK", + "BBNCOIN": "BBN", + "Banyan Network": "BBN*", + "BiblePay": "BBP", + "Boolberry": "BBR", + "BitBoost": "BBT", + "BrickBlock": "BBT*", + "Bitcoin Atom": "BCA", + "Blockchain Capital": "BCAP", + "BitConnect Coin": "BCCOIN", + "Bitcoin Diamond": "BCD", + "BitCAD": "BCD*", + "BlockCDN ": "BCDN", + "BitcoinFast": "BCF", + "Bitcoin Cash": "BCH", + "Bitcoin Interest": "BCI", + "Blockchain.io": "BCIO", + "ByteCoin": "BTE", + "BridgeCoin": "BCO", + "BannerCoin": "BCOIN", + "BlockMason Credit Protocol": "BCPT", + "BitCredit": "BCR", + "Bitcoin Royal": "BCR*", + "Blockchain Terminal": "BCT", + "BattleCoin": "BCX", + "BitcoinX": "BCX*", + "BitCrystals": "BCY", + "BitDegree": "BDG", + "Bitdeal": "BDL", + "Bidipass": "BDP", + "BlueDragon": "BDR", + "Bee Token": "BEE", + "BelaCoin": "BELA", + "BitCOEN": "BEN", + "Benjamins": "BEN*", + "BenjiRolls": "BENJI", + "BERNcash": "BERN", + "Rentberry": "BERRY", + "BestChain": "BEST", + "BetaCoin": "BET", + "DAO.casino": "BET*", + "BetterBetting": "BETR", + "Bettium": "BETT", + "BEX token": "BEX", + "Bezop": "BEZ", + "Befund": "BFDT", + "BF Token": "BFT", + "BitFinex Tokens": "BFX", + "Buglab": "BGL", + "BighanCoin": "BHC", + "BlackholeCoin": "BHC*", + "Bikercoins": "BIC", + "BidCoin": "BID", + "BitcoinFile": "BIFI", + "BigUp": "BIGUP", + "BitminerCoin": "BIM", + "Bitsense": "BINS", + "Biocoin": "BIO", + "BioBar": "BIOB", + "BiosCrypto": "BIOS", + "BipCoin": "BIP", + "Bismuth": "BIS", + "BitRewards": "BIT", + "16BitCoin": "BIT16", + "BitBean": "BITB", + "BitCar": "BITCAR", + "bitCNY": "BITCNY", + "Bitcoin Green": "BITG", + "bitGold": "BITGOLD", + "BitOKX": "BITOK", + "BitstarCoin": "BITS", + "Bits Digit": "BITSD", + "bitSilver": "BITSILVER", + "bitUSD": "BITUSD", + "BitScreener": "BITX", + "Bitz Coin": "BITZ", + "BiboxCoin": "BIX", + "Balkancoin": "BKC", + "BANKEX": "BKX", + "BlakeStar": "BLAS", + "BlazerCoin": "BLAZR", + "BlakeCoin": "BLC", + "BlitzCoin": "BLITZ", + "BlackCoin": "BLK", + "Bolenum": "BLN*", + "BlockNet": "BLOCK", + "BlockPay": "BLOCKPAY", + "BillaryCoin": "BLRY", + "Bloom Token": "BLT", + "BlueCoin": "BLU", + "Ethereum Blue": "BLUE", + "Blockchain Index": "BLX", + "Bluzelle": "BLZ", + "BitMoon": "BM", + "Bitcomo": "BM*", + "Blackmoon Crypto": "BMC", + "BlockMesh": "BMH", + "Benchmark": "BMK", + "BMChain": "BMT", + "BitMart Coin": "BMX", + "Bitmxittz": "BMXT", + "Binance Coin": "BNB", + "Boats and Bitches": "BNB*", + "Benjacoin": "BNC", + "Bankera": "BNK", + "Bancor Network Token": "BNT", + "Blocnation": "BNTN", + "Bounty0x": "BNTY", + "BnrtxCoin": "BNX", + "Doubloon": "BOAT", + "Bob Coin": "BOB*", + "Bogcoin": "BOG", + "Bold": "BOLD", + "BolivarCoin": "BOLI", + "BombCoin": "BOMB", + "Bonpay": "BON", + "BonesCoin": "BON*", + "BOOM Coin": "BOOM", + "BOScoin": "BOS", + "BosonCoin": "BOSON", + "BitBoss": "BOSS", + "BoostCoin": "BOST", + "Bodhi": "BOT", + "BotChain": "BOTC", + "ArkDAO": "BOTS", + "Boulle": "BOU", + "BoxyCoin": "BOXY", + "BlockPool": "BPL", + "Blockport": "BPT", + "Bitqy": "BQ", + "BQCoin": "BQC", + "BrainCoin": "BRAIN", + "BROTHER": "BRAT", + "BrightCoin": "BRC", + "BinaryCoin": "BRC*", + "Bread token": "BRD", + "BeardDollars": "BRDD", + "Briacoin": "BRIA", + "BritCoin": "BRIT", + "BreakoutCoin": "BRK", + "Bitradio": "BRO", + "BitBronze": "BRONZ", + "Breakout Stake": "BRX", + "BlackShadowCoin": "BS", + "BowsCoin": "BSC", + "BitSend": "BSD*", + "BitSoar Coin": "BSR", + "BitStone": "BST", + "Blackstar": "BSTAR", + "BattleStake": "BSTK", + "GlobalBoost": "BSTY", + "Bitspace": "BSX", + "BuildTeam": "BT", + "Bitfinex Bitcoin Future": "BT1", + "Bitcoin SegWit2X": "BT2", + "Bata": "BTA", + "BitBar": "BTB", + "Bitcoin": "BTC", + "Bitair": "BTCA", + "Bitcoin Core": "BTCC", + "BitcoinDark": "BTCD", + "EthereumBitcoin": "BTCE", + "BitcoinEX": "BTCE*", + "BitcoinGo": "BTCGO", + "Bitcoin Hush": "BTCH", + "BTC Lite": "BTCL", + "BitluckCoin": "BTCL*", + "BTCMoon": "BTCM", + "BitcoiNote": "BTCN", + "Bitcoin Private": "BTCP", + "BitCurrency": "BTCR", + "Bitcoin Red": "BTCRED", + "BitCrystal": "BTCRY", + "Bitcoin Scrypt": "BTCS", + "Bitcoin Supreme": "BTCS*", + "BitcoinZ": "BTCZ", + "Bitcloud": "BTD", + "Bitcloud 2.0": "BTDX", + "BitSerial": "BTE*", + "Blockchain Traded Fund": "BTF", + "BitcoinFor": "BTF*", + "Bitcoin Gold": "BTG", + "BitGem": "BTG*", + "Bytether ": "BTH", + "Bitrolium": "BTL", + "BitLuckCoin": "BTLC", + "BitMark": "BTM", + "Bytom": "BTM*", + "BitMiles": "BTMI", + "Bitcoin Nova": "BTN", + "Bottos": "BTO", + "Bitcoin Planet": "BTPL", + "BitQuark": "BTQ", + "Betrium Token": "BTRM", + "Bitshares": "BTS", + "Blocktrade token": "BTT", + "Coin to the Future": "BTTF", + "BitcoinWhite": "BTW", + "Bitcore": "BTX", + "BitcoinTX": "BTX*", + "BitzCoin": "BTZ", + "Budbo": "BUBO", + "SwagBucks": "BUCKS", + "GorillaBucks": "BUCKS*", + "CryptoBuk": "BUK", + "BullshitCoin": "BULLS", + "BunnyCoin": "BUN", + "BurstCoin": "BURST", + "BuzzCoin": "BUZZ", + "BeaverCoin": "BVC", + "Bulwark": "BWK", + "BitcoinWSpectrum": "BWS", + "Bitcedi": "BXC", + "BitTokens": "BXT", + "ByteCent": "BYC", + "Bezant": "BZNT", + "Coin.2": "C2", + "Crypto20": "C20", + "CabbageUnit": "CAB", + "CryptoABS": "CABS", + "CyberTrust": "CABS*", + "Cachecoin": "CACH", + "Change": "CAG", + "CAIx": "CAIx", + "CaliphCoin": "CALC", + "Camcoin": "CAM", + "CanYaCoin": "CAN", + "CannabisCoin": "CANN", + "BottleCaps": "CAP", + "Cappasity": "CAPP", + "Carboncoin": "CARBON", + "Carebit": "CARE", + "Care Token": "CARE*", + "Cashaa": "CAS", + "CashCoin": "CASH", + "Cash Poker Pro": "CASH*", + "BitClave": "CAT", + "BlockCAT": "CAT*", + "Catcoin": "CAT1", + "Caviar": "CAV", + "CashBagCoin": "CBC", + "CashBet Coin": "CBC*", + "CBD Crystals": "CBD", + "Cerberus": "CBS", + "CommerceBlock Token": "CBT", + "CryptoBullion": "CBX", + "CyberCoin": "CC", + "CCCoin": "CCC", + "CannaCoin": "CCN", + "CrowdCoinage": "CCOS", + "CryptoCarbon": "CCRB", + "Crystal Clear Token ": "CCT", + "CoolDarkCoin": "CCX", + "Canada eCoin": "CND*", + "Blox": "CDT", + "Commodity Ad Network": "CDX", + "Cryptodex": "CDX*", + "Bitcoin Candy": "CDY", + "CEDEX Coin": "CEDEX", + "CEEK Smart VR Token": "CEEK", + "CryptopiaFeeShares": "CEFS", + "Celsius Network": "CEL", + "SolarFarm": "CELL", + "Crypto Escudo": "CESC", + "CETUS Coin": "CETI", + "Californium": "CF", + "CoffeeCoin": "CFC", + "Confido": "CFD", + "Cofound.it": "CFI", + "CryptoForecast": "CFT", + "Credo": "CREDO", + "Crafty": "CFTY", + "Cryptographic Anomaly": "CGA", + "Charity Coin": "CHA", + "ChanCoin": "CHAN", + "23 Skidoo": "CHAO", + "Charm Coin": "CHARM", + "CleverHash": "CHASH", + "ChatCoin": "CHAT", + "CryptoHub": "CHBR", + "ChainCoin": "CHC", + "ChessCoin": "CHESS", + "MobileBridge Momentum": "CHF*", + "NOKU CHF": "CHFN", + "Chimaera": "CHI", + "TheChiefCoin": "CHIEF", + "ChildCoin": "CHILD", + "Chip": "CHIP", + "CHIPS": "CHIPS", + "ChoofCoin": "CHOOF", + "CoinPoker Token": "CHP", + "SwissBorg": "CHSB", + "Countinghouse Fund": "CHT", + "Crypto Improvement Fund": "CIF", + "CinderCoin": "CIN", + "CINNICOIN": "CINNI", + "CircuitCoin": "CIR", + "CryptoCircuits": "CIRC", + "Cryptonetix": "CIX", + "CryptoJacks": "CJ", + "CryptoJournal": "CJC", + "ConnectJob Token": "CJT", + "Clockcoin": "CKC", + "CoinLancer": "CL", + "CLAMS": "CLAM", + "Cloud": "CLD", + "Clickcoin": "CLICK", + "Clinicoin": "CLIN", + "Clinton": "CLINT", + "Colu Local Network": "CLN", + "Callisto Network": "CLO", + "CloakCoin": "CLOAK", + "Clout": "CLOUT", + "CopperLark": "CLR", + " ClubCoin": "CLUB", + "CludCoin": "CLUD", + "CleverCoin": "CLV", + "CosmosCoin": "CMC", + "Crowd Machine": "CMCT", + "Commercium ": "CMM", + "Cosmo": "CMOS", + "Compcoin": "CMP", + "CampusCoin": "CMPCO", + "COMSA": "CMS", + "CometCoin": "CMT", + "CyberMiles": "CMT*", + "Cash & Back Coin": "CNBC", + "ChinaCoin": "CNC", + "Cindicator": "CND", + "ConcealCoin": "CNL", + "Coinomat": "CNMT", + "Content Neutrality Network": "CNN", + "Coino": "CNO", + "Centurion": "CNT", + "Cryptonex": "CNX", + "CO2 Token": "CO2", + "BitCoal": "COAL", + "Cobinhood": "COB", + "Community Coin": "COMM", + "CoEval": "COE", + "CoinFi": "COFI", + "Cognitio": "COG", + "Coin": "COIN*", + "ColossusCoinXT": "COLX", + "Compound Coin": "COMP", + "Paycon": "CON_", + "CoolCoin": "COOL", + "Corion": "COR", + "CoralPay": "CORAL", + "Core Group Asset": "CORE", + "COSS": "COSS", + "Couchain": "COU", + "Covesting": "COV", + "CovenCoin": "COV*", + "Circuits of Value": "COVAL", + "CobraCoin": "COX", + "CryptoPay": "CPAY", + "CapriCoin": "CPC", + "CPChain": "CPC*", + "CoinPlace Token": "CPL", + "CompuCoin": "CPN", + "Apex Token": "CPX", + "COPYTRACK": "CPY", + "ConquestCoin": "CQST", + "CrabCoin": "CRAB", + "CrackCoin": "CRACK", + "Craftcoin": "CRAFT", + "CraigsCoin": "CRAIG", + "CraveCoin": "CRAVE", + "Crave-NG": "CRAVE*", + "Creditbit ": "CRB", + "CraftCoin": "CRC*", + "CryCash": "CRC**", + "CrowdCoin": "CRC***", + "Credence Coin": "CRDNC", + "Credits": "CS*", + "Creditcoin": "CRE*", + "CreativeChain": "CREA", + "Verify": "CRED", + "Creva Coin": "CREVA", + "Cryptelo Coin": "CRL", + "Cream": "CRM", + "CrankCoin": "CRNK", + "Croat": "CROAT", + "CryptoPennies": "CRPS", + "Crypterium": "CRPT", + "Cryptoreal": "CRS", + "Cryptum": "CRTM", + "Curium": "CRU", + "Crown Coin": "CRW", + "ChronosCoin": "CRX", + "CryptCoin": "CRYPT", + "CryptoSpots": "CS", + "CasinoCoin": "CSC", + "CashOut": "CSH", + "Cosmic": "CSMIC", + "BitDice": "CSNO", + "Castle": "CSTL", + "CarterCoin": "CTC", + "Coinmatic": "CTIC", + "Curaizon": "CTKN", + "Crypto": "CTO", + "Centra": "CTR", + "CodeTract": "CTT", + "CarTaxi": "CTX", + "Cortex": "CTXC", + "DigiCube": "CUBE", + "Curecoin": "CURE", + "Cool Cousin": "CUZ", + "CarVertical": "CV", + "Civic": "CVC", + "Crypviser": "CVCOIN", + "CavatCoin": "CVTC", + "Crypto Wisdom Coin": "CWIS", + "CryptoWave": "CWV", + "Crypto-X": "CWX", + "CryptoWorldXToken": "CWXT", + "CheckCoin": "CXC", + "CargoX": "CXO", + "Coinonat": "CXT", + "ConSpiracy Coin ": "CYC", + "Cyder Coin": "CYDER", + "Cygnus": "CYG", + "CypherPunkCoin": "CYP", + "Cryptokenz": "CYT", + "Crazy Coin": "CZC", + "DACash": "DAC", + "DADI": "DADI", + "Dai": "DAI", + "Daneel": "DAN", + "DarkKush": "DANK", + "Darcrus": "DAR", + "Dark": "DARK", + "Bitdaric": "DARX", + "DAS": "DAS", + "Dash": "DASH", + "Datum": "DAT", + "Streamr DATAcoin": "DATA", + "DavorCoin": "DAV", + "DaxxCoin": "DAXX", + "Chronologic": "DAY", + "DarkBit": "DB", + "DeepBrain Chain": "DBC", + "Debit Coin": "DBC*", + "Decent.bet": "DBET", + "Digital Bullion Gold": "DBG", + "DubaiCoin": "DBIX", + "Düber": "DBR", + "DebitCoin": "DBTC", + "DarkCrave": "DCC", + "DickCoin": "DCK", + "Dentacoin": "DCN", + "Decred": "DCR", + "DeltaCredits": "DCRE", + "deCLOUDs": "DCS", + "Decent": "DCT", + "Dinastycoin": "DCY", + "Scry.info": "DDD", + "Digital Developers Fund": "DDF", + "Degas Coin": "DEA", + "iDealCash": "DEAL", + "Debitum Token": "DEB", + "Darico": "DEC", + "Deep Gold": "DEEP", + "Deimos": "DEI", + "eMark": "DEM", + "Dent": "DENT", + "Dero": "DERO", + "Destiny": "DES", + "DESI": "DESI", + "DarkEther": "DETH", + "DigiEuro": "DEUR", + "Deviant Coin": "DEV", + "DentalFix": "DFBT", + "DFSCoin": "DFS", + "Draftcoin": "DFT", + "DigiByte": "DGB", + "DigiCoin": "DGC", + "Digix DAO": "DGD", + "DarkGold": "DGDC", + "DigiMoney": "DGM", + "Digigems": "DGMS", + "DogeGoreCoin": "DGORE", + "DigiPulse": "DGPT", + "DeHedge Token": "DHT", + "Etheroll": "DICE", + "CarpeDiemCoin": "DIEM", + "Dignity": "DIG", + "DigiFel": "DIGIF", + "Diggits": "DIGS", + "DIMCOIN": "DIM", + "DimeCoin": "DIME", + "Dinero": "DIN", + "Dark Lisk": "DISK", + "Divi": "DIVX", + "DarkKnightCoin": "DKC", + "Dekado": "DKD", + "DollarCoin": "DLC", + "Dlisk": "DLISK", + "DollarOnline": "DLR", + "Agrello Delta": "DLT", + "Diamond": "DMD", + "Decentralized Machine Learning": "DML", + "DMarket": "DMT", + "EncrypGen": "DNA", + "Darknet": "DNET", + "DNN Token": "DNN", + "Denaro": "DNO", + "Denarius": "DNR", + "district0x": "DNT", + "Doc Coin": "DOC", + "Dock.io": "DOCK", + "Dogecoin": "DOGE", + "DogeCoinDark": "DOGED", + "EtherDoge": "DOGETH", + "DonationCoin": "DON", + "DopeCoin": "DOPE", + "Dorado": "DOR", + "Dotcoin": "DOT", + "DOVU": "DOVU", + "DigitalPrice": "DP", + "DelightPay": "DPAY", + "Digital Assets Power Play": "DPP", + "DraculaCoin": "DRA", + "DT Token": "DRACO", + "Dropcoin": "DRC", + "Dragon Coin": "DRG", + "Dragonchain": "DRGN", + "DarkCash": "DRKC", + "DarkTron": "DRKT", + "Dream8Coin": "DRM8", + "Dropil": "DROP", + "FaucetCoin": "DROP*", + "DCORP": "DRP", + "DRP Utility": "DRPU", + "Digital Rupees": "DRS", + "DomRaider": "DRT", + "Droxne": "DRXNE", + "Droidz": "DRZ", + "DarkShibe": "DSB", + "Dashcoin": "DSH", + "Desire": "DSR", + "DarkToken": "DT", + "Data": "DTA", + "Databits": "DTB", + "DayTrader Coin": "DTC", + "Datacoin": "DTC*", + "DivotyCoin": "DTC**", + "DetectorToken": "DTCT", + "Dystem": "DTEM", + "Dether": "DTH", + "Dynamic Trading Rights": "DTR", + "Datarius": "DTRC", + "DreamTeam Token": "DTT", + "Data Trading": "DTT*", + "DataBroker DAO": "DTX", + "DubCoin": "DUB", + "Decentralized Universal Basic Income": "DUBI", + "DuckDuckCoin": "DUCK", + "ParallelCoin": "DUO", + "Dutch Coin": "DUTCH", + "DuxCoin": "DUX", + "DevCoin": "DVC", + "DixiCoin": "DXC", + "DataWallet": "DXT", + "Dynamic": "DYN", + "DowCoin": "Dow", + "EagleCoin": "EA", + "EarthCoin": "EAC", + "EagsCoin": "EAGS", + "Earth Token": "EARTH", + "EB3coin": "EB3", + "EBCoin": "EBC", + "eBitcoinCash": "EBCH", + "EthBet": "EBET", + "eBit": "EBIT", + "EbolaShare": "EBS", + "eBoost": "EBST", + "eBitcoin": "EBTC", + "Ebitz": "EBZ", + "Eclipse": "EC", + "Electra": "ECA", + "Ethereum Cash": "ECASH", + "ECC": "ECC", + "E-CurrencyCoin": "ECC*", + "EthereCash": "ECH", + "e-Chat": "ECHT", + "ECOcoin": "ECO", + "EcoBit": "ECOB", + "EducoinV": "EDC", + "Eddie coin": "EDDIE", + "Edgeless": "EDG", + "EdgeCoin": "EDGE", + "Eidoo": "EDO", + "E-Dinar Coin": "EDR", + "Endor Protocol Token ": "EDR*", + "EDRCoin": "EDRC", + "EtherDelta": "EDT", + "Educoin": "EDU", + "E-Gulden": "EFL", + "The EFFECT Network": "EFX", + "Ergo": "EFYT", + "ETHGAS": "EGAS", + "EverGreenCoin": "EGC", + "EggCoin": "EGG", + "EGOcoin": "EGO", + "EJA Coin": "EJAC", + "Elektron": "EKN", + "EchoLink": "EKO", + "Elastos": "ELA", + "Elacoin": "ELC", + "Elementrem": "ELE", + "Electrify.Asia": "ELEC", + "aelf": "ELF", + "Eligma": "ELI", + "Elicoin": "ELI*", + "EthereumLite": "ELITE", + "Elixir": "ELIX", + "Ellaism": "ELLA", + "ElliotCoin": "ELLI", + "Elements": "ELM", + "Ellerium": "ELP", + "Elysium": "ELS", + "Eloplay": "ELT", + "eLTC": "ELTC2", + "ELTCOIN": "ELTCOIN", + "Elysian": "ELY", + "EmberCoin": "EMB", + "Emercoin": "EMC", + "Einsteinium": "EMC2", + "Emerald": "EMD", + "MobileGo": "MGO", + "EmiratesGoldCoin": "EMIGR", + "Eminent Token ": "EMN", + "EmporiumCoin": "EMPC", + "EasyMine": "EMT", + "EneCoin": "ENE", + "Enigma": "XNG", + "Enjin Coin": "ENJ", + "Enkidu": "ENK", + "EnergyCoin": "ENRG", + "Eternity": "ENT", + "EnterCoin (ENTER)": "ENTER", + "ENTER COIN": "ENTRC", + "Entropy Token": "ENTRP", + "Enumivo": "ENU", + "EveryonesCoin": "EOC", + "Exscudo": "EON", + "EOS": "EOS", + "eosDAC": "EOSDAC", + "EPIK Token": "EPIK", + "Empyrean": "EPY", + "Emphy": "EPY*", + "EQUI": "EQ", + "Equibit": "EQB", + "EQUAL": "EQL", + "Equilibrium Coin": "EQM", + "EquiTrader": "EQT", + "EqualCoin": "EQUAL", + "EQUI Token": "EQUI", + "ERBCoin": "ERB", + "EuropeCoin": "ERC", + "Index ERC20": "ERC20", + "eREAL": "EREAL", + "Eroscoin": "ERO", + "ErrorCoin": "ERR", + "Esports.com": "ERT", + "Eristica": "ERT*", + "Eryllium": "ERY", + "Ethersportcoin": "ESC", + "Espers": "ESP", + "Essentia": "ESS", + "Eticket4": "ET4", + "EthBits": "ETBS", + "Ethereum Black": "ETBT", + "Ethereum Classic": "ETC", + "EthereumFog": "ETF", + "Ethereum Gold": "ETG", + "Ethereum": "ETH", + "EtherBTC": "ETHB", + "Ethereum Dark": "ETHD", + "Ethereum Meta": "ETHM", + "Ethos": "ETHOS", + "Ethereum Premium": "ETHPR", + "EthereumScrypt": "ETHS", + "Energi Token": "ETK", + "EasyToken": "ETKN", + "EtherLite": "ETL", + "Electroneum": "ETN", + "Metaverse": "ETP", + "ETH Share": "ETS", + "EncryptoTel": "ETT", + "EtherZero": "ETZ", + "Eurocoin": "EUC", + "EUNO": "EUNO", + "NOKU EUR": "EURN", + "Eventchain": "EVC", + "Devery": "EVE", + "Event Token": "EVENT", + "EvilCoin": "EVIL", + "Envion": "EVN", + "EvenCoin": "EVN*", + "Everus": "EVR", + "Everex": "EVX", + "ExaByte (EXB)": "EXB", + "Eximchain": "EXC", + "ExchangeCoin": "EXCC", + "Exclusive Coin": "EXCL", + "ExeCoin": "EXE", + "ExitCoin": "EXIT", + "eXMR Monero": "EXMR", + "ExchangeN": "EXN", + "Expanse": "EXP", + "EXRNchain": "EXRN", + "Extensive Coin": "EXTN", + "Experty": "EXY", + "EZCoin": "EZC", + "EZMarket": "EZM", + "EZToken": "EZT", + "F16Coin": "F16", + "Faceter ": "FACE", + "FairCoin": "FAIR", + "FairGame": "FAIR*", + "FameCoin": "FAME", + "FARM Coin": "FARM", + "FazzCoin": "FAZZ", + "Facecoin": "FC", + "Fuel2Coin": "FC2", + "FantomCoin ": "FCN", + "CryptoFocus": "FCS", + "Factoids": "FCT", + "fidentiaX": "FDX", + "Friendz": "FDZ", + "FireflyCoin": "FFC", + "Free Game Zone": "FGZ", + "FIBRE": "FIBRE", + "FileCoin": "FIL", + "Fillit": "FILL", + "FindCoin": "FIND", + "FireCoin": "FIRE", + "FirstCoin": "FRST", + "FistBump": "FIST", + "Fitcoin": "FIT", + "FujiCoin": "FJC", + "Flappy Coin": "FLAP", + "FLASH coin": "FLASH", + "Folding Coin": "FLDC", + "FLiK": "FLIK", + "BitFlip": "FLIP", + "Flixxo": "FLIXX", + "Follow Coin": "FLLW", + "FOLM coin": "FLM", + "FlorinCoin": "FLO", + "FireLotto": "FLOT", + "Gameflip": "FLP", + "Fuloos Coin": "FLS", + "FlutterCoin": "FLT", + "FluzFluz": "FLUZ", + "FlavorCoin": "FLVR", + "Flash": "FLX", + "BitFlux": "FLX*", + "FlyCoin": "FLY", + "FundRequest": "FND", + "Fonero": "FNO", + "FlipNpik": "FNP", + "FinTab": "FNTB", + "FonzieCoin": "FONZ", + "FoodCoin": "FOOD", + "Fopacoin": "FOPA", + "Force Coin": "FOR", + "ForexCoin": "FOREX", + "Fortuna": "FOTA", + "Fox Trading": "FOXT", + "FractalCoin": "FRAC", + "FrazCoin": "FRAZ", + "FireRoosterCoin": "FRC", + "Farad": "FRD", + "FreeCoin": "FRE", + "Franko": "FRK", + "Francs": "FRN", + "Fitrova": "FRV", + "Frankywillcoin": "FRWC", + "Forty Seven Bank": "FSBT", + "FriendshipCoin": "FSC", + "Fusion": "FSN*", + "FastCoin": "FST", + "Fabric Token": "FT", + "FeatherCoin": "FTC", + "FuturoCoin": "FTO", + "FuturePoints": "FTP", + "FutureWorks": "FTW", + "FintruX": "FTX", + "Fuck Token": "FUCK", + "Etherparty": "FUEL", + "FunFair": "FUN", + "FunCoin": "FUNC", + "Fund Platform": "FUND", + "Cypherfunks Coin": "FUNK", + "FutCoin": "FUTC", + "Fuzzballs": "FUZZ", + "FCoin": "FX", + "FuzeX": "FXT", + "FundYourselfNow": "FYN", + "FlypMe": "FYP", + "GraphGrail AI": "GAI", + "GAIA Platform": "GAIA", + "GAKHcoin": "GAKH", + "Gambit coin": "GAM", + "Gamecredits": "GAME", + "Gapcoin": "GAP", + "Gas": "GAS", + "GATCOIN": "GAT", + "GoldBlocks": "GB", + "Golos Gold": "GBG", + "GravityBit": "GBIT", + "GBR Coin": "GBRC", + "GameBetCoin": "GBT", + "GoByte": "GBX", + "Byteball": "GBYTE", + "GuccioneCoin": "GCC", + "TheGCCcoin": "GCC*", + "gCn Coin": "GCN", + "Global Currency Reserve": "GCR", + "GrandCoin": "GDC", + "Goldea": "GEA", + "Gems": "GEM", + "Gemz Social": "GEMZ", + "DAOstack": "GEN", + "Genstake": "GEN*", + "PARKGENE": "GENE", + "GeoCoin": "GEO", + "GermanCoin": "GER", + "Galaxy eSolutions": "GES", + "Guaranteed Entrance Token": "GET", + "GreenX": "GEX", + "Giftcoin": "GFT", + "Gilgam": "GGS", + "GhostCoin": "GHC", + "Ghoul Coin": "GHOUL", + "Giga Hash": "GHS*", + "Giant": "GIC", + "GiftNet": "GIFT", + "GigCoin": "GIG", + "Gimli": "GIM", + "GINcoin": "GIN", + "GiveCoin": "GIVE", + "GIZMOcoin": "GIZ", + "Global Jobcoin": "GJC", + "Gladius": "GLA", + "GlobalCoin": "GLC", + "GoldCoin": "GLD", + "Global": "GLOBE", + "GlobalToken": "GLT", + "GalaxyCoin": "GLX", + "GlyphCoin": "GLYPH", + "Gridmaster": "GMC", + "GMC Coin": "GMC*", + "GambleCoin": "GMCN", + "GameLeagueCoin": "GML", + "Gimmer": "GMR", + "Mercury Protocol": "GMT", + "Goldmaxcoin": "GMX", + "GanjaCoin V2": "GNJ", + "Gnosis": "GNO", + "Gainer": "GNR", + "Golem Network Token": "GNT", + "Genaro Network": "GNX", + "GoChain": "GO", + "GoaCoin": "GOA", + "Goal Bonanza": "GOAL", + "Goat": "GOAT", + "GolfCoin": "GOLF", + "Golos": "GOLOS", + "GoodCoin": "GOOD", + "Goodomy": "GOOD*", + "Goonies": "GOON", + "Giotto Coin": "GOT", + "GothicCoin": "GOTX", + "GoldPieces": "GP", + "Gold Pressed Latinum": "GPL", + "GPU Coin": "GPU", + "Telegram Open Network": "GRAM", + "Graviton": "GRAV", + "GridCoin": "GRC", + "GreenCoin": "GRE", + "GrexitCoin": "GREXIT", + "Graft Blockchain": "GRFT", + "Grid+": "GRID", + "GridPay": "GRID*", + "Garlicoin": "GRLC", + "GridMaster": "GRM", + "GreenMed": "GRMD", + "Gron Digital": "GRO", + "GrownCoin": "GROW", + "Groestlcoin ": "GRS", + "GrowthCoin": "GRW", + "Growers International": "GRWI", + "Gold Reward Token": "GRX", + "Global Social Chain": "GSC", + "Globex SCI": "GSI", + "GSM Coin": "GSM", + "Gostcoin": "GST", + "GlowShares": "GSX", + "GenesysCoin": "GSY", + "Game": "GTC", + "Global Tour Coin": "GTC*", + "GIFTO": "GTO", + "GuerillaCoin": "GUE", + "Peerguess": "GUESS", + "GunCoin": "GUN", + "GeoFunders": "GUNS", + "Guppy": "GUP", + "Genesis Vision": "GVT", + "GameX": "GX", + "Gx Coin": "GXC", + "GenXCoin": "GXC*", + "GXChain": "GXS", + "Hydrominer": "H2O", + "Hackspace Capital": "HAC", + "Hade Token": "HADE", + "Halcyon": "HAL", + "Halal": "HALAL", + "Halloween Coin": "HALLO", + "HamsterCoin": "HAMS", + "Hawala.Today": "HAT", + "Havven": "HAV", + "HazeCoin": "HAZE", + "HomeBlockCoin": "HBC", + "HoboNickels": "HBN", + "Hubiit": "HBT", + "Helbiz": "HBZ", + "HappyCreatorCoin ": "HCC", + "Hedge Token": "HDG", + "Heat Ledger": "HEAT", + "Hedgecoin": "HEDG", + "HeelCoin": "HEEL", + "HELL COIN": "HELL", + "Hero Node": "HER", + "HexCoin": "HEX", + "Hirefreehands": "HFT", + "HashGains": "HGS", + "Hello Gold": "HGT", + "Healthureum": "HHEM", + "President Clinton": "HILL", + "Handelion": "HION", + "HireMatch": "HIRE", + "BitHIRE": "HIRE*", + "Hive": "HIVE", + "Hacker Gold": "HKG", + "Hacken": "HKN", + "Halal-Chain": "HLC", + "Purpose Coin": "HLP", + "Hi Mutual Society": "HMC", + "HempCoin": "HMP", + "Humaniq": "HMQ", + "Hamster Marketplace Token": "HMT", + "Hellenic Coin": "HNC", + "Huncoin": "HNC*", + "HOdlcoin": "HODL", + "HOLD": "HOLD", + "Interstellar Holdings": "HOLD*", + "Honey": "HONEY", + "Ethorse ": "HORSE", + "Hydro Protocol": "HOT", + "Holo": "HOT*", + "High Performance Blockchain": "HPB", + "HappyCoin": "HPC", + "HOQU": "HQX", + "Harbour DAO": "HRB", + "Horse Power": "HSP", + "Hshare": "HSR", + "Decision Token": "HST", + "Huobi Token": "HT", + "Hitcoin": "HTC", + "HTML Coin": "HTML", + "HTML5 Coin": "HTML5", + "HunterCoin": "HUC", + "BigCoin": "HUGE", + "Hurify": "HUR", + "Hush": "HUSH", + "HeavyCoin": "HVC", + "High Voltage Coin": "HVCO", + "Hive Project": "HVN", + "HollyWoodCoin": "HWC", + "HextraCoin": "HXT", + "HexxCoin": "HXX", + "Hydrogen": "HYDRO", + "Hyperstake": "HYP", + "HyperCoin": "HYPER", + "Heiss Shares": "HYS", + "HoryouToken": "HYT", + "Horizon": "HZ", + "HazMatCoin": "HZT", + "I0coin": "I0C", + "iBankCoin": "IBANK", + "Ignition": "IC", + "ICASH": "ICASH", + "IceBergCoin": "ICB", + "Insta Cash Coin": "ICC", + "iDice": "ICE", + "Iconomi": "ICN", + "Icobid": "ICOB", + "Iconic": "ICON", + "ICO OpenLedger": "ICOO", + "ICOBox": "ICOS", + "ICST": "ICST", + "ICON Project": "ICX", + "IndaHash": "IDH", + "IvugeoEvolutionCoin": "IEC", + "iEthereum": "IETH", + "Infinite Coin": "IFC", + "InflationCoin": "IFLT", + "InvestFeed": "IFT", + "Infinex": "IFX", + "Ignis": "IGNIS", + "I-House Token": "IHT", + "ILCoin": "ILC", + "ILCoin Token": "ILCT", + "Inlock": "ILK", + "iOlite": "ILT", + "IMMLA": "IML", + "Impeach": "IMPCH", + "Impulse Coin": "IMPS", + "Independent Money System": "IMS", + "ImmVRse": "IMV", + "Impact": "IMX", + "InCoin": "IN", + "Incrementum": "INC", + "Incent": "INCNT", + "InceptionCoin": "INCP", + "Indorse": "IND", + "IndiCoin": "INDI", + "Infinium-8": "INF8", + "Influxcoin": "INFX", + "Iungo": "ING", + "Ink": "INK", + "Innova": "INN", + "InPay": "INPAY", + "INS Ecosystem": "INS", + "InsaneCoin": "INSANE", + "Insane Coin": "INSN", + "Insights Network": "INSTAR", + "Internet Node Token": "INT", + "Invictus": "INV", + "Invacio": "INV*", + "Invox Finance": "INVOX", + "Internxt": "INXT", + "IOCoin": "IOC", + "Ionomy": "ION", + "Internet of People": "IOP", + "IOS token": "IOST", + "IOTA": "IOT", + "IoTeX Network": "IOTX", + "IOU1": "IOU", + "ImperialCoin": "IPC", + "IPChain": "IPC*", + "InsurePal": "IPL", + "IP Exchange": "IPSX", + "Intelligence Quotient Benefit": "IQB", + "IRONCOIN": "IRC", + "IrishCoin": "IRL", + "IslaCoin": "ISL", + "IoT Chain": "ITC", + "intimate.io": "ITM", + "IntenseCoin": "ITNS", + "Intelligent Trading": "ITT", + "Interzone": "ITZ", + "IvyKoin": "IVY", + "InvisibleCoin": "IVZ", + "iWallet": "IW", + "IwToken": "IWT", + "IXcoin": "IXC", + "iXledger": "IXT", + "JoinCoin": "J", + "JET8": "J8T", + "JaneCoin": "JANE", + "JumBucks Coin": "JBS", + "JesusCoin": "JC", + "Jincor": "JCR", + "JustDatingSite": "JDC", + "Jetcoin": "JET", + "Shekel": "JEW", + "JEX Token": "JEX", + "JiffyCoin": "JIF", + "Jinn": "JINN", + "JIO Token": "JIO", + "JunkCoin": "JKC", + "Janus": "JNS", + "Jibrel Network Token": "JNT", + "JobsCoin": "JOBS", + "JokerCoin": "JOK", + "JoyToken": "JOY", + "JOYSO": "JOY*", + "JackPotCoin": "JPC*", + "Project J": "JTX", + "JudgeCoin": "JUDGE", + "Jumpcoin": "JUMP", + "Javvy": "JVY", + "Jewels": "JWL", + "Kapu": "KAPU", + "Karmacoin": "KARMA", + "KATZcoin": "KAT", + "Kayı": "KAYI", + "B3Coin": "KB3", + "Kubera Coin": "KBR", + "Kernalcoin": "KC", + "Kucoin": "KCS", + "Klondike Coin": "KDC", + "KEYCO": "KEC", + "Klingon Empire Darsek": "KED", + "KekCoin": "KEK", + "Kencoin": "KEN", + "Kepler": "KEP", + "KexCoin": "KEX", + "SelfKey": "KEY", + "KeyCoin": "KEY*", + "KrugerCoin": "KGC", + "KickCoin": "KICK", + "Kin": "KIN", + "Kind Ads": "KIND", + "King93": "KING", + "KiloCoin": "KLC", + "Kalkulus": "KLKS", + "Komodo": "KMD", + "Kyber Network": "KNC", + "KingN Coin": "KNC**", + "BetKings": "KNG", + "Knowledge ": "KNW", + "KoboCoin": "KOBO", + "Kolion": "KOLION", + "Kore": "KORE", + "Krypton": "KR", + "Kraken": "KRAK", + "Karbo": "KRB", + "KRCoin": "KRC", + "KREDS": "KREDS", + "Kryll": "KRL", + "Karma": "KRM", + "Kronecoin": "KRONE", + "RAVN Korrax ": "KRX", + "KryptCoin": "KTK", + "KubosCoin": "KUBO", + "Kurrent": "KURT", + "KushCoin": "KUSH", + "KWHCoin": "KWH", + "KZCash": "KZC", + "LATOKEN": "LA", + "Labrys": "LAB", + "CoinWorksCoin": "LAB*", + "LaLa World": "LALA", + "LanaCoin": "LANA", + "Latium": "LAT", + "LatiumX": "LATX", + "Lazarus": "LAZ", + "Libra Credit": "LBA", + "LBRY Credits": "LBC", + "LiteBitcoin": "LBTC", + "Lutetium Coin": "LC", + "LitecoinCash": "LCC", + "Luckbox": "LCK", + "Litecoin Plus": "LCP", + "LocalCoinSwap": "LCS", + "LendConnect": "LCT", + "LiteCoinW Plus": "LCWP", + "LeadCoin": "LDC", + "Ludum token": "LDM", + "Lydiancoin": "LDN", + "LiteDoge": "LDOGE", + "LeaCoin": "LEA", + "LeafCoin": "LEAF", + "Education Ecosystem": "LEDU", + "Lelecoin": "LELE", + "LemonCoin": "LEMON", + "EthLend": "LEND", + "LeninCoin": "LENIN", + "LEOcoin": "LEO", + "LePenCoin": "LEPEN", + "CryptoLEU": "LEU", + "Leverj": "LEV", + "BigLifeCoin": "LFC", + "LGBTQoin": "LGBTQ", + "Legends Cryptocurrency": "LGD", + "Legendary Coin": "LGD*", + "Legolas Exchange": "LGO", + "Logarithm": "LGR", + "LHCoin": "LHC", + "Winding Tree": "LIF", + "LIFE": "LIFE", + "Ligercoin": "LIGER", + "LimeCoinX": "LIMX", + "Linda": "LINDA", + "ChainLink": "LINK", + "Linx": "LINX", + "CoinLion": "LION", + "LIpcoin": "LIPC", + "Let it Ride": "LIR", + "LiviaCoin": "LIV", + "Live Stars": "LIVE", + "Lizus Payment": "LIZ", + "Lucky7Coin": "LK7", + "Lykke": "LKK", + "LuckyCoin": "LKY", + "LomoCoin": "LMC", + "BlockLancer": "LNC", + "Linker Coin": "LNC*", + "Lendingblock": "LND", + "Ethereum.Link": "LNK", + "Lendoit": "LOAN", + "Loco": "LOC", + "LockTrip": "LOC*", + "LociCoin": "LOCI", + "Wood Coin": "LOG", + "Loki": "LOKI", + "LookCoin": "LOOK", + "Loom Network": "LOOM", + "LottoCoin": "LOT", + "Liquid": "LQD", + "Loopring": "LRC", + "LightSpeedCoin": "LSD", + "Lisk": "LSK", + "Litra": "LTA", + "Litebar ": "LTB", + "LTBCoin": "LTBC", + "Litecoin": "LTC", + "Listerclassic Coin": "LTCC", + "LitecoinDark": "LTCD", + "Litecoin Cash": "LTCH", + "LiteCreed": "LTCR", + "LiteCoin Ultra": "LTCU", + "LitecoinX": "LTCX", + "Limited Coin": "LTD", + "LiteCoin Gold": "LTG", + "Lathaan": "LTH", + "Litestar Coin": "LTS", + "Play 2 Live": "LUC", + "LuckyBlocks": "LUCKY", + "Lunyr": "LUN", + "LUXCoin": "LUX", + "BitLux": "LUX*", + "Luxmi Coin": "LUX**", + "Leverage Coin": "LVG", + "LevelNet Token": "LVL*", + "Local World Forwarders": "LWF", + "LibrexCoin": "LXC", + "LyraBar": "LYB", + "LycanCoin": "LYC", + "Loyakk Vega": "LYK", + "LoyalCoin": "LYL", + "Lympo": "LYM", + "Lynx": "LYNX", + "SupplyShock": "M1", + "MachineCoin": "MAC", + "SatoshiMadness": "MAD*", + "Magnet": "MAG", + "Magos": "MAG*", + "Maggie Token": "MAG**", + "MaidSafe Coin": "MAID", + "People": "MAN", + "Matrix AI Network": "MAN*", + "Decentraland": "MANA", + "Manna": "MANNA", + "MapCoin": "MAPC", + "MarijuanaCoin": "MAR", + "MarsCoin ": "MARS", + "Marvelous": "MARV", + "MarxCoin": "MARX", + "MaryJane Coin": "MARYJ", + "Market.space": "MASP", + "Mass.Cloud": "MASS", + "MiniApps": "MAT", + "Manet Coin": "MAT*", + "MaxCoin": "MAX", + "Theresa May Coin": "MAY", + "My Big Coin": "MBC", + "Monster Byte Inc": "MBI", + "Mbitbooks": "MBIT", + "Embers": "MBRS", + "Multibot": "MBT", + "Mass Coin": "MC", + "MCAP": "MCAP", + "MasterCar": "MCAR", + "Musiconomi": "MCI", + "MonetaVerde": "MCN", + "Monaco": "MCO", + "MacronCoin": "MCRN", + "1717 Masonic Commemorative Token": "MCT", + "MediChain": "MCU", + "Moeda": "MDA", + "MedicCoin": "MEDIC", + "MadCoin": "MDC*", + "Modulum": "MDL*", + "MediShares": "MDS", + "Midnight": "MDT", + "Measurable Data Token ": "MDT*", + "Midex": "MDX", + "MegaCoin": "MEC", + "MediterraneanCoin": "MED", + "MediBloc": "MED*", + "MediBond": "MEDI", + "CoinMeet": "MEE", + "MegaFlash": "MEGA", + "Pepe": "MEME", + "Kittehcoin": "MEOW", + "Mercury": "MER", + "Memessenger": "MET", + "MetalCoin": "METAL", + "SyncFab": "MFG", + "Mind Gene": "MG", + "MassGrid": "MGD", + "MagnaCoin": "MGN", + "XiaoMiCoin": "MI", + "Mindexcoin": "MIC", + "Milllionaire Coin": "MIL", + "MiloCoin": "MILO", + "Minerals Coin": "MIN", + "Instamine Nuggets": "MINE", + "Minex": "MINEX", + "MintCoin": "MINT", + "Mineable Token": "MINT*", + "Miner One token": "MIO", + "MIScoin": "MIS", + "Mithril": "MITH", + "Morpheus Infrastructure Token": "MITx", + "MakeItViral": "MIV", + "Maker": "MKR", + "MeLite": "MLITE", + "Melon": "MLN", + "CPROP": "MLS", + "MultiGames": "MLT", + "MasterMint": "MM", + "MemoryCoin": "MMC", + "MMNXT ": "MMNXT", + "MaieutiCoin": "MMXIV", + "MMXVI": "MMXVI", + "Cryptsy Mining Contract": "MN", + "MoneyBag": "MNB", + "MinCoin": "MNC", + "MindCoin": "MND", + "Minereum": "MNE", + "Mineum": "MNM", + "Media Network Coin": "MNT*", + "GoldMint": "MNTP", + "Mint": "MNTS", + "MinexCoin": "MNX", + "Monkey": "MNY", + "Monaize": "MNZ", + "Mother Of All Tokens": "MOAT", + "Mobius": "MOBI", + "Modum": "MOD", + "MoinCoin": "MOIN", + "Mojocoin": "MOJO", + "MonaCoin": "MONA", + "Moneta": "MONETA", + "MoneyCoin": "MONEY", + "Monkey Project": "MONK", + "MoonCoin": "MOON", + "Dark Moon": "MOOND", + "Morpheus Network": "MORPH", + "MOS Coin": "MOS", + "Olympus Labs": "MOT", + "Motocoin": "MOTO", + "MediumProject": "MPRO", + "Media Protocol Token": "MPT", + "MARK.SPACE": "MRK", + "Mercoin": "MRN", + "MorpheusCoin": "MRP", + "MoneyRebel": "MRP*", + "MarsCoin": "MRS", + "MrsaCoin": "MRSA", + "MinersReward": "MRT", + "Macroverse": "MRV", + "MurrayCoin": "MRY", + "MasterCoin": "MSC", + "MaisCoin": "MSC*", + "Mothership": "MSP", + "Masari": "MSR", + "MustangCoin": "MST", + "Mycelium Token": "MT", + "MyToken": "MT*", + "DOCADEMIC": "MTC", + "Monetha": "MTH", + "Moya Token": "MTK", + "Metal": "MTL", + "Metal Music v3": "MTLM3", + "TrackNetToken": "MTN", + "Medicalchain": "MTN*", + "MasterTraderCoin": "MTR", + "ModulTrade": "MTRC", + "Matryx": "MTX", + "MudraCoin": "MUDRA", + "MonetaryUnit": "MUE", + "MUNcoin": "MUN", + "MUSDcoin": "MUSD", + "Muse": "MUSE", + "Musicoin": "MUSIC", + "Mutual Coin": "MUT", + "MilkCoin": "MUU", + "RED MegaWatt": "MWAT", + "MultiWallet Coin": "MWC", + "MartexCoin": "MXT", + "MyBit": "MYB", + "MayaCoin": "MYC", + "Mysterium": "MYST", + "MysteryCoin": "MYST*", + "MazaCoin": "MZC", + "Mosaic Network": "MZX", + "Number7": "N7", + "NamoCoin": "NAMO", + "NanoToken": "NAN", + "BananaBits": "NANAS", + "Nano": "NANO", + "Nebulas": "NAS", + "Nas2Coin": "NAS2", + "Nautilus Coin": "NAUT", + "NavCoin": "NAV", + "NaviAddress": "NAVI", + "Nebula AI": "NBAI", + "Niobium": "NBC", + "NetBit": "NBIT", + "Nybble": "NBL", + "Niobio Cash": "NBR", + "NuBits": "NBT", + "Noxbox": "NBX", + "Nucleus Vision": "NCASH", + "Newton Coin": "NCP", + "PolySwarm": "NCT", + "NeverDie": "NDC", + "NeedleCoin": "NDC*", + "NinjaDoge": "NDOGE", + "Neblio": "NEBL", + "Nebuchadnezzar": "NEBU", + "NeoCoin": "NEC", + "Ethfinex Nectar Token": "NEC*", + "NefariousCoin": "NEF", + "NEO": "NEO", + "NEO Gold": "NEOG", + "NeosCoin": "NEOS", + "NetCoin": "NET", + "Nimiq Exchange Token": "NET*", + "NetworkCoin": "NETC", + "Netko": "NETKO", + "Neumark": "NEU", + "NeuCoin": "NEU*", + "NevaCoin": "NEVA", + "Newbium": "NEWB", + "NEXO": "NEXO", + "Next.exchange Token": "NEXT", + "Nafen": "NFN", + "NagaCoin": "NGC", + "NewInvestCoin": "NIC", + "NiceCoin": "NICE", + "Nihilo Coin": "NIHL", + "Nimfamoney": "NIMFA", + "Autonio": "NIO*", + "IncaKoin": "NKA", + "Nukecoinz": "NKC", + "NKN": "NKN", + "NakomotoDark": "NKT", + "NoLimitCoin": "NLC2", + "Gulden": "NLG", + "Nullex": "NLX", + "Nimbus Coin": "NMB", + "Namecoin": "NMC", + "Numerai": "NMR", + "Numus": "NMS", + "NOAHCOIN": "NOAH", + "NobleCoin": "NOBL", + "Node": "NODE", + "NOKU Master token": "NOKU", + "Noocoin": "NOO", + "Dnotes": "NOTE", + "NITRO": "NOX", + "NPCcoin": "NPC", + "Napoleon X": "NPX", + "Pundi X": "NPXS", + "NoirBits": "NRB", + "Neurocoin": "NRC", + "Doc.ai Neuron": "NRN", + "Neuro": "NRO", + "NoirShares": "NRS", + "NuShares": "NSR", + "NineElevenTruthCoin": "NTC", + "NeptuneClassic": "NTCC", + "Neurotoken": "NTK", + "NetM": "NTM", + "Fujinto": "NTO", + "Neutron": "NTRN", + "Network Token": "NTWK", + "NubisCoin": "NUBIS", + "NukeCoin": "NUKE", + "Nuls": "NULS", + "NumbersCoin": "NUM", + "NovaCoin": "NVC", + "NVO": "NVST", + "NowCoin": "NWCN", + "Nexium": "NXC", + "NXEcoin": "NXE", + "Nexus": "NXS", + "Nxt": "NXT", + "NXTI": "NXTI", + "NXTTY": "NXTTY", + "NyanCoin": "NYAN", + "NewYorkCoin": "NYC", + "NYXCOIN": "NYX", + "NewZealandCoin": "NZC", + "Zealium": "NZL", + "Acorn Collective": "OAK", + "OpenANX": "OAX", + "Obits Coin": "OBITS", + "Obscurebay": "OBS", + "OrangeCoin": "OC", + "Original Crypto Coin": "OCC", + "Oceanlab": "OCL", + "Odyssey": "OCN", + "OracleChain": "OCT", + "OctoCoin": "OCTO", + "OctoBit Coin": "OCTO*", + "ODEM ": "ODE", + "ODMCoin": "ODMC", + "Obsidian": "ODN", + "Old Dogs New Tricks": "ODNT", + "Online": "OIO", + "OKCash": "OK", + "OKOIN": "OKOIN", + "OldSafeCoin": "OLDSF", + "OldV": "OLV", + "OlympCoin": "OLYMP", + "OmegaCoin": "OMA", + "OmniCron": "OMC", + "OmiseGo": "OMG", + "OmiseGO Classic": "OMGC", + "Omni": "OMNI", + "Project Shivom": "OMX", + "onG.social": "ONG", + "DeepOnion": "ONION", + "On.Live": "ONL", + "Ontology": "ONT", + "Onix": "ONX", + "Utrum": "OOT", + "OpalCoin": "OPAL", + "OP Coin": "OPC", + "Open Platform": "OPEN", + "Opes": "OPES", + "Opporty": "OPP", + "OPP Open WiFi": "OPP*", + "Opus": "OPT", + "OptionCoin": "OPTION", + "Orbitcoin": "ORB", + "Galactrum": "ORE", + "Organic Token": "ORGT", + "Origami": "ORI", + "OrlyCoin": "ORLY", + "Ormeus Coin": "ORME", + "OroCoin": "ORO", + "Orocrypt": "OROC", + "ORS SA": "ORS", + "OsmiumCoin": "OS76", + "Optimal Shelf Availability Token": "OSA", + "OpenSourceCoin": "OSC", + "Simple Token": "OST", + "Open Trading Network": "OTN", + "Octanox": "OTX", + "Owlstand": "OWD", + "Oxycoin": "OXY", + "Oyster Platform": "OYS", + "PCHAIN": "PAI", + "Pakcoin": "PAK", + "PolicyPal Network": "PAL", + "Pantos": "PAN", + "Parlay": "PAR", + "ParanoiaCoin": "PARA", + "Pareto Network Token": "PARETO", + "Particl": "PART", + "Passive Coin": "PAS", + "Pascal Coin": "PASC", + "Pascal Lite": "PASL", + "PATRON": "PAT", + "Pavocoin": "PAVO", + "TenX": "PAY", + "PayPeer": "PAYP", + "PabyosiCoin": "PBC", + "Publica": "PBL", + "Primalbase": "PBT", + "Peculium": "PCL", + "Procom": "PCM", + "PeepCoin": "PCN", + "Pioneer Coin": "PCOIN", + "Pabyosi Coin": "PCS", + "Project Decorum": "PDC", + "PeaceCoin": "PEC", + "PenCoin": "PEN*", + "Pepe Cash": "PEPECASH", + "PosEx": "PEX", + "PROVER": "PF", + "PayFair": "PFR", + "Pegascoin": "PGC", + "Prospectors": "PGL", + "Pigeoncoin": "PGN", + "Profit Hunters Coin": "PHC", + "PHI Token": "PHI", + "Photon": "PHO", + "Phreak": "PHR", + "Phore": "PHR*", + "PhilosophersStone": "PHS", + "Persistent Information Exchange": "PIE", + "Piggy Coin": "PIGGY", + "CryptoPing": "PING", + "PinkCoin": "PINK", + "PantherCoin": "PINKX", + "Pioneershares": "PIO", + "Pirl": "PIRL", + "Private Instant Verified Transaction": "PIVX", + "Lampix": "PIX", + "PizzaCoin": "PIZZA", + "ParkByte": "PKB", + "Pikciochain": "PKC", + "Playkey": "PKT", + "PlanetCoin": "PLANET", + "HEROcoin": "PLAY", + "Polybius": "PLBT", + "PlusCoin": "PLC", + "PlatinCoin": "PLC*", + "Algo.Land": "PLM", + "Pallium": "PLMT", + "PLNCoin": "PLNC", + "Pillar": "PLR", + "Pluton": "PLU", + "PluraCoin": "PLURA", + "PlusOneCoin": "PLUS1", + "PlexCoin": "PLX", + "PumaPay": "PMA", + "Paymon": "PMNT", + "PlatiniumCoin": "PNC", + "PandaCoin": "PND", + "SteamPunk": "PNK", + "Penta": "PNT", + "PhantomX": "PNX", + "Peony Coin": "PNY", + "Poa Network": "POA", + "Po.et": "POE", + "Cryptsy Points": "POINTS", + "PokerCoin": "POKER", + "PolisPay": "POLIS", + "ClearPoll": "POLL", + "PolyBit": "POLY", + "Polymath Network": "POLY*", + "PopularCoin": "POP", + "PoSToken": "POS", + "Poseidon Quark": "POSQ", + "PostCoin": "POST", + "PotCoin": "POT", + "Power Ledger": "POWR", + "PeerCoin": "PPC", + "PayPie": "PPP", + "Populous": "PPT", + "Peerplays": "PPY", + "PAquarium": "PQT", + "ProsperCoin": "PRC", + "Premium": "PRE", + "Presearch": "PRE*", + "President Trump": "PRES", + "Proof Suite Token": "PRFT", + "Paragon": "PRG", + "PrimeChain": "PRIME", + "Privatix": "PRIX", + "Oyster Pearl": "PRL", + "PrismChain": "PRM", + "Propy": "PRO", + "ProCurrency": "PROC", + "Darenta": "PROD", + "Props": "PROPS", + "Proton": "PROTON", + "PROUD Money": "PROUD", + "Papyrus": "PRP", + "Purpose": "PRPS", + "Printerium": "PRX", + "PesoBit": "PSB", + "Poseidon": "PSD", + "PseudoCash": "PSEUD", + "PSIcoin": "PSI", + "Primas": "PST", + "Psilocybin": "PSY", + "PentaCoin": "PTA", + "PesetaCoin": "PTC", + "Propthereum": "PTC*", + "Plutocoin": "PTC**", + "Patientory": "PTOY", + "Petro": "PTR", + "Protoshares": "PTS*", + "Pulse": "PULSE", + "PupaCoin": "PUPA", + "Pura": "PURA", + "Pure": "PURE", + "Purk": "PURK", + "Pushi": "PUSHI", + "PutinCoin": "PUT", + "Robin8 Profile Utility Token": "PUT*", + "PWR Coin": "PWR", + "PXcoin": "PX", + "PhoenixCoin": "PXC", + "Prime-X1": "PXI", + "Phalanx": "PXL", + "PayCoin": "XPY", + "Pylon Network": "PYLNT", + "Paycentos": "PYN", + "PayPro": "PYP", + "Payther": "PYT", + "Prizm": "PZM", + "Quantum1Net": "Q1S", + "QubitCoin": "Q2C", + "Quoine Liquid": "QASH", + "Quantum": "QAU", + "Quebecoin": "QBC", + "QuBuck Coin": "QBK", + "Cubits": "QBT", + "Qbao": "QBT*", + "Quazar Coin": "QCN", + "QuarkChain": "QKC", + "QLC Chain": "QLC", + "QoraCoin": "QORA", + "QuarkCoin": "QRK", + "Quantum Resistant Ledger": "QRL", + "Quicksilver coin": "QSLV", + "Quantstamp": "QSP", + "Quatloo": "QTL", + "QTUM": "QTUM", + "Quartz": "QTZ", + "QunQun": "QUN", + "Qvolta": "QVT", + "Qwark": "QWARK", + "Qwertycoin": "QWC", + "Revain": "R", + "RAcoin": "RAC", + "RoboAdvisorCoin": "RAC*", + "RoBET": "RAC**", + "RadicalCoin": "RADI", + "Radium": "RADS", + "Condensate": "RAIN", + "Rapture": "RAP", + "Ratio": "RATIO", + "Ravelous": "RAVE", + "Rubies": "RBIES", + "ReturnBit": "RBIT", + "Ribbit Rewards": "RBR", + "Rimbit": "RBT", + "Bitcoin Revolution": "RBTC", + "RiptoBuX": "RBX", + "RubyCoin": "RBY", + "Russiacoin": "RC", + "Reality Clash": "RCC", + "Ripio": "RCN", + "RCoin": "RCN*", + "RealChain": "RCT", + "RedCrowCoin": "RCX", + "Reddcoin": "RDD", + "RadonPay": "RDN", + "Raiden Network": "RDN*", + "Realisto": "REA", + "REAL": "REAL", + "REBL": "REBL", + "Regalcoin": "REC", + "Redcoin": "RED", + "Reden": "REDN", + "ReeCoin": "REE", + "RefToken": "REF", + "Reliance": "REL", + "REMME": "REM", + "Republic Token": "REN", + "Augur": "REP", + "Repo Coin": "REPO", + "Repux": "REPUX", + "Request Network": "REQ", + "Revenu": "REV", + "REX": "REX", + "RAFL": "RFL", + "Refereum": "RFR", + "RG Coin": "RGC", + "Rhea": "RHEA", + "RChain": "RHOC", + "Riecoin": "RIC", + "RiceCoin": "RICE", + "Ride My Car": "RIDE", + "RingCoin": "RING", + "RipOffCoin": "RIPO", + "RiptideCoin": "RIPT", + "Rise": "RISE", + "Etheriya": "RIYA", + "Royal Kingdom Coin": "RKC", + "Rock Token": "RKT", + "iEx.ec": "RLC", + "Relex": "RLX", + "Russian Mining Coin": "RMC", + "Resumeo Shares": "RMS", + "ReturnCoin": "RNC", + "Render Token": "RNDR", + "RenosCoin": "RNS", + "BitRent": "RNTB", + "Ice Rock Mining": "ROCK", + "RocketCoin ": "ROCK*", + "Rover Coin": "ROE", + "ROIcoin": "ROI", + "Rockchain": "ROK", + "RootCoin": "ROOT", + "RootProject": "ROOTS", + "ROS Coin": "ROS", + "RoundCoin": "ROUND", + "Robotina": "ROX", + "RoyalCoin": "RYC", + "RonPaulCoin": "RPC", + "Red Pulse": "RPX", + "Recovery Right Tokens": "RRT", + "REGA Risk Sharing Token": "RST", + "RotoCoin": "RT2", + "AB-CHAIN": "RTB", + "Rublebit": "RUBIT", + "Rubius": "RUBY", + "Ruff": "RUFF", + "Rupee": "RUP", + "Rupaya": "RUPX", + "RustCoin": "RUST", + "Rustbits": "RUSTBITS", + "Ravencoin": "RVN", + "Revolution VR": "RVR", + "Rivetz": "RVT", + "RoyalCoin 2.0": "RYCN", + "Ryo": "RYO", + "Anryze": "RYZ", + "RazorCoin": "RZR", + "S88 Coin": "S8C", + "SABR Coin": "SABR", + "Safinus": "SAF", + "SafeCoin": "SAFE", + "SafeExchangeCoin": "SAFEX", + "SagaCoin": "SAGA", + "SharkCoin": "SAK", + "Salt Lending": "SALT", + "Santiment": "SAN", + "BeachCoin": "SAND", + "Save and Gain": "SANDG", + "SARCoin": "SAR*", + "Satisfaction Token": "SAT", + "Saturn2Coin": "SAT2", + "StableCoin": "SBC", + "Steem Backed Dollars": "SBD*", + "Super Bitcoin": "SBTC", + "Siacoin": "SC", + "SpaceCash": "SCASH", + "Sociall": "SCL", + "Swiscoin": "SCN", + "Scooby coin": "SCOOBY", + "Scorista": "SCOR", + "Scorecoin": "SCORE", + "Scotcoin": "SCOT", + "Scorum": "SCR*", + "ScryptCoin": "SCRPT", + "SecretCoin": "SCRT", + "ScryptToken": "SCT", + "Soma": "SCT*", + "Swachhcoin": "SCX", + "Solar DAO": "SDAO", + "ShadowCash": "SDC", + "SydPakCoin": "SDP", + "Sanderon": "SDRN", + "SeedShares": "SEEDS", + "SelenCoin": "SEL", + "Semux": "SEM", + "Sentaro": "SEN", + "Sentinel Chain": "SENC", + "Social Send": "SEND", + "Sense Token": "SENSE", + "Sentinel": "SENT", + "Sequence": "SEQ", + "Seraph": "SERA", + "Setcoin": "SET", + "Sether": "SETH", + "Solarflarecoin": "SFC", + "Safecoin": "SFE", + "SaffronCoin": "SFR", + "Saifu": "SFU", + "Sigil": "SGL", + "Signals Network": "SGN", + "Sugar Exchange": "SGR", + "Shilling": "SH", + "Shacoin": "SHA", + "ShadeCoin": "SHADE", + "Shift": "SHIFT", + "ShipChain": "SHIP", + "Oyster Shell": "SHL", + "ShieldCoin": "SHLD", + "StrongHands": "SHND", + "ShortyCoin": "SHORTY", + "ShowCoin": "SHOW", + "Sharpe Capital": "SHP*", + "Shping Coin": "SHPING", + "ShareRing": "SHR", + "ShrekCoin": "SHREK", + "SibCoin": "SIB", + "Swisscoin": "SIC", + "Smart Investment Fund Token": "SIFT", + "Signal": "SIG", + "Signatum": "SIGT", + "Singular": "SIGU", + "SilkCoin": "SILK", + "Strategic Investments in Significant Areas": "SISA", + "StorjCoin": "SJCX", + "SkullBuzz": "SKB", + "Skeincoin": "SKC", + "Skincoin": "SKIN", + "Skrumble Network": "SKM", + "Sakuracoin": "SKR", + "Skrilla Token": "SKR*", + "Pirate Blocks": "SKULL", + "Skycoin": "SKY", + "SterlingCoin": "SLG", + "Sling Coin": "SLING", + "SlimCoin": "SLM", + "SolarCoin": "SLR", + "SaluS": "SLS", + "Slate": "SLX", + "Social Media Coin": "SMAC", + "SmartCash": "SMART", + "SmartBillions": "SMART*", + "SmartCoin": "SMC", + "SmurfCoin": "SMF", + "SmileyCoin": "SMLY", + "SMNX": "SMNX", + "Samsara Coin": "SMSR", + "Social Media Market": "SMT", + "SmartMesh": "SMT*", + "SunContract": "SNC", + "Sandcoin": "SND", + "SingularDTV": "SNGLS", + "Sosnovkino": "SNK", + "SONM": "SNM", + "Snovio": "SNOV", + "Synergy": "SNRG", + "Sense": "SNS", + "Status Network Token": "SNT", + "Silent Notary": "SNTR", + "Soarcoin": "SOAR", + "All Sports Coin": "SOC", + "SocialCoin": "SOCC", + "SoilCoin": "SOIL", + "Sojourn Coin": "SOJ", + "Sola": "SOL", + "SoleCoin": "SOLE", + "Song Coin": "SONG", + "SoonCoin": "SOON", + "SoulCoin": "SOUL", + "Phantasma": "SOUL*", + "Sex Pistols": "SP", + "SpainCoin": "SPA", + "SpaceCoin": "SPACE", + "SpankChain": "SPANK", + "SpinCoin": "SPC", + "SpaceChain": "SPC*", + "Stipend": "SPD", + "Spindle": "SPD*", + "SpecCoin": "SPEC", + "Spend": "SPEND", + "SportyFi": "SPF", + "Sphere Coin": "SPHR", + "SophiaTX": "SPHTX", + "SPiCE Venture Capital ": "SPICE", + "Sparks": "SPK", + "Ghost Coin": "SPKTR", + "Supreme": "SPM", + "Spoon": "SPN", + "SportsCoin": "SPORT", + "Spots": "SPT", + "Spreadcoin": "SPR", + "Sprouts": "SPRTS", + "Sp8de": "SPX", + "Specie": "SPX*", + "Squall Coin": "SQL", + "StasyQ": "SQOIN", + "SqPay": "SQP", + "SecureCoin": "SRC", + "StarCredits": "SRC*", + "SwissRealCoin": "SRC**", + "SirinLabs": "SRN", + "Serenity": "SRNT", + "Scrypto": "SRT", + "Sharder": "SS", + "SelfSell": "SSC", + "Sonic Screw Driver Coin": "SSD", + "StreamSpace": "SSH", + "ShareChain": "SSS", + "SunShotCoin": "SSTC", + "SSVCoin": "SSV", + "Starta": "STA", + "Stakers": "STA*", + "STAC": "STAC", + "Straks": "STAK", + "StalinCoin": "STALIN", + "Starbase": "STAR", + "StarCoin": "STR*", + "StartCoin": "START", + "Staxcoin": "STAX", + "StarChain": "STC", + "Stakecoin": "STCN", + "Steem": "STEEM", + "Steps": "STEPS", + "STEX": "STEX", + "Stakerush": "STHR", + "STK Token": "STK", + "Steneum Coin": "STN", + "Save The Ocean": "STO", + "StockBet": "STOCKBET", + "Storj": "STORJ", + "Storm": "STORM", + "StashPay": "STP", + "Storiqa Token": "STQ", + "Stratis": "STRAT", + "STRESScoin": "STS", + "Staramba": "STT", + "BitJob": "STU", + "Sativa Coin": "STV", + "Stox": "STX", + "Substratum Network": "SUB", + "Subscriptio": "SUB*", + "Sucre": "SUCR", + "Sumokoin": "SUMO", + "Supcoin": "SUP", + "SuperCoin": "SUPER", + "Suretly": "SUR", + "Savedroid": "SVD", + "SwarmCoin": "SWARM", + "Scanetchain Token": "SWC", + "SweetStake": "SWEET", + "SwftCoin": "SWFTC", + "BitSwift": "SWIFT", + "SwingCoin": "SWING", + "Swarm Fund": "SWM", + "Swarm City Token": "SWT", + "Switcheo": "SWTH", + "SexCoin": "SXC", + "SPECTRE Dividend Token": "SXDT", + "SPECTRE Utility Token": "SXUT", + "SynchroCoin": "SYC", + "SyncCoin": "SYNC", + "Syndicate": "SYNX", + "SysCoin": "SYS", + "Token as a Service": "TAAS", + "MollyCoin": "TAB", + "TagCoin": "TAG", + "Think And Get Rich Coin": "TAGR", + "TajCoin": "TAJ", + "TakCoin": "TAK", + "TamaGucci": "TAM", + "TappingCoin": "TAP", + "Tatiana Coin": "TAT", + "Lamden Tau": "TAU", + "Titanium BAR": "TBAR", + "TrashBurn": "TBCX", + "T-BOT": "TBT", + "Tokenbox": "TBX", + "Thecreed": "TCR", + "TokenClub ": "TCT", + "TDFB": "TDFB", + "TrueDeck": "TDP", + "TokenDesk": "TDS", + "Tidex Token": "TDX", + "Tradelize": "TDZ", + "TeamUP": "TEAM", + "TeCoin": "TEC", + "TechCoin": "TECH", + "TekCoin": "TEK", + "Telcoin": "TEL", + "Tellurion": "TELL", + "Tokenomy": "TEN", + "Tennet": "TENNET", + "TerraNovaCoin": "TER", + "Ternio": "TERN", + "TeslaCoin": "TES", + "TeslaCoilCoin": "TESLA", + "The Freedom Coin": "TFC", + "TE-FOOD": "TFD", + "True Flip Lottery": "TFL", + "TigerCoin": "TGC", + "TargetCoin": "TGT", + "The Hempcoin": "THC", + "Theta": "THETA", + "ThankYou": "THNX", + "TechShares": "THS", + "Tianhe": "TIA", + "TrueInvestmentCoin": "TIC", + "Ties Network": "TIE", + "Tigereum": "TIG", + "Time": "TIME", + "Trade.io": "TIO", + "Tio Tour Guides": "TIO*", + "Tip Blockchain": "TIP", + "FedoraCoin": "TIPS", + "TitCoin": "TIT", + "Blocktix": "TIX", + "Taklimakan": "TKLN", + "TokenCard ": "TKN", + "TrollTokens": "TKN*", + "CryptoInsight": "TKR", + "Tokes": "TKS", + "Crypto Tickets": "TKT", + "THEKEY Token": "TKY", + "TulipCoin": "TLP", + "TimesCoin": "TMC", + "Timereum": "TME", + "ToTheMoon": "TMT*", + "Traxia Membership Token": "TMT**", + "Time New Bank": "TNB", + "Trinity Network Credit": "TNC", + "Tierion": "TNT", + "TOA Coin": "TOA", + "TodayCoin": "TODAY", + "TokugawaCoin": "TOK", + "Tokyo Coin": "TOKC", + "Tomahawkcoin": "TOM", + "TomoChain": "TOMO", + "TorCoin": "TOR", + "TotCoin": "TOT", + "TrollPlay": "TPAY", + "TokenPay": "TPAY*", + "TPCash": "TPC", + "Troll Payment": "TPG", + "Tetra": "TRA", + "OriginTrail": "TRAC", + "TerraCoin": "TRC", + "Truckcoin": "TRCK", + "Tracto": "TRCT", + "Trident": "TRDT", + "Travelflex": "TRF", + "Triangles Coin": "TRI", + "Triaconta": "TRIA", + "TribeToken": "TRIBE", + "TrickyCoin": "TRICK", + "Trigger": "TRIG", + "Trippki": "TRIP", + "TruckCoin": "TRK", + "Ternion": "TRN", + "Trollcoin": "TROLL", + "Positron": "TRON", + "TrustCoin": "TRST", + "TurtleCoin": "TRTL", + "TrumpCoin": "TRUMP", + "TrustPlus": "TRUST", + "Travel Coin": "TRV", + "Trivecoin": "TRVC", + "Triwer": "TRW", + "Tronix": "TRX", + "TattooCoin": "TSE", + "Energo": "TSL", + "TravelChain": "TT", + "TittieCoin": "TTC", + "Tap Project": "TTT", + "BitTube": "TUBE", + "Turron": "TUR", + "True USD": "TUSD", + "Tutellus": "TUT", + "TwisterCoin": "TWIST", + "Twelve Coin": "TWLV", + "Transfer": "TX", + "TrezarCoin": "TZC", + "Ucoin": "U", + "United Arab Emirates Coin": "UAEC", + "Ubcoin": "UBC", + "Ubex": "UBEX", + "Ubiqoin": "UBIQ", + "Ubiq": "UBQ", + "UniBright": "UBT", + "UnitedBitcoin": "UBTC", + "U.CASH": "UCASH", + "UC Coin": "UCN", + "UCOT": "UCT", + "Useless Ethereum Token": "UET", + "Useless Eth Token Lite": "UETL", + "UFO Coin": "UFO", + "Upfiring": "UFR", + "ugChain": "UGC", + "Unitus": "UIS", + "UnikoinGold": "UKG", + "Umbrella": "ULTC", + "Umbrella Coin": "UMC", + "Unattanium": "UNAT", + "UnbreakableCoin": "UNB", + "UnCoin": "UNC", + "Unfed Coin": "UNF", + "Universe": "UNI", + "Unify": "UNIFY", + "Uniqredit": "UNIQ", + "Universal Currency": "UNIT", + "GameUnits": "UNITS", + "SuperNET": "UNITY", + "Unobtanium": "UNO", + "UniversalRoyalCoin": "UNRC", + "UpToken": "UP", + "Sentinel Protocol": "UPP", + "Uquid Coin": "UQC", + "UR": "UR", + "Urals Coin": "URALS", + "UroCoin": "URO", + "Ultimate Secure Cash": "USC", + "USCoin": "USDC", + "UnitaryStatus Dollar": "USDE", + "Tether": "USDT", + "USOAMIC": "USOAMIC", + "Unified Society USDEX": "USX", + "UltraCoin": "UTC", + "Uther": "UTH", + "Utility Coin": "UTIL", + "Utrust": "UTK", + "Universa": "UTN", + "United Traders Token": "UTT", + "U Network": "UUU", + "Uwezocoin": "UWC", + "Valorbit": "VAL", + "Vanywhere": "VANY", + "Vaporcoin": "VAPOR", + "VidioCoin": "VDO", + "VectorCoin 2.0 ": "VEC2", + "BLOCKv": "VEE", + "BitVegan": "VEG", + "VEGA": "VEGA", + "Vechain": "VEN", + "Veritaseum": "VERI", + "Versa Token": "VERSA", + "ViaCoin": "VIA", + "Viberate": "VIB", + "VIBEHub": "VIBE", + "Victorium": "VIC", + "VideoCoin": "VID", + "V-ID": "VIDT", + "PureVidz": "VIDZ", + "Viewly": "VIEW", + "TheVig": "VIG", + "VinChain": "VIN", + "ViorCoin": "VIOR", + "VIP Tokens": "VIP", + "Viral Coin": "VIRAL", + "Visio": "VISIO", + "Vice Industry Token": "VIT", + "Vitae": "VITAE", + "Viuly": "VIU", + "VIVO Coin": "VIVO", + "Valid": "VLD", + "Valorem": "VLR", + "Veltor": "VLT", + "VaultCoin": "VLTC", + "VLUX": "VLUX", + "Velox": "VLX", + "VirtualMining Coin": "VMC", + "Veredictum": "VNT", + "Voise": "VOISE", + "BitVolt": "VOLT", + "VootCoin": "VOOT", + "Votecoin": "VOT", + "Voyacoin": "VOYA", + "VapersCoin": "VPRC", + "Verasity": "VRA", + "VeriCoin": "VRC", + "Verium": "VRM", + "Prosense.tv": "VRP", + "Veros": "VRS", + "vSlice": "VSL", + "Vestarin": "VST", + "Vsync": "VSX", + "VirtaCoin": "VTA", + "Vertcoin": "VTC", + "Voltroon": "VTN", + "Vtorrent": "VTR", + "Vertex": "VTX", + "Victoriouscoin": "VTY", + "Virta Unique Coin": "VUC", + "Vulcano": "VULC", + "VV Coin": "VVI", + "Vezt": "VZT", + "W3Coin": "W3C", + "WABnetwork": "WAB", + "WaBi": "WABI", + "Digiwage": "WAGE", + "Wanchain": "WAN", + "WandX": "WAND", + "WarpCoin": "WARP", + "WashingtonCoin": "WASH", + "Waves": "WAVES", + "Worldwide Asset eXchange": "WAX", + "WayCoin": "WAY", + "Wild Beast Coin": "WBB", + "WorldBTC": "WBTC", + "wBTC": "WBTC*", + "WhiteCoin": "XWC", + "World Crypto Gold": "WCG", + "Waves Community Token": "WCT", + "WorldCoin": "WDC", + "WealthCoin": "WEALTH", + "Webchain": "WEB*", + "Well": "WELL", + "Wexcoin": "WEX", + "World Gold Coin": "WGC", + "WavesGO": "WGO", + "Wagerr": "WGR", + "WhaleCoin": "WHL", + "Wi Coin": "WIC", + "Wiix": "WIIX", + "Wild Crypto": "WILD", + "WCoin": "WIN", + "WineCoin": "WINE", + "Wings DAO": "WINGS", + "Wink": "WINK", + "WinStars": "WINS", + "WisdomCoin": "WISC", + "MyWish": "WISH", + "WishFinance": "WISH*", + "Crowdwiz": "WIZ", + "Wolk": "WLK", + "WMCoin": "WMC", + "Wavesnode.net": "WNET", + "Insanity Coin": "WOLF", + "WomenCoin": "WOMEN", + "WorldPay": "WOP", + "HealthyWorm": "WORM", + "WePower": "WPR", + "Worldcore": "WRC", + "WarCoin": "WRC*", + "WRTcoin": "WRT", + "WiserCoin": "WSC", + "Wish Finance": "WSH", + "WeAreSatoshi": "WSX", + "WeToken": "WT", + "Waltonchain": "WTC", + "Giga Watt": "WTT", + "Wyrify": "WYR", + "Wysker": "WYS", + "X2Coin": "X2", + "X8Currency": "X8X", + "SapienceCoin": "XAI", + "AICoin": "XAI*", + "Asch": "XAS", + "XauCoin": "XAU", + "Xaurum": "XAUR", + "BitcoinPlus": "XBC", + "Bitcoin Incognito": "XBI", + "Billionaire Token": "XBL", + "SocialXbotCoin": "XBOT", + "Black Pearl Coin": "XBP", + "BlitzPredict": "XBP*", + "Bitstake": "XBS", + "Beats": "XBTS", + "Bounty": "XBTY", + "XtraBYtes": "XBY", + "X11 Coin": "XC", + "Xcash": "XCASH", + "Capdax": "XCD*", + "Cerium": "XCE", + "XcelTrip": "XCEL", + "Cannabis Industry Coin": "XCI", + "CoinJob": "XCJ", + "ClearCoin": "XCLR", + "CoinMetro": "XCM", + "Cryptonite": "XCN", + "XCoin": "XCO", + "CounterParty": "XCP", + "Copico": "XCPO", + "Crypti": "XCR", + "Creatio": "XCRE", + "CybCSec Coin": "XCS", + "C-Bits": "XCT", + "CoinonatX": "XCXT", + "DragonSphere": "XDB", + "XinFin Coin": "XDCE", + "XDE II": "XDE2", + "DigitalNote ": "XDN", + "DogeParty": "XDP", + "Dirac Coin": "XDQ", + "Eternal Coin": "XEC", + "Elastic": "XEL", + "NEM": "XEM", + "XenixCoin": "XEN", + "Proxeus": "XES", + "Eternal Token": "XET", + "Forever Coin": "XFC", + "Fantasy Cash": "XFT", + "XG Sports": "XG", + "GoldenBird": "XGB", + "GoldReserve": "XGR", + "GenesisX": "XGS", + "HiCoin": "XHI", + "Haven Protocol": "XHV", + "Sphre AIR": "XID", + "International Diamond Coin": "XID*", + "Infinity Economics": "XIN", + "Xios": "XIOS", + "JouleCoin": "XJO", + "LibertyCoin": "XLB", + "LeviarCoin": "XLC", + "Stellar": "XLM", + "Solaris": "XLR", + "Monero Classic": "XMC", + "Monoeci": "XMCC", + "Coin Magi": "XMG", + "Monero Original": "XMO", + "Monero": "XMR", + "Monero Gold": "XMRG", + "Megastake": "XMS", + "MoneroV": "XMV", + "MyriadCoin": "XMY", + "DeOxyRibose": "XNA", + "XenCoin": "XNC", + "Numismatic Collections": "XNC*", + "Ink Protocol": "XNK", + "Xenon": "XNN", + "XanaxCoin": "XNX", + "Experience Points": "XP", + "Pebble Coin": "XPB", + "PetroDollar": "XPD", + "PharmaCoin": "XPH", + "PrimeCoin": "XPM", + "Opair": "XPO", + "PokeChain": "XPOKE", + "ProCoin": "XPRO", + "PoisonIvyCoin": "XPS", + "PlatinumBAR": "XPTX", + "Quotient": "XQN", + "Ratecoin": "XRA", + "RevolverCoin": "XRE", + "X Real Estate Development": "XRED", + "Rialto.AI": "XRL", + "XRP": "XRP", + "Extreme Sportsbook": "XSB", + "BitSeeds": "XSEED", + "Snowgem": "XSG", + "SHIELD": "XSH", + "Stability Shares": "XSI", + "Stakenet": "XSN (1)", + "PoolStamp": "XSP", + "Spectre": "XSPEC", + "StealthCoin": "XST", + "ExtremeCoin": "XT", + "Xt3ch": "XT3", + "TileCoin": "XTC", + "Stellite": "XTL", + "Tao": "XTO", + "ExtraCredit": "XTRA", + "TROPTIONS": "XTROPTIONS", + "Tezos": "XTZ", + "Exchange Union": "XUC", + "XUEZ": "XUEZ", + "UltraNote": "XUN", + "UPcoin": "XUP", + "Vcash": "XVC", + "The Vegan Initiative": "XVE", + "Verge": "XVG", + "VirtacoinPlus": "XVP", + "World Trade Funds": "XWT", + "XXXCoin": "XXX", + "XY Oracle": "XYO", + "ZCoin": "XZC", + "YAcCoin": "YAC", + "YAYcoin": "YAY", + "YbCoin": "YBC", + "MYCE": "YCE", + "Yee": "YEE", + "YesCoin": "YES", + "YamahaCoin": "YMC", + "YoCoin": "YOC", + "YobitVirtualCoin": "YOVI", + "Yoyow": "YOYOW", + "Yumerium": "YUM", + "Z2 Coin": "Z2", + "ZABERcoin": "ZAB", + "Zap": "ZAP", + "Zilbercoin": "ZBC", + "ZCC Coin": "ZCC", + "ZCashGOLD": "ZCG", + "ZClassic": "ZCL", + "Zebi Coin": "ZCO", + "ZCash": "ZEC", + "ZCashDarkCoin": "ZECD", + "ZedCoins": "ZED", + "ZeitCoin": "ZEIT", + "Zelcash": "ZEL", + "ZenCash": "ZEN", + "Zen Protocol": "ZEN*", + "Zennies": "ZENI", + "Project Zephyr": "ZEPH", + "Zero": "ZER", + "ZetaCoin": "ZET", + "Zeta2Coin": "ZET2", + "Zilliqa": "ZIL", + "Zippie": "ZIPT", + "ZIX Token": "ZIX", + "ZLiteQubit": "ZLQ", + "ZMINE": "ZMN", + "Monero 0": "ZMR", + "Zenome": "ZNA", + "ZoneCoin": "ZNE", + "OpenZen": "ZNT", + "BitZeny": "ZNY", + "Zoin": "ZOI", + "ZoomCoin": "ZOOM", + "Zeepin": "ZPT", + "ZrCoin": "ZRC", + "ZiftrCoin": "ZRC*", + "0x": "ZRX", + "Zeusshield": "ZSC", + "ZeroState": "ZSC*", + "ZSEcoin": "ZSE", + "Zupply Token": "ZUP", + "Zurcoin": "ZUR", + "Zcrypt": "ZXT", + "ZayedCoin": "ZYD", + "FIC Network": "eFIC", + "eProxy": "ePRX", + "redBUX": "redBUX", + "Go!": "xGOx" +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 7d4eea69..425932d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cryptocurrencies", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -22,7 +22,7 @@ "integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=", "dev": true, "requires": { - "acorn": "3.3.0" + "acorn": "^3.0.4" }, "dependencies": { "acorn": { @@ -39,8 +39,8 @@ "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=", "dev": true, "requires": { - "co": "4.6.0", - "json-stable-stringify": "1.0.1" + "co": "^4.6.0", + "json-stable-stringify": "^1.0.1" } }, "ajv-keywords": { @@ -55,7 +55,7 @@ "integrity": "sha1-LwwWWIKXOa3V67FeawxuNCPwFro=", "dev": true, "requires": { - "string-width": "1.0.2" + "string-width": "^1.0.1" } }, "ansi-escapes": { @@ -76,7 +76,7 @@ "integrity": "sha512-NnSOmMEYtVR2JVMIGTzynRkkaxtiq1xnFBcdQD/DnNCYPoEPsVJhM98BDyaoNOQIi7p4okdi3E27eN7GQbsUug==", "dev": true, "requires": { - "color-convert": "1.9.1" + "color-convert": "^1.9.0" } }, "anymatch": { @@ -86,8 +86,8 @@ "dev": true, "optional": true, "requires": { - "micromatch": "2.3.11", - "normalize-path": "2.1.1" + "micromatch": "^2.1.5", + "normalize-path": "^2.0.0" } }, "argparse": { @@ -96,7 +96,7 @@ "integrity": "sha1-c9g7wmP4bpf4zE9rrhsOkKfSLIY=", "dev": true, "requires": { - "sprintf-js": "1.0.3" + "sprintf-js": "~1.0.2" } }, "arr-diff": { @@ -105,7 +105,7 @@ "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", "dev": true, "requires": { - "arr-flatten": "1.1.0" + "arr-flatten": "^1.0.1" } }, "arr-exclude": { @@ -138,7 +138,7 @@ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", "dev": true, "requires": { - "array-uniq": "1.0.3" + "array-uniq": "^1.0.1" } }, "array-uniq": { @@ -179,78 +179,78 @@ "integrity": "sha1-UUu12GpxsClDUfgDoT3bDCfHu2I=", "dev": true, "requires": { - "arr-diff": "2.0.0", - "arr-flatten": "1.1.0", - "array-union": "1.0.2", - "array-uniq": "1.0.3", - "arrify": "1.0.1", - "ava-init": "0.1.6", - "babel-code-frame": "6.26.0", - "babel-core": "6.26.0", + "arr-diff": "^2.0.0", + "arr-flatten": "^1.0.1", + "array-union": "^1.0.1", + "array-uniq": "^1.0.2", + "arrify": "^1.0.0", + "ava-init": "^0.1.0", + "babel-code-frame": "^6.7.5", + "babel-core": "^6.3.21", "babel-plugin-ava-throws-helper": "0.0.4", - "babel-plugin-detective": "1.0.2", - "babel-plugin-espower": "2.3.2", - "babel-plugin-transform-runtime": "6.23.0", - "babel-preset-es2015": "6.24.1", - "babel-preset-stage-2": "6.24.1", - "babel-runtime": "6.26.0", - "bluebird": "3.5.1", - "caching-transform": "1.0.1", - "chalk": "1.1.3", - "chokidar": "1.7.0", - "clean-yaml-object": "0.1.0", - "cli-cursor": "1.0.2", - "cli-spinners": "0.1.2", - "cli-truncate": "0.2.1", - "co-with-promise": "4.6.0", - "common-path-prefix": "1.0.0", - "convert-source-map": "1.5.0", - "core-assert": "0.2.1", - "currently-unhandled": "0.4.1", - "debug": "2.6.9", - "empower-core": "0.5.0", - "figures": "1.7.0", - "find-cache-dir": "0.1.1", - "fn-name": "2.0.1", - "globby": "4.1.0", - "has-flag": "2.0.0", - "ignore-by-default": "1.0.1", - "is-ci": "1.0.10", - "is-generator-fn": "1.0.0", - "is-obj": "1.0.1", - "is-observable": "0.2.0", - "is-promise": "2.1.0", - "last-line-stream": "1.0.0", - "lodash.debounce": "4.0.8", - "loud-rejection": "1.6.0", - "matcher": "0.1.2", - "max-timeout": "1.0.0", - "md5-hex": "1.3.0", - "meow": "3.7.0", - "ms": "0.7.3", - "multimatch": "2.1.0", - "not-so-shallow": "0.1.4", - "object-assign": "4.1.1", - "observable-to-promise": "0.4.0", - "option-chain": "0.1.1", - "package-hash": "1.2.0", - "pkg-conf": "1.1.3", - "plur": "2.1.2", - "power-assert-formatter": "1.4.1", - "power-assert-renderers": "0.1.1", - "pretty-ms": "2.1.0", - "repeating": "2.0.1", - "require-precompiled": "0.1.0", - "resolve-cwd": "1.0.0", - "set-immediate-shim": "1.0.1", - "slash": "1.0.0", - "source-map-support": "0.4.18", - "stack-utils": "0.4.0", - "strip-ansi": "3.0.1", - "strip-bom": "2.0.0", - "time-require": "0.1.2", - "unique-temp-dir": "1.0.0", - "update-notifier": "0.7.0" + "babel-plugin-detective": "^1.0.2", + "babel-plugin-espower": "^2.1.0", + "babel-plugin-transform-runtime": "^6.3.13", + "babel-preset-es2015": "^6.3.13", + "babel-preset-stage-2": "^6.3.13", + "babel-runtime": "^6.3.19", + "bluebird": "^3.0.0", + "caching-transform": "^1.0.0", + "chalk": "^1.0.0", + "chokidar": "^1.4.2", + "clean-yaml-object": "^0.1.0", + "cli-cursor": "^1.0.2", + "cli-spinners": "^0.1.2", + "cli-truncate": "^0.2.0", + "co-with-promise": "^4.6.0", + "common-path-prefix": "^1.0.0", + "convert-source-map": "^1.2.0", + "core-assert": "^0.2.0", + "currently-unhandled": "^0.4.1", + "debug": "^2.2.0", + "empower-core": "^0.5.0", + "figures": "^1.4.0", + "find-cache-dir": "^0.1.1", + "fn-name": "^2.0.0", + "globby": "^4.0.0", + "has-flag": "^2.0.0", + "ignore-by-default": "^1.0.0", + "is-ci": "^1.0.7", + "is-generator-fn": "^1.0.0", + "is-obj": "^1.0.0", + "is-observable": "^0.2.0", + "is-promise": "^2.1.0", + "last-line-stream": "^1.0.0", + "lodash.debounce": "^4.0.3", + "loud-rejection": "^1.2.0", + "matcher": "^0.1.1", + "max-timeout": "^1.0.0", + "md5-hex": "^1.2.0", + "meow": "^3.7.0", + "ms": "^0.7.1", + "multimatch": "^2.1.0", + "not-so-shallow": "^0.1.3", + "object-assign": "^4.0.1", + "observable-to-promise": "^0.4.0", + "option-chain": "^0.1.0", + "package-hash": "^1.1.0", + "pkg-conf": "^1.0.1", + "plur": "^2.0.0", + "power-assert-formatter": "^1.3.0", + "power-assert-renderers": "^0.1.0", + "pretty-ms": "^2.0.0", + "repeating": "^2.0.0", + "require-precompiled": "^0.1.0", + "resolve-cwd": "^1.0.0", + "set-immediate-shim": "^1.0.1", + "slash": "^1.0.0", + "source-map-support": "^0.4.0", + "stack-utils": "^0.4.0", + "strip-ansi": "^3.0.1", + "strip-bom": "^2.0.0", + "time-require": "^0.1.2", + "unique-temp-dir": "^1.0.0", + "update-notifier": "^0.7.0" }, "dependencies": { "ansi-styles": { @@ -265,11 +265,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } }, "supports-color": { @@ -286,12 +286,12 @@ "integrity": "sha1-7xntCyS2vzWdrW+63xoF2DY5XJE=", "dev": true, "requires": { - "arr-exclude": "1.0.0", - "cross-spawn": "4.0.2", - "pinkie-promise": "2.0.1", - "read-pkg-up": "1.0.1", - "the-argv": "1.0.0", - "write-pkg": "1.0.0" + "arr-exclude": "^1.0.0", + "cross-spawn": "^4.0.0", + "pinkie-promise": "^2.0.0", + "read-pkg-up": "^1.0.1", + "the-argv": "^1.0.0", + "write-pkg": "^1.0.0" } }, "babel-code-frame": { @@ -300,9 +300,9 @@ "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", "dev": true, "requires": { - "chalk": "1.1.3", - "esutils": "2.0.2", - "js-tokens": "3.0.2" + "chalk": "^1.1.3", + "esutils": "^2.0.2", + "js-tokens": "^3.0.2" }, "dependencies": { "ansi-styles": { @@ -317,11 +317,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } }, "supports-color": { @@ -338,25 +338,25 @@ "integrity": "sha1-rzL3izGm/O8RnIew/Y2XU/A6C7g=", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "babel-generator": "6.26.0", - "babel-helpers": "6.24.1", - "babel-messages": "6.23.0", - "babel-register": "6.26.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "convert-source-map": "1.5.0", - "debug": "2.6.9", - "json5": "0.5.1", - "lodash": "4.17.4", - "minimatch": "3.0.4", - "path-is-absolute": "1.0.1", - "private": "0.1.8", - "slash": "1.0.0", - "source-map": "0.5.7" + "babel-code-frame": "^6.26.0", + "babel-generator": "^6.26.0", + "babel-helpers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-register": "^6.26.0", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "convert-source-map": "^1.5.0", + "debug": "^2.6.8", + "json5": "^0.5.1", + "lodash": "^4.17.4", + "minimatch": "^3.0.4", + "path-is-absolute": "^1.0.1", + "private": "^0.1.7", + "slash": "^1.0.0", + "source-map": "^0.5.6" } }, "babel-eslint": { @@ -365,11 +365,11 @@ "integrity": "sha1-UpNBn+NnLWZZjTJ9qWlFZ7pqXy8=", "dev": true, "requires": { - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "lodash.assign": "4.2.0", - "lodash.pickby": "4.6.0" + "babel-traverse": "^6.0.20", + "babel-types": "^6.0.19", + "babylon": "^6.0.18", + "lodash.assign": "^4.0.0", + "lodash.pickby": "^4.0.0" } }, "babel-generator": { @@ -378,14 +378,14 @@ "integrity": "sha1-rBriAHC3n248odMmlhMFN3TyDcU=", "dev": true, "requires": { - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "detect-indent": "4.0.0", - "jsesc": "1.3.0", - "lodash": "4.17.4", - "source-map": "0.5.7", - "trim-right": "1.0.1" + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "detect-indent": "^4.0.0", + "jsesc": "^1.3.0", + "lodash": "^4.17.4", + "source-map": "^0.5.6", + "trim-right": "^1.0.1" } }, "babel-helper-bindify-decorators": { @@ -394,9 +394,9 @@ "integrity": "sha1-FMGeXxQte0fxmlJDHlKxzLxAozA=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-builder-binary-assignment-operator-visitor": { @@ -405,9 +405,9 @@ "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=", "dev": true, "requires": { - "babel-helper-explode-assignable-expression": "6.24.1", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-explode-assignable-expression": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-call-delegate": { @@ -416,10 +416,10 @@ "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=", "dev": true, "requires": { - "babel-helper-hoist-variables": "6.24.1", - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-define-map": { @@ -428,10 +428,10 @@ "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "lodash": "4.17.4" + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" } }, "babel-helper-explode-assignable-expression": { @@ -440,9 +440,9 @@ "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-explode-class": { @@ -451,10 +451,10 @@ "integrity": "sha1-fcKjkQ3uAHBW4eMdZAztPVTqqes=", "dev": true, "requires": { - "babel-helper-bindify-decorators": "6.24.1", - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-bindify-decorators": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-function-name": { @@ -463,11 +463,11 @@ "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=", "dev": true, "requires": { - "babel-helper-get-function-arity": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-get-function-arity": { @@ -476,8 +476,8 @@ "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-hoist-variables": { @@ -486,8 +486,8 @@ "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-optimise-call-expression": { @@ -496,8 +496,8 @@ "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-helper-regex": { @@ -506,9 +506,9 @@ "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "lodash": "4.17.4" + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" } }, "babel-helper-remap-async-to-generator": { @@ -517,11 +517,11 @@ "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helper-replace-supers": { @@ -530,12 +530,12 @@ "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=", "dev": true, "requires": { - "babel-helper-optimise-call-expression": "6.24.1", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-helpers": { @@ -544,8 +544,8 @@ "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-messages": { @@ -554,7 +554,7 @@ "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-ava-throws-helper": { @@ -563,8 +563,8 @@ "integrity": "sha1-mC0djiRP1L0zYV2nVEFMx7Cocwo=", "dev": true, "requires": { - "babel-template": "6.26.0", - "babel-types": "6.26.0" + "babel-template": "^6.7.0", + "babel-types": "^6.7.2" } }, "babel-plugin-check-es2015-constants": { @@ -573,7 +573,7 @@ "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-detective": { @@ -588,13 +588,13 @@ "integrity": "sha1-VRa4/NsmyfDh2BYHSfbkxl5xJx4=", "dev": true, "requires": { - "babel-generator": "6.26.0", - "babylon": "6.18.0", - "call-matcher": "1.0.1", - "core-js": "2.5.1", - "espower-location-detector": "1.0.0", - "espurify": "1.7.0", - "estraverse": "4.2.0" + "babel-generator": "^6.1.0", + "babylon": "^6.1.0", + "call-matcher": "^1.0.0", + "core-js": "^2.0.0", + "espower-location-detector": "^1.0.0", + "espurify": "^1.6.0", + "estraverse": "^4.1.1" } }, "babel-plugin-syntax-async-functions": { @@ -651,9 +651,9 @@ "integrity": "sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds=", "dev": true, "requires": { - "babel-helper-remap-async-to-generator": "6.24.1", - "babel-plugin-syntax-async-generators": "6.13.0", - "babel-runtime": "6.26.0" + "babel-helper-remap-async-to-generator": "^6.24.1", + "babel-plugin-syntax-async-generators": "^6.5.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-async-to-generator": { @@ -662,9 +662,9 @@ "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=", "dev": true, "requires": { - "babel-helper-remap-async-to-generator": "6.24.1", - "babel-plugin-syntax-async-functions": "6.13.0", - "babel-runtime": "6.26.0" + "babel-helper-remap-async-to-generator": "^6.24.1", + "babel-plugin-syntax-async-functions": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-class-properties": { @@ -673,10 +673,10 @@ "integrity": "sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-plugin-syntax-class-properties": "6.13.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-helper-function-name": "^6.24.1", + "babel-plugin-syntax-class-properties": "^6.8.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-decorators": { @@ -685,11 +685,11 @@ "integrity": "sha1-eIAT2PjGtSIr33s0Q5Df13Vp4k0=", "dev": true, "requires": { - "babel-helper-explode-class": "6.24.1", - "babel-plugin-syntax-decorators": "6.13.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-explode-class": "^6.24.1", + "babel-plugin-syntax-decorators": "^6.13.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-arrow-functions": { @@ -698,7 +698,7 @@ "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-block-scoped-functions": { @@ -707,7 +707,7 @@ "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-block-scoping": { @@ -716,11 +716,11 @@ "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "lodash": "4.17.4" + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "lodash": "^4.17.4" } }, "babel-plugin-transform-es2015-classes": { @@ -729,15 +729,15 @@ "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=", "dev": true, "requires": { - "babel-helper-define-map": "6.26.0", - "babel-helper-function-name": "6.24.1", - "babel-helper-optimise-call-expression": "6.24.1", - "babel-helper-replace-supers": "6.24.1", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-define-map": "^6.24.1", + "babel-helper-function-name": "^6.24.1", + "babel-helper-optimise-call-expression": "^6.24.1", + "babel-helper-replace-supers": "^6.24.1", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-computed-properties": { @@ -746,8 +746,8 @@ "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-destructuring": { @@ -756,7 +756,7 @@ "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-duplicate-keys": { @@ -765,8 +765,8 @@ "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-for-of": { @@ -775,7 +775,7 @@ "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-function-name": { @@ -784,9 +784,9 @@ "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=", "dev": true, "requires": { - "babel-helper-function-name": "6.24.1", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-function-name": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-literals": { @@ -795,7 +795,7 @@ "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-modules-amd": { @@ -804,9 +804,9 @@ "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=", "dev": true, "requires": { - "babel-plugin-transform-es2015-modules-commonjs": "6.26.0", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-modules-commonjs": { @@ -815,10 +815,10 @@ "integrity": "sha1-DYOUApt9xqvhqX7xgeAHWN0uXYo=", "dev": true, "requires": { - "babel-plugin-transform-strict-mode": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-types": "6.26.0" + "babel-plugin-transform-strict-mode": "^6.24.1", + "babel-runtime": "^6.26.0", + "babel-template": "^6.26.0", + "babel-types": "^6.26.0" } }, "babel-plugin-transform-es2015-modules-systemjs": { @@ -827,9 +827,9 @@ "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=", "dev": true, "requires": { - "babel-helper-hoist-variables": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-helper-hoist-variables": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-modules-umd": { @@ -838,9 +838,9 @@ "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=", "dev": true, "requires": { - "babel-plugin-transform-es2015-modules-amd": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0" + "babel-plugin-transform-es2015-modules-amd": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1" } }, "babel-plugin-transform-es2015-object-super": { @@ -849,8 +849,8 @@ "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=", "dev": true, "requires": { - "babel-helper-replace-supers": "6.24.1", - "babel-runtime": "6.26.0" + "babel-helper-replace-supers": "^6.24.1", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-parameters": { @@ -859,12 +859,12 @@ "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=", "dev": true, "requires": { - "babel-helper-call-delegate": "6.24.1", - "babel-helper-get-function-arity": "6.24.1", - "babel-runtime": "6.26.0", - "babel-template": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-call-delegate": "^6.24.1", + "babel-helper-get-function-arity": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-template": "^6.24.1", + "babel-traverse": "^6.24.1", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-shorthand-properties": { @@ -873,8 +873,8 @@ "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-spread": { @@ -883,7 +883,7 @@ "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-sticky-regex": { @@ -892,9 +892,9 @@ "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=", "dev": true, "requires": { - "babel-helper-regex": "6.26.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-plugin-transform-es2015-template-literals": { @@ -903,7 +903,7 @@ "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-typeof-symbol": { @@ -912,7 +912,7 @@ "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-es2015-unicode-regex": { @@ -921,9 +921,9 @@ "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=", "dev": true, "requires": { - "babel-helper-regex": "6.26.0", - "babel-runtime": "6.26.0", - "regexpu-core": "2.0.0" + "babel-helper-regex": "^6.24.1", + "babel-runtime": "^6.22.0", + "regexpu-core": "^2.0.0" } }, "babel-plugin-transform-exponentiation-operator": { @@ -932,9 +932,9 @@ "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=", "dev": true, "requires": { - "babel-helper-builder-binary-assignment-operator-visitor": "6.24.1", - "babel-plugin-syntax-exponentiation-operator": "6.13.0", - "babel-runtime": "6.26.0" + "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1", + "babel-plugin-syntax-exponentiation-operator": "^6.8.0", + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-object-rest-spread": { @@ -943,8 +943,8 @@ "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=", "dev": true, "requires": { - "babel-plugin-syntax-object-rest-spread": "6.13.0", - "babel-runtime": "6.26.0" + "babel-plugin-syntax-object-rest-spread": "^6.8.0", + "babel-runtime": "^6.26.0" } }, "babel-plugin-transform-regenerator": { @@ -953,7 +953,7 @@ "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=", "dev": true, "requires": { - "regenerator-transform": "0.10.1" + "regenerator-transform": "^0.10.0" } }, "babel-plugin-transform-runtime": { @@ -962,7 +962,7 @@ "integrity": "sha1-iEkNRGUC6puOfvsP4J7E2ZR5se4=", "dev": true, "requires": { - "babel-runtime": "6.26.0" + "babel-runtime": "^6.22.0" } }, "babel-plugin-transform-strict-mode": { @@ -971,8 +971,8 @@ "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0" + "babel-runtime": "^6.22.0", + "babel-types": "^6.24.1" } }, "babel-preset-es2015": { @@ -981,30 +981,30 @@ "integrity": "sha1-1EBQ1rwsn+6nAqrzjXJ6AhBTiTk=", "dev": true, "requires": { - "babel-plugin-check-es2015-constants": "6.22.0", - "babel-plugin-transform-es2015-arrow-functions": "6.22.0", - "babel-plugin-transform-es2015-block-scoped-functions": "6.22.0", - "babel-plugin-transform-es2015-block-scoping": "6.26.0", - "babel-plugin-transform-es2015-classes": "6.24.1", - "babel-plugin-transform-es2015-computed-properties": "6.24.1", - "babel-plugin-transform-es2015-destructuring": "6.23.0", - "babel-plugin-transform-es2015-duplicate-keys": "6.24.1", - "babel-plugin-transform-es2015-for-of": "6.23.0", - "babel-plugin-transform-es2015-function-name": "6.24.1", - "babel-plugin-transform-es2015-literals": "6.22.0", - "babel-plugin-transform-es2015-modules-amd": "6.24.1", - "babel-plugin-transform-es2015-modules-commonjs": "6.26.0", - "babel-plugin-transform-es2015-modules-systemjs": "6.24.1", - "babel-plugin-transform-es2015-modules-umd": "6.24.1", - "babel-plugin-transform-es2015-object-super": "6.24.1", - "babel-plugin-transform-es2015-parameters": "6.24.1", - "babel-plugin-transform-es2015-shorthand-properties": "6.24.1", - "babel-plugin-transform-es2015-spread": "6.22.0", - "babel-plugin-transform-es2015-sticky-regex": "6.24.1", - "babel-plugin-transform-es2015-template-literals": "6.22.0", - "babel-plugin-transform-es2015-typeof-symbol": "6.23.0", - "babel-plugin-transform-es2015-unicode-regex": "6.24.1", - "babel-plugin-transform-regenerator": "6.26.0" + "babel-plugin-check-es2015-constants": "^6.22.0", + "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0", + "babel-plugin-transform-es2015-block-scoping": "^6.24.1", + "babel-plugin-transform-es2015-classes": "^6.24.1", + "babel-plugin-transform-es2015-computed-properties": "^6.24.1", + "babel-plugin-transform-es2015-destructuring": "^6.22.0", + "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1", + "babel-plugin-transform-es2015-for-of": "^6.22.0", + "babel-plugin-transform-es2015-function-name": "^6.24.1", + "babel-plugin-transform-es2015-literals": "^6.22.0", + "babel-plugin-transform-es2015-modules-amd": "^6.24.1", + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", + "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1", + "babel-plugin-transform-es2015-modules-umd": "^6.24.1", + "babel-plugin-transform-es2015-object-super": "^6.24.1", + "babel-plugin-transform-es2015-parameters": "^6.24.1", + "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1", + "babel-plugin-transform-es2015-spread": "^6.22.0", + "babel-plugin-transform-es2015-sticky-regex": "^6.24.1", + "babel-plugin-transform-es2015-template-literals": "^6.22.0", + "babel-plugin-transform-es2015-typeof-symbol": "^6.22.0", + "babel-plugin-transform-es2015-unicode-regex": "^6.24.1", + "babel-plugin-transform-regenerator": "^6.24.1" } }, "babel-preset-stage-2": { @@ -1013,10 +1013,10 @@ "integrity": "sha1-2eKWD7PXEYfw5k7sYrwHdnIZvcE=", "dev": true, "requires": { - "babel-plugin-syntax-dynamic-import": "6.18.0", - "babel-plugin-transform-class-properties": "6.24.1", - "babel-plugin-transform-decorators": "6.24.1", - "babel-preset-stage-3": "6.24.1" + "babel-plugin-syntax-dynamic-import": "^6.18.0", + "babel-plugin-transform-class-properties": "^6.24.1", + "babel-plugin-transform-decorators": "^6.24.1", + "babel-preset-stage-3": "^6.24.1" } }, "babel-preset-stage-3": { @@ -1025,11 +1025,11 @@ "integrity": "sha1-g2raCp56f6N8sTj7kyb4eTSkg5U=", "dev": true, "requires": { - "babel-plugin-syntax-trailing-function-commas": "6.22.0", - "babel-plugin-transform-async-generator-functions": "6.24.1", - "babel-plugin-transform-async-to-generator": "6.24.1", - "babel-plugin-transform-exponentiation-operator": "6.24.1", - "babel-plugin-transform-object-rest-spread": "6.26.0" + "babel-plugin-syntax-trailing-function-commas": "^6.22.0", + "babel-plugin-transform-async-generator-functions": "^6.24.1", + "babel-plugin-transform-async-to-generator": "^6.24.1", + "babel-plugin-transform-exponentiation-operator": "^6.24.1", + "babel-plugin-transform-object-rest-spread": "^6.22.0" } }, "babel-register": { @@ -1038,13 +1038,13 @@ "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", "dev": true, "requires": { - "babel-core": "6.26.0", - "babel-runtime": "6.26.0", - "core-js": "2.5.1", - "home-or-tmp": "2.0.0", - "lodash": "4.17.4", - "mkdirp": "0.5.1", - "source-map-support": "0.4.18" + "babel-core": "^6.26.0", + "babel-runtime": "^6.26.0", + "core-js": "^2.5.0", + "home-or-tmp": "^2.0.0", + "lodash": "^4.17.4", + "mkdirp": "^0.5.1", + "source-map-support": "^0.4.15" } }, "babel-runtime": { @@ -1053,8 +1053,8 @@ "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", "dev": true, "requires": { - "core-js": "2.5.1", - "regenerator-runtime": "0.11.0" + "core-js": "^2.4.0", + "regenerator-runtime": "^0.11.0" } }, "babel-template": { @@ -1063,11 +1063,11 @@ "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "lodash": "4.17.4" + "babel-runtime": "^6.26.0", + "babel-traverse": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "lodash": "^4.17.4" } }, "babel-traverse": { @@ -1076,15 +1076,15 @@ "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", "dev": true, "requires": { - "babel-code-frame": "6.26.0", - "babel-messages": "6.23.0", - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "debug": "2.6.9", - "globals": "9.18.0", - "invariant": "2.2.2", - "lodash": "4.17.4" + "babel-code-frame": "^6.26.0", + "babel-messages": "^6.23.0", + "babel-runtime": "^6.26.0", + "babel-types": "^6.26.0", + "babylon": "^6.18.0", + "debug": "^2.6.8", + "globals": "^9.18.0", + "invariant": "^2.2.2", + "lodash": "^4.17.4" } }, "babel-types": { @@ -1093,10 +1093,10 @@ "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "esutils": "2.0.2", - "lodash": "4.17.4", - "to-fast-properties": "1.0.3" + "babel-runtime": "^6.26.0", + "esutils": "^2.0.2", + "lodash": "^4.17.4", + "to-fast-properties": "^1.0.3" } }, "babylon": { @@ -1130,14 +1130,14 @@ "integrity": "sha1-W3PYhA6388ihVcv2ntPtaNRyABQ=", "dev": true, "requires": { - "camelcase": "2.1.1", - "chalk": "1.1.3", - "cli-boxes": "1.0.0", - "filled-array": "1.1.0", - "object-assign": "4.1.1", - "repeating": "2.0.1", - "string-width": "1.0.2", - "widest-line": "1.0.0" + "camelcase": "^2.1.0", + "chalk": "^1.1.1", + "cli-boxes": "^1.0.0", + "filled-array": "^1.0.0", + "object-assign": "^4.0.1", + "repeating": "^2.0.0", + "string-width": "^1.0.1", + "widest-line": "^1.0.0" }, "dependencies": { "ansi-styles": { @@ -1152,11 +1152,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } }, "supports-color": { @@ -1173,7 +1173,7 @@ "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", "dev": true, "requires": { - "balanced-match": "1.0.0", + "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, @@ -1184,9 +1184,9 @@ "dev": true, "optional": true, "requires": { - "expand-range": "1.8.2", - "preserve": "0.2.0", - "repeat-element": "1.1.2" + "expand-range": "^1.8.1", + "preserve": "^0.2.0", + "repeat-element": "^1.1.2" } }, "buf-compare": { @@ -1213,9 +1213,9 @@ "integrity": "sha1-bb2y8g+Nj7znnz6U6dF0Lc31wKE=", "dev": true, "requires": { - "md5-hex": "1.3.0", - "mkdirp": "0.5.1", - "write-file-atomic": "1.3.4" + "md5-hex": "^1.2.0", + "mkdirp": "^0.5.1", + "write-file-atomic": "^1.1.4" } }, "call-matcher": { @@ -1224,10 +1224,10 @@ "integrity": "sha1-UTTQd5hPcSpU2tPL9i3ijc5BbKg=", "dev": true, "requires": { - "core-js": "2.5.1", - "deep-equal": "1.0.1", - "espurify": "1.7.0", - "estraverse": "4.2.0" + "core-js": "^2.0.0", + "deep-equal": "^1.0.0", + "espurify": "^1.6.0", + "estraverse": "^4.0.0" } }, "call-signature": { @@ -1242,7 +1242,7 @@ "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", "dev": true, "requires": { - "callsites": "0.2.0" + "callsites": "^0.2.0" } }, "callsites": { @@ -1263,8 +1263,8 @@ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", "dev": true, "requires": { - "camelcase": "2.1.1", - "map-obj": "1.0.1" + "camelcase": "^2.0.0", + "map-obj": "^1.0.0" } }, "capture-stack-trace": { @@ -1285,9 +1285,9 @@ "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", "dev": true, "requires": { - "ansi-styles": "3.2.0", - "escape-string-regexp": "1.0.5", - "supports-color": "4.5.0" + "ansi-styles": "^3.1.0", + "escape-string-regexp": "^1.0.5", + "supports-color": "^4.0.0" } }, "chokidar": { @@ -1297,15 +1297,15 @@ "dev": true, "optional": true, "requires": { - "anymatch": "1.3.2", - "async-each": "1.0.1", - "fsevents": "1.1.3", - "glob-parent": "2.0.0", - "inherits": "2.0.3", - "is-binary-path": "1.0.1", - "is-glob": "2.0.1", - "path-is-absolute": "1.0.1", - "readdirp": "2.1.0" + "anymatch": "^1.3.0", + "async-each": "^1.0.0", + "fsevents": "^1.0.0", + "glob-parent": "^2.0.0", + "inherits": "^2.0.1", + "is-binary-path": "^1.0.0", + "is-glob": "^2.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.0.0" } }, "ci-info": { @@ -1338,7 +1338,7 @@ "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", "dev": true, "requires": { - "restore-cursor": "1.0.1" + "restore-cursor": "^1.0.1" } }, "cli-spinners": { @@ -1354,7 +1354,7 @@ "dev": true, "requires": { "slice-ansi": "0.0.4", - "string-width": "1.0.2" + "string-width": "^1.0.1" } }, "cli-width": { @@ -1375,7 +1375,7 @@ "integrity": "sha1-QT59tvWJOmC5Qs9JLEvsk9tBWrc=", "dev": true, "requires": { - "pinkie-promise": "1.0.0" + "pinkie-promise": "^1.0.0" }, "dependencies": { "pinkie": { @@ -1390,7 +1390,7 @@ "integrity": "sha1-0dpn9UglY7t89X8oauKCLs+/NnA=", "dev": true, "requires": { - "pinkie": "1.0.0" + "pinkie": "^1.0.0" } } } @@ -1407,7 +1407,7 @@ "integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==", "dev": true, "requires": { - "color-name": "1.1.3" + "color-name": "^1.1.1" } }, "color-name": { @@ -1446,9 +1446,9 @@ "integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=", "dev": true, "requires": { - "inherits": "2.0.3", - "readable-stream": "2.3.3", - "typedarray": "0.0.6" + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" } }, "configstore": { @@ -1457,15 +1457,15 @@ "integrity": "sha1-c3o6cDbpiGECqmCZ5HuzOrGroaE=", "dev": true, "requires": { - "dot-prop": "3.0.0", - "graceful-fs": "4.1.11", - "mkdirp": "0.5.1", - "object-assign": "4.1.1", - "os-tmpdir": "1.0.2", - "osenv": "0.1.4", - "uuid": "2.0.3", - "write-file-atomic": "1.3.4", - "xdg-basedir": "2.0.0" + "dot-prop": "^3.0.0", + "graceful-fs": "^4.1.2", + "mkdirp": "^0.5.0", + "object-assign": "^4.0.1", + "os-tmpdir": "^1.0.0", + "osenv": "^0.1.0", + "uuid": "^2.0.1", + "write-file-atomic": "^1.1.2", + "xdg-basedir": "^2.0.0" } }, "contains-path": { @@ -1486,8 +1486,8 @@ "integrity": "sha1-+F4s+b/tKPdzzIs/pcW2m9wC/j8=", "dev": true, "requires": { - "buf-compare": "1.0.1", - "is-error": "2.2.1" + "buf-compare": "^1.0.0", + "is-error": "^2.2.0" } }, "core-js": { @@ -1508,7 +1508,7 @@ "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", "dev": true, "requires": { - "capture-stack-trace": "1.0.0" + "capture-stack-trace": "^1.0.0" } }, "cross-spawn": { @@ -1517,8 +1517,8 @@ "integrity": "sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE=", "dev": true, "requires": { - "lru-cache": "4.1.1", - "which": "1.3.0" + "lru-cache": "^4.0.1", + "which": "^1.2.9" } }, "currently-unhandled": { @@ -1527,7 +1527,7 @@ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", "dev": true, "requires": { - "array-find-index": "1.0.2" + "array-find-index": "^1.0.1" } }, "d": { @@ -1536,7 +1536,7 @@ "integrity": "sha1-dUu1v+VUUdpppYuU1F9MWwRi1Y8=", "dev": true, "requires": { - "es5-ext": "0.10.35" + "es5-ext": "^0.10.9" } }, "date-time": { @@ -1574,7 +1574,7 @@ "integrity": "sha1-sJJ0O+hCfcYh6gBnzex+cN0Z83s=", "dev": true, "requires": { - "is-obj": "1.0.1" + "is-obj": "^1.0.0" } }, "deep-equal": { @@ -1601,7 +1601,7 @@ "integrity": "sha1-XD+Qqkx92d7gJpOmYuV0QX4LLhc=", "dev": true, "requires": { - "core-assert": "0.1.3" + "core-assert": "^0.1.0" }, "dependencies": { "core-assert": { @@ -1610,7 +1610,7 @@ "integrity": "sha1-oznK3+GJiiKZz37g31wUmToys9E=", "dev": true, "requires": { - "buf-compare": "1.0.1" + "buf-compare": "^1.0.0" } } } @@ -1621,13 +1621,13 @@ "integrity": "sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=", "dev": true, "requires": { - "globby": "5.0.0", - "is-path-cwd": "1.0.0", - "is-path-in-cwd": "1.0.0", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "rimraf": "2.6.2" + "globby": "^5.0.0", + "is-path-cwd": "^1.0.0", + "is-path-in-cwd": "^1.0.0", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "rimraf": "^2.2.8" }, "dependencies": { "glob": { @@ -1636,12 +1636,12 @@ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "globby": { @@ -1650,12 +1650,12 @@ "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", "dev": true, "requires": { - "array-union": "1.0.2", - "arrify": "1.0.1", - "glob": "7.1.2", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" } } } @@ -1666,7 +1666,7 @@ "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=", "dev": true, "requires": { - "repeating": "2.0.1" + "repeating": "^2.0.0" } }, "diff-match-patch": { @@ -1681,8 +1681,8 @@ "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", "dev": true, "requires": { - "esutils": "2.0.2", - "isarray": "1.0.0" + "esutils": "^2.0.2", + "isarray": "^1.0.0" } }, "dot-prop": { @@ -1691,7 +1691,7 @@ "integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=", "dev": true, "requires": { - "is-obj": "1.0.1" + "is-obj": "^1.0.0" } }, "duplexer2": { @@ -1700,7 +1700,7 @@ "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", "dev": true, "requires": { - "readable-stream": "2.3.3" + "readable-stream": "^2.0.2" } }, "eastasianwidth": { @@ -1716,8 +1716,8 @@ "dev": true, "requires": { "call-signature": "0.0.2", - "core-js": "1.2.7", - "xtend": "4.0.1" + "core-js": "^1.2.6", + "xtend": "^4.0.0" }, "dependencies": { "core-js": { @@ -1734,7 +1734,7 @@ "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", "dev": true, "requires": { - "iconv-lite": "0.4.19" + "iconv-lite": "~0.4.13" } }, "error-ex": { @@ -1743,7 +1743,7 @@ "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=", "dev": true, "requires": { - "is-arrayish": "0.2.1" + "is-arrayish": "^0.2.1" } }, "es5-ext": { @@ -1752,8 +1752,8 @@ "integrity": "sha1-GO6FjOajxFx9eekcFfzKnsVoSU8=", "dev": true, "requires": { - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" + "es6-iterator": "~2.0.1", + "es6-symbol": "~3.1.1" } }, "es6-iterator": { @@ -1762,9 +1762,9 @@ "integrity": "sha1-p96IkUGgWpSwhUQDstCg+/qY87c=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35", - "es6-symbol": "3.1.1" + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" } }, "es6-map": { @@ -1773,12 +1773,12 @@ "integrity": "sha1-kTbgUD3MBqMBaQ8LsU/042TpSfA=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35", - "es6-iterator": "2.0.3", - "es6-set": "0.1.5", - "es6-symbol": "3.1.1", - "event-emitter": "0.3.5" + "d": "1", + "es5-ext": "~0.10.14", + "es6-iterator": "~2.0.1", + "es6-set": "~0.1.5", + "es6-symbol": "~3.1.1", + "event-emitter": "~0.3.5" } }, "es6-set": { @@ -1787,11 +1787,11 @@ "integrity": "sha1-0rPsXU2ADO2BjbU40ol02wpzzLE=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35", - "es6-iterator": "2.0.3", + "d": "1", + "es5-ext": "~0.10.14", + "es6-iterator": "~2.0.1", "es6-symbol": "3.1.1", - "event-emitter": "0.3.5" + "event-emitter": "~0.3.5" } }, "es6-symbol": { @@ -1800,8 +1800,8 @@ "integrity": "sha1-vwDvT9q2uhtG7Le2KbTH7VcVzHc=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35" + "d": "1", + "es5-ext": "~0.10.14" } }, "es6-weak-map": { @@ -1810,10 +1810,10 @@ "integrity": "sha1-XjqzIlH/0VOKH45f+hNXdy+S2W8=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35", - "es6-iterator": "2.0.3", - "es6-symbol": "3.1.1" + "d": "1", + "es5-ext": "^0.10.14", + "es6-iterator": "^2.0.1", + "es6-symbol": "^3.1.1" } }, "escape-string-regexp": { @@ -1828,10 +1828,10 @@ "integrity": "sha1-4Bl16BJ4GhY6ba392AOY3GTIicM=", "dev": true, "requires": { - "es6-map": "0.1.5", - "es6-weak-map": "2.0.2", - "esrecurse": "4.2.0", - "estraverse": "4.2.0" + "es6-map": "^0.1.3", + "es6-weak-map": "^2.0.1", + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" } }, "eslint": { @@ -1840,39 +1840,39 @@ "integrity": "sha1-5MyPoPAJ+4KaquI4VaKTYL4fbBE=", "dev": true, "requires": { - "chalk": "1.1.3", - "concat-stream": "1.6.0", - "debug": "2.6.9", - "doctrine": "1.5.0", - "es6-map": "0.1.5", - "escope": "3.6.0", - "espree": "3.5.2", - "estraverse": "4.2.0", - "esutils": "2.0.2", - "file-entry-cache": "1.3.1", - "glob": "7.1.2", - "globals": "9.18.0", - "ignore": "3.3.7", - "imurmurhash": "0.1.4", - "inquirer": "0.12.0", - "is-my-json-valid": "2.16.1", - "is-resolvable": "1.0.0", - "js-yaml": "3.10.0", - "json-stable-stringify": "1.0.1", - "levn": "0.3.0", - "lodash": "4.17.4", - "mkdirp": "0.5.1", - "optionator": "0.8.2", - "path-is-absolute": "1.0.1", - "path-is-inside": "1.0.2", - "pluralize": "1.2.1", - "progress": "1.1.8", - "require-uncached": "1.0.3", - "shelljs": "0.6.1", - "strip-json-comments": "1.0.4", - "table": "3.8.3", - "text-table": "0.2.0", - "user-home": "2.0.0" + "chalk": "^1.1.3", + "concat-stream": "^1.4.6", + "debug": "^2.1.1", + "doctrine": "^1.2.2", + "es6-map": "^0.1.3", + "escope": "^3.6.0", + "espree": "^3.1.6", + "estraverse": "^4.2.0", + "esutils": "^2.0.2", + "file-entry-cache": "^1.1.1", + "glob": "^7.0.3", + "globals": "^9.2.0", + "ignore": "^3.1.2", + "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", + "optionator": "^0.8.1", + "path-is-absolute": "^1.0.0", + "path-is-inside": "^1.0.1", + "pluralize": "^1.2.1", + "progress": "^1.1.8", + "require-uncached": "^1.0.2", + "shelljs": "^0.6.0", + "strip-json-comments": "~1.0.1", + "table": "^3.7.8", + "text-table": "~0.2.0", + "user-home": "^2.0.0" }, "dependencies": { "ansi-styles": { @@ -1887,11 +1887,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } }, "glob": { @@ -1900,12 +1900,12 @@ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "strip-json-comments": { @@ -1934,12 +1934,12 @@ "integrity": "sha1-EIdE9dyets0hjLbWujoTPdCydCA=", "dev": true, "requires": { - "ansi-escapes": "1.4.0", - "chalk": "1.1.3", - "log-symbols": "1.0.2", - "plur": "2.1.2", - "repeating": "2.0.1", - "string-width": "1.0.2" + "ansi-escapes": "^1.4.0", + "chalk": "^1.1.3", + "log-symbols": "^1.0.2", + "plur": "^2.1.2", + "repeating": "^2.0.1", + "string-width": "^1.0.1" }, "dependencies": { "ansi-styles": { @@ -1954,11 +1954,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } }, "supports-color": { @@ -1975,9 +1975,9 @@ "integrity": "sha1-Wt2BBujJKNssuiMrzZ76hG49oWw=", "dev": true, "requires": { - "debug": "2.6.9", - "object-assign": "4.1.1", - "resolve": "1.5.0" + "debug": "^2.2.0", + "object-assign": "^4.0.1", + "resolve": "^1.1.6" } }, "eslint-plugin-ava": { @@ -1986,14 +1986,14 @@ "integrity": "sha1-lDWsYYSIUHMk7lQpyNJWhqtqsNE=", "dev": true, "requires": { - "arrify": "1.0.1", - "deep-strict-equal": "0.1.0", - "espree": "3.5.2", - "espurify": "1.7.0", - "lodash.rest": "4.0.5", - "multimatch": "2.1.0", - "object-assign": "4.1.1", - "pkg-up": "1.0.0" + "arrify": "^1.0.1", + "deep-strict-equal": "^0.1.0", + "espree": "^3.1.3", + "espurify": "^1.5.0", + "lodash.rest": "^4.0.3", + "multimatch": "^2.1.0", + "object-assign": "^4.0.1", + "pkg-up": "^1.0.0" } }, "eslint-plugin-babel": { @@ -2008,22 +2008,22 @@ "integrity": "sha1-svoH68xTUE0PKkR3WC7Iv/GHG58=", "dev": true, "requires": { - "builtin-modules": "1.1.1", - "contains-path": "0.1.0", - "debug": "2.6.9", - "doctrine": "1.3.0", - "es6-map": "0.1.5", - "es6-set": "0.1.5", - "eslint-import-resolver-node": "0.2.3", - "has": "1.0.1", - "lodash.cond": "4.5.2", - "lodash.endswith": "4.2.1", - "lodash.find": "4.6.0", - "lodash.findindex": "4.6.0", - "minimatch": "3.0.4", - "object-assign": "4.1.1", - "pkg-dir": "1.0.0", - "pkg-up": "1.0.0" + "builtin-modules": "^1.1.1", + "contains-path": "^0.1.0", + "debug": "^2.2.0", + "doctrine": "1.3.x", + "es6-map": "^0.1.3", + "es6-set": "^0.1.4", + "eslint-import-resolver-node": "^0.2.0", + "has": "^1.0.1", + "lodash.cond": "^4.3.0", + "lodash.endswith": "^4.0.1", + "lodash.find": "^4.3.0", + "lodash.findindex": "^4.3.0", + "minimatch": "^3.0.3", + "object-assign": "^4.0.1", + "pkg-dir": "^1.0.0", + "pkg-up": "^1.0.0" }, "dependencies": { "doctrine": { @@ -2032,8 +2032,8 @@ "integrity": "sha1-E+dWgrVVGEJCdvfBc3g0Vu+RPSY=", "dev": true, "requires": { - "esutils": "2.0.2", - "isarray": "1.0.0" + "esutils": "^2.0.2", + "isarray": "^1.0.0" } } } @@ -2044,10 +2044,10 @@ "integrity": "sha1-OtmgDC3yO11/f2vpFVCYWkq3Aeo=", "dev": true, "requires": { - "is-get-set-prop": "1.0.0", - "is-js-type": "2.0.0", - "is-obj-prop": "1.0.0", - "is-proto-prop": "1.0.0" + "is-get-set-prop": "^1.0.0", + "is-js-type": "^2.0.0", + "is-obj-prop": "^1.0.0", + "is-proto-prop": "^1.0.0" } }, "eslint-plugin-promise": { @@ -2062,10 +2062,10 @@ "integrity": "sha1-fJnlAS9YTI7TdByFJ3c55VaaMHM=", "dev": true, "requires": { - "lodash.camelcase": "4.3.0", - "lodash.kebabcase": "4.1.1", - "lodash.snakecase": "4.1.1", - "lodash.upperfirst": "4.3.1" + "lodash.camelcase": "^4.1.1", + "lodash.kebabcase": "^4.0.1", + "lodash.snakecase": "^4.0.1", + "lodash.upperfirst": "^4.2.0" } }, "espower-location-detector": { @@ -2074,10 +2074,10 @@ "integrity": "sha1-oXt+zFnTDheeK+9z+0E3cEyzMbU=", "dev": true, "requires": { - "is-url": "1.2.2", - "path-is-absolute": "1.0.1", - "source-map": "0.5.7", - "xtend": "4.0.1" + "is-url": "^1.2.1", + "path-is-absolute": "^1.0.0", + "source-map": "^0.5.0", + "xtend": "^4.0.0" } }, "espree": { @@ -2086,8 +2086,8 @@ "integrity": "sha512-sadKeYwaR/aJ3stC2CdvgXu1T16TdYN+qwCpcWbMnGJ8s0zNWemzrvb2GbD4OhmJ/fwpJjudThAlLobGbWZbCQ==", "dev": true, "requires": { - "acorn": "5.2.1", - "acorn-jsx": "3.0.1" + "acorn": "^5.2.1", + "acorn-jsx": "^3.0.0" }, "dependencies": { "acorn": { @@ -2110,7 +2110,7 @@ "integrity": "sha1-HFz2y8zDLm9jk4C9T5kfq5up0iY=", "dev": true, "requires": { - "core-js": "2.5.1" + "core-js": "^2.0.0" } }, "esrecurse": { @@ -2119,8 +2119,8 @@ "integrity": "sha1-+pVo2Y04I/mkHZHpAtyrnqblsWM=", "dev": true, "requires": { - "estraverse": "4.2.0", - "object-assign": "4.1.1" + "estraverse": "^4.1.0", + "object-assign": "^4.0.1" } }, "estraverse": { @@ -2141,8 +2141,8 @@ "integrity": "sha1-34xp7vFkeSPHFXuc6DhAYQsCzDk=", "dev": true, "requires": { - "d": "1.0.0", - "es5-ext": "0.10.35" + "d": "1", + "es5-ext": "~0.10.14" } }, "exit-hook": { @@ -2158,7 +2158,7 @@ "dev": true, "optional": true, "requires": { - "is-posix-bracket": "0.1.1" + "is-posix-bracket": "^0.1.0" } }, "expand-range": { @@ -2168,7 +2168,7 @@ "dev": true, "optional": true, "requires": { - "fill-range": "2.2.3" + "fill-range": "^2.1.0" } }, "extglob": { @@ -2178,7 +2178,7 @@ "dev": true, "optional": true, "requires": { - "is-extglob": "1.0.0" + "is-extglob": "^1.0.0" } }, "fast-levenshtein": { @@ -2193,8 +2193,8 @@ "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", "dev": true, "requires": { - "escape-string-regexp": "1.0.5", - "object-assign": "4.1.1" + "escape-string-regexp": "^1.0.5", + "object-assign": "^4.1.0" } }, "file-entry-cache": { @@ -2203,8 +2203,8 @@ "integrity": "sha1-RMYepgeuS+nBQC9B9EJwy/4zT/g=", "dev": true, "requires": { - "flat-cache": "1.3.0", - "object-assign": "4.1.1" + "flat-cache": "^1.2.1", + "object-assign": "^4.0.1" } }, "filename-regex": { @@ -2221,11 +2221,11 @@ "dev": true, "optional": true, "requires": { - "is-number": "2.1.0", - "isobject": "2.1.0", - "randomatic": "1.1.7", - "repeat-element": "1.1.2", - "repeat-string": "1.6.1" + "is-number": "^2.1.0", + "isobject": "^2.0.0", + "randomatic": "^1.1.3", + "repeat-element": "^1.1.2", + "repeat-string": "^1.5.2" } }, "filled-array": { @@ -2240,9 +2240,9 @@ "integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=", "dev": true, "requires": { - "commondir": "1.0.1", - "mkdirp": "0.5.1", - "pkg-dir": "1.0.0" + "commondir": "^1.0.1", + "mkdirp": "^0.5.1", + "pkg-dir": "^1.0.0" } }, "find-up": { @@ -2251,8 +2251,8 @@ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, "requires": { - "path-exists": "2.1.0", - "pinkie-promise": "2.0.1" + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "flat-cache": { @@ -2261,10 +2261,10 @@ "integrity": "sha1-0wMLMrOBVPTjt+nHCfSQ9++XxIE=", "dev": true, "requires": { - "circular-json": "0.3.3", - "del": "2.2.2", - "graceful-fs": "4.1.11", - "write": "0.2.1" + "circular-json": "^0.3.1", + "del": "^2.0.2", + "graceful-fs": "^4.1.2", + "write": "^0.2.1" } }, "fn-name": { @@ -2287,7 +2287,7 @@ "dev": true, "optional": true, "requires": { - "for-in": "1.0.2" + "for-in": "^1.0.1" } }, "fs.realpath": { @@ -2303,8 +2303,8 @@ "dev": true, "optional": true, "requires": { - "nan": "2.7.0", - "node-pre-gyp": "0.6.39" + "nan": "^2.3.0", + "node-pre-gyp": "^0.6.39" }, "dependencies": { "abbrev": { @@ -2319,8 +2319,8 @@ "dev": true, "optional": true, "requires": { - "co": "4.6.0", - "json-stable-stringify": "1.0.1" + "co": "^4.6.0", + "json-stable-stringify": "^1.0.1" } }, "ansi-regex": { @@ -2340,8 +2340,8 @@ "dev": true, "optional": true, "requires": { - "delegates": "1.0.0", - "readable-stream": "2.2.9" + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" } }, "asn1": { @@ -2385,7 +2385,7 @@ "dev": true, "optional": true, "requires": { - "tweetnacl": "0.14.5" + "tweetnacl": "^0.14.3" } }, "block-stream": { @@ -2393,7 +2393,7 @@ "bundled": true, "dev": true, "requires": { - "inherits": "2.0.3" + "inherits": "~2.0.0" } }, "boom": { @@ -2401,7 +2401,7 @@ "bundled": true, "dev": true, "requires": { - "hoek": "2.16.3" + "hoek": "2.x.x" } }, "brace-expansion": { @@ -2409,7 +2409,7 @@ "bundled": true, "dev": true, "requires": { - "balanced-match": "0.4.2", + "balanced-match": "^0.4.1", "concat-map": "0.0.1" } }, @@ -2440,7 +2440,7 @@ "bundled": true, "dev": true, "requires": { - "delayed-stream": "1.0.0" + "delayed-stream": "~1.0.0" } }, "concat-map": { @@ -2463,7 +2463,7 @@ "bundled": true, "dev": true, "requires": { - "boom": "2.10.1" + "boom": "2.x.x" } }, "dashdash": { @@ -2472,7 +2472,7 @@ "dev": true, "optional": true, "requires": { - "assert-plus": "1.0.0" + "assert-plus": "^1.0.0" }, "dependencies": { "assert-plus": { @@ -2521,7 +2521,7 @@ "dev": true, "optional": true, "requires": { - "jsbn": "0.1.1" + "jsbn": "~0.1.0" } }, "extend": { @@ -2547,9 +2547,9 @@ "dev": true, "optional": true, "requires": { - "asynckit": "0.4.0", - "combined-stream": "1.0.5", - "mime-types": "2.1.15" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.5", + "mime-types": "^2.1.12" } }, "fs.realpath": { @@ -2562,10 +2562,10 @@ "bundled": true, "dev": true, "requires": { - "graceful-fs": "4.1.11", - "inherits": "2.0.3", - "mkdirp": "0.5.1", - "rimraf": "2.6.1" + "graceful-fs": "^4.1.2", + "inherits": "~2.0.0", + "mkdirp": ">=0.5 0", + "rimraf": "2" } }, "fstream-ignore": { @@ -2574,9 +2574,9 @@ "dev": true, "optional": true, "requires": { - "fstream": "1.0.11", - "inherits": "2.0.3", - "minimatch": "3.0.4" + "fstream": "^1.0.0", + "inherits": "2", + "minimatch": "^3.0.0" } }, "gauge": { @@ -2585,14 +2585,14 @@ "dev": true, "optional": true, "requires": { - "aproba": "1.1.1", - "console-control-strings": "1.1.0", - "has-unicode": "2.0.1", - "object-assign": "4.1.1", - "signal-exit": "3.0.2", - "string-width": "1.0.2", - "strip-ansi": "3.0.1", - "wide-align": "1.1.2" + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" } }, "getpass": { @@ -2601,7 +2601,7 @@ "dev": true, "optional": true, "requires": { - "assert-plus": "1.0.0" + "assert-plus": "^1.0.0" }, "dependencies": { "assert-plus": { @@ -2617,12 +2617,12 @@ "bundled": true, "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "graceful-fs": { @@ -2642,8 +2642,8 @@ "dev": true, "optional": true, "requires": { - "ajv": "4.11.8", - "har-schema": "1.0.5" + "ajv": "^4.9.1", + "har-schema": "^1.0.5" } }, "has-unicode": { @@ -2657,10 +2657,10 @@ "bundled": true, "dev": true, "requires": { - "boom": "2.10.1", - "cryptiles": "2.0.5", - "hoek": "2.16.3", - "sntp": "1.0.9" + "boom": "2.x.x", + "cryptiles": "2.x.x", + "hoek": "2.x.x", + "sntp": "1.x.x" } }, "hoek": { @@ -2674,9 +2674,9 @@ "dev": true, "optional": true, "requires": { - "assert-plus": "0.2.0", - "jsprim": "1.4.0", - "sshpk": "1.13.0" + "assert-plus": "^0.2.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" } }, "inflight": { @@ -2684,8 +2684,8 @@ "bundled": true, "dev": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { @@ -2704,7 +2704,7 @@ "bundled": true, "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "is-typedarray": { @@ -2730,7 +2730,7 @@ "dev": true, "optional": true, "requires": { - "jsbn": "0.1.1" + "jsbn": "~0.1.0" } }, "jsbn": { @@ -2751,7 +2751,7 @@ "dev": true, "optional": true, "requires": { - "jsonify": "0.0.0" + "jsonify": "~0.0.0" } }, "json-stringify-safe": { @@ -2796,7 +2796,7 @@ "bundled": true, "dev": true, "requires": { - "mime-db": "1.27.0" + "mime-db": "~1.27.0" } }, "minimatch": { @@ -2804,7 +2804,7 @@ "bundled": true, "dev": true, "requires": { - "brace-expansion": "1.1.7" + "brace-expansion": "^1.1.7" } }, "minimist": { @@ -2832,17 +2832,17 @@ "dev": true, "optional": true, "requires": { - "detect-libc": "1.0.2", + "detect-libc": "^1.0.2", "hawk": "3.1.3", - "mkdirp": "0.5.1", - "nopt": "4.0.1", - "npmlog": "4.1.0", - "rc": "1.2.1", + "mkdirp": "^0.5.1", + "nopt": "^4.0.1", + "npmlog": "^4.0.2", + "rc": "^1.1.7", "request": "2.81.0", - "rimraf": "2.6.1", - "semver": "5.3.0", - "tar": "2.2.1", - "tar-pack": "3.4.0" + "rimraf": "^2.6.1", + "semver": "^5.3.0", + "tar": "^2.2.1", + "tar-pack": "^3.4.0" } }, "nopt": { @@ -2851,8 +2851,8 @@ "dev": true, "optional": true, "requires": { - "abbrev": "1.1.0", - "osenv": "0.1.4" + "abbrev": "1", + "osenv": "^0.1.4" } }, "npmlog": { @@ -2861,10 +2861,10 @@ "dev": true, "optional": true, "requires": { - "are-we-there-yet": "1.1.4", - "console-control-strings": "1.1.0", - "gauge": "2.7.4", - "set-blocking": "2.0.0" + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" } }, "number-is-nan": { @@ -2889,7 +2889,7 @@ "bundled": true, "dev": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "os-homedir": { @@ -2910,8 +2910,8 @@ "dev": true, "optional": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, "path-is-absolute": { @@ -2948,10 +2948,10 @@ "dev": true, "optional": true, "requires": { - "deep-extend": "0.4.2", - "ini": "1.3.4", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" + "deep-extend": "~0.4.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" }, "dependencies": { "minimist": { @@ -2967,13 +2967,13 @@ "bundled": true, "dev": true, "requires": { - "buffer-shims": "1.0.0", - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "string_decoder": "1.0.1", - "util-deprecate": "1.0.2" + "buffer-shims": "~1.0.0", + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~1.0.0", + "util-deprecate": "~1.0.1" } }, "request": { @@ -2982,28 +2982,28 @@ "dev": true, "optional": true, "requires": { - "aws-sign2": "0.6.0", - "aws4": "1.6.0", - "caseless": "0.12.0", - "combined-stream": "1.0.5", - "extend": "3.0.1", - "forever-agent": "0.6.1", - "form-data": "2.1.4", - "har-validator": "4.2.1", - "hawk": "3.1.3", - "http-signature": "1.1.1", - "is-typedarray": "1.0.0", - "isstream": "0.1.2", - "json-stringify-safe": "5.0.1", - "mime-types": "2.1.15", - "oauth-sign": "0.8.2", - "performance-now": "0.2.0", - "qs": "6.4.0", - "safe-buffer": "5.0.1", - "stringstream": "0.0.5", - "tough-cookie": "2.3.2", - "tunnel-agent": "0.6.0", - "uuid": "3.0.1" + "aws-sign2": "~0.6.0", + "aws4": "^1.2.1", + "caseless": "~0.12.0", + "combined-stream": "~1.0.5", + "extend": "~3.0.0", + "forever-agent": "~0.6.1", + "form-data": "~2.1.1", + "har-validator": "~4.2.1", + "hawk": "~3.1.3", + "http-signature": "~1.1.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.7", + "oauth-sign": "~0.8.1", + "performance-now": "^0.2.0", + "qs": "~6.4.0", + "safe-buffer": "^5.0.1", + "stringstream": "~0.0.4", + "tough-cookie": "~2.3.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.0.0" } }, "rimraf": { @@ -3011,7 +3011,7 @@ "bundled": true, "dev": true, "requires": { - "glob": "7.1.2" + "glob": "^7.0.5" } }, "safe-buffer": { @@ -3042,7 +3042,7 @@ "bundled": true, "dev": true, "requires": { - "hoek": "2.16.3" + "hoek": "2.x.x" } }, "sshpk": { @@ -3051,15 +3051,15 @@ "dev": true, "optional": true, "requires": { - "asn1": "0.2.3", - "assert-plus": "1.0.0", - "bcrypt-pbkdf": "1.0.1", - "dashdash": "1.14.1", - "ecc-jsbn": "0.1.1", - "getpass": "0.1.7", - "jodid25519": "1.0.2", - "jsbn": "0.1.1", - "tweetnacl": "0.14.5" + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jodid25519": "^1.0.0", + "jsbn": "~0.1.0", + "tweetnacl": "~0.14.0" }, "dependencies": { "assert-plus": { @@ -3075,9 +3075,9 @@ "bundled": true, "dev": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "string_decoder": { @@ -3085,7 +3085,7 @@ "bundled": true, "dev": true, "requires": { - "safe-buffer": "5.0.1" + "safe-buffer": "^5.0.1" } }, "stringstream": { @@ -3099,7 +3099,7 @@ "bundled": true, "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "strip-json-comments": { @@ -3113,9 +3113,9 @@ "bundled": true, "dev": true, "requires": { - "block-stream": "0.0.9", - "fstream": "1.0.11", - "inherits": "2.0.3" + "block-stream": "*", + "fstream": "^1.0.2", + "inherits": "2" } }, "tar-pack": { @@ -3124,14 +3124,14 @@ "dev": true, "optional": true, "requires": { - "debug": "2.6.8", - "fstream": "1.0.11", - "fstream-ignore": "1.0.5", - "once": "1.4.0", - "readable-stream": "2.2.9", - "rimraf": "2.6.1", - "tar": "2.2.1", - "uid-number": "0.0.6" + "debug": "^2.2.0", + "fstream": "^1.0.10", + "fstream-ignore": "^1.0.5", + "once": "^1.3.3", + "readable-stream": "^2.1.4", + "rimraf": "^2.5.1", + "tar": "^2.2.1", + "uid-number": "^0.0.6" } }, "tough-cookie": { @@ -3140,7 +3140,7 @@ "dev": true, "optional": true, "requires": { - "punycode": "1.4.1" + "punycode": "^1.4.1" } }, "tunnel-agent": { @@ -3149,7 +3149,7 @@ "dev": true, "optional": true, "requires": { - "safe-buffer": "5.0.1" + "safe-buffer": "^5.0.1" } }, "tweetnacl": { @@ -3190,7 +3190,7 @@ "dev": true, "optional": true, "requires": { - "string-width": "1.0.2" + "string-width": "^1.0.2" } }, "wrappy": { @@ -3218,7 +3218,7 @@ "integrity": "sha1-nA4cQDCM6AT0eDYYuTf6iPmdUNA=", "dev": true, "requires": { - "is-property": "1.0.2" + "is-property": "^1.0.0" } }, "get-port": { @@ -3245,11 +3245,11 @@ "integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", "dev": true, "requires": { - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "2 || 3", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "glob-base": { @@ -3259,8 +3259,8 @@ "dev": true, "optional": true, "requires": { - "glob-parent": "2.0.0", - "is-glob": "2.0.1" + "glob-parent": "^2.0.0", + "is-glob": "^2.0.0" } }, "glob-parent": { @@ -3269,7 +3269,7 @@ "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", "dev": true, "requires": { - "is-glob": "2.0.1" + "is-glob": "^2.0.0" } }, "globals": { @@ -3284,12 +3284,12 @@ "integrity": "sha1-CA9UVJ7BuCpsYOYx/ILhIR2+lfg=", "dev": true, "requires": { - "array-union": "1.0.2", - "arrify": "1.0.1", - "glob": "6.0.4", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^6.0.1", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "got": { @@ -3298,21 +3298,21 @@ "integrity": "sha1-X4FjWmHkplifGAVp6k44FoClHzU=", "dev": true, "requires": { - "create-error-class": "3.0.2", - "duplexer2": "0.1.4", - "is-redirect": "1.0.0", - "is-retry-allowed": "1.1.0", - "is-stream": "1.1.0", - "lowercase-keys": "1.0.0", - "node-status-codes": "1.0.0", - "object-assign": "4.1.1", - "parse-json": "2.2.0", - "pinkie-promise": "2.0.1", - "read-all-stream": "3.1.0", - "readable-stream": "2.3.3", - "timed-out": "3.1.3", - "unzip-response": "1.0.2", - "url-parse-lax": "1.0.0" + "create-error-class": "^3.0.1", + "duplexer2": "^0.1.4", + "is-redirect": "^1.0.0", + "is-retry-allowed": "^1.0.0", + "is-stream": "^1.0.0", + "lowercase-keys": "^1.0.0", + "node-status-codes": "^1.0.0", + "object-assign": "^4.0.1", + "parse-json": "^2.1.0", + "pinkie-promise": "^2.0.0", + "read-all-stream": "^3.0.0", + "readable-stream": "^2.0.5", + "timed-out": "^3.0.0", + "unzip-response": "^1.0.2", + "url-parse-lax": "^1.0.0" } }, "graceful-fs": { @@ -3327,7 +3327,7 @@ "integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=", "dev": true, "requires": { - "function-bind": "1.1.1" + "function-bind": "^1.0.2" } }, "has-ansi": { @@ -3336,7 +3336,7 @@ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "has-color": { @@ -3357,8 +3357,8 @@ "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", "dev": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.1" } }, "hosted-git-info": { @@ -3373,9 +3373,9 @@ "integrity": "sha1-jORHvbW2xXf4pj4/p4BW7Eu02/s=", "dev": true, "requires": { - "caseless": "0.11.0", - "concat-stream": "1.6.0", - "http-response-object": "1.1.0" + "caseless": "~0.11.0", + "concat-stream": "^1.4.6", + "http-response-object": "^1.0.0" } }, "http-response-object": { @@ -3414,7 +3414,7 @@ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", "dev": true, "requires": { - "repeating": "2.0.1" + "repeating": "^2.0.0" } }, "inflight": { @@ -3423,8 +3423,8 @@ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "dev": true, "requires": { - "once": "1.4.0", - "wrappy": "1.0.2" + "once": "^1.3.0", + "wrappy": "1" } }, "inherits": { @@ -3445,19 +3445,19 @@ "integrity": "sha1-HvK/1jUE3wvHV4X/+MLEHfEvB34=", "dev": true, "requires": { - "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.4", - "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" + "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" }, "dependencies": { "ansi-styles": { @@ -3472,11 +3472,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } }, "supports-color": { @@ -3493,7 +3493,7 @@ "integrity": "sha1-nh9WrArNtr8wMwbzOL47IErmA2A=", "dev": true, "requires": { - "loose-envify": "1.3.1" + "loose-envify": "^1.0.0" } }, "irregular-plurals": { @@ -3515,7 +3515,7 @@ "dev": true, "optional": true, "requires": { - "binary-extensions": "1.10.0" + "binary-extensions": "^1.0.0" } }, "is-buffer": { @@ -3530,7 +3530,7 @@ "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", "dev": true, "requires": { - "builtin-modules": "1.1.1" + "builtin-modules": "^1.0.0" } }, "is-ci": { @@ -3539,7 +3539,7 @@ "integrity": "sha1-9zkzayYyNlBhqdSCcM1WrjNpMY4=", "dev": true, "requires": { - "ci-info": "1.1.1" + "ci-info": "^1.0.0" } }, "is-dotfile": { @@ -3556,7 +3556,7 @@ "dev": true, "optional": true, "requires": { - "is-primitive": "2.0.0" + "is-primitive": "^2.0.0" } }, "is-error": { @@ -3584,7 +3584,7 @@ "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "is-fullwidth-code-point": { @@ -3593,7 +3593,7 @@ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { - "number-is-nan": "1.0.1" + "number-is-nan": "^1.0.0" } }, "is-generator-fn": { @@ -3608,8 +3608,8 @@ "integrity": "sha1-JzGHfk14pqae3M5rudaLB3nnYxI=", "dev": true, "requires": { - "get-set-props": "0.1.0", - "lowercase-keys": "1.0.0" + "get-set-props": "^0.1.0", + "lowercase-keys": "^1.0.0" } }, "is-glob": { @@ -3618,7 +3618,7 @@ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", "dev": true, "requires": { - "is-extglob": "1.0.0" + "is-extglob": "^1.0.0" } }, "is-js-type": { @@ -3627,7 +3627,7 @@ "integrity": "sha1-c2FwBtZZtOtHKbunR9KHgt8PfiI=", "dev": true, "requires": { - "js-types": "1.0.0" + "js-types": "^1.0.0" } }, "is-my-json-valid": { @@ -3636,10 +3636,10 @@ "integrity": "sha512-ochPsqWS1WXj8ZnMIV0vnNXooaMhp7cyL4FMSIPKTtnV0Ha/T19G2b9kkhcNsabV9bxYkze7/aLZJb/bYuFduQ==", "dev": true, "requires": { - "generate-function": "2.0.0", - "generate-object-property": "1.2.0", - "jsonpointer": "4.0.1", - "xtend": "4.0.1" + "generate-function": "^2.0.0", + "generate-object-property": "^1.1.0", + "jsonpointer": "^4.0.0", + "xtend": "^4.0.0" } }, "is-npm": { @@ -3655,7 +3655,7 @@ "dev": true, "optional": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" } }, "is-obj": { @@ -3670,8 +3670,8 @@ "integrity": "sha1-s03nnEULjXxzqyzfZ9yHWtuF+A4=", "dev": true, "requires": { - "lowercase-keys": "1.0.0", - "obj-props": "1.1.0" + "lowercase-keys": "^1.0.0", + "obj-props": "^1.0.0" } }, "is-observable": { @@ -3680,7 +3680,7 @@ "integrity": "sha1-s2ExHYPG5dcmyr9eJQsCNxBvWuI=", "dev": true, "requires": { - "symbol-observable": "0.2.4" + "symbol-observable": "^0.2.2" } }, "is-path-cwd": { @@ -3695,7 +3695,7 @@ "integrity": "sha1-ZHdYK4IU1gI0YJRWcAO+ip6sBNw=", "dev": true, "requires": { - "is-path-inside": "1.0.0" + "is-path-inside": "^1.0.0" } }, "is-path-inside": { @@ -3704,7 +3704,7 @@ "integrity": "sha1-/AbloWg/vaE95mev9xe7wQpI838=", "dev": true, "requires": { - "path-is-inside": "1.0.2" + "path-is-inside": "^1.0.1" } }, "is-plain-obj": { @@ -3745,8 +3745,8 @@ "integrity": "sha1-s5UflcCJkk+11PzaZUKrPoPisiA=", "dev": true, "requires": { - "lowercase-keys": "1.0.0", - "proto-props": "0.2.1" + "lowercase-keys": "^1.0.0", + "proto-props": "^0.2.0" } }, "is-redirect": { @@ -3761,7 +3761,7 @@ "integrity": "sha1-jfV8YeouPFAUCNEA+wE8+NbgzGI=", "dev": true, "requires": { - "tryit": "1.0.3" + "tryit": "^1.0.1" } }, "is-retry-allowed": { @@ -3816,8 +3816,8 @@ "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", "dev": true, "requires": { - "node-fetch": "1.7.3", - "whatwg-fetch": "2.0.3" + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" } }, "js-tokens": { @@ -3838,8 +3838,8 @@ "integrity": "sha512-O2v52ffjLa9VeM43J4XocZE//WT9N0IiwDa3KSHH7Tu8CtH+1qM8SIZvnsTh6v+4yFy5KUY3BHUVwjpfAWsjIA==", "dev": true, "requires": { - "argparse": "1.0.9", - "esprima": "4.0.0" + "argparse": "^1.0.7", + "esprima": "^4.0.0" } }, "jsesc": { @@ -3854,7 +3854,7 @@ "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", "dev": true, "requires": { - "jsonify": "0.0.0" + "jsonify": "~0.0.0" } }, "json5": { @@ -3881,7 +3881,7 @@ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } }, "last-line-stream": { @@ -3890,7 +3890,7 @@ "integrity": "sha1-0bZNafhv8kry0EiDos7uFFIKVgA=", "dev": true, "requires": { - "through2": "2.0.3" + "through2": "^2.0.0" } }, "latest-version": { @@ -3899,7 +3899,7 @@ "integrity": "sha1-VvjWE5YghHuAF/jx9NeOIRMkFos=", "dev": true, "requires": { - "package-json": "2.4.0" + "package-json": "^2.0.0" } }, "lazy-req": { @@ -3914,8 +3914,8 @@ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", "dev": true, "requires": { - "prelude-ls": "1.1.2", - "type-check": "0.3.2" + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" } }, "load-json-file": { @@ -3924,11 +3924,11 @@ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "parse-json": "2.2.0", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "strip-bom": "2.0.0" + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" } }, "lodash": { @@ -4021,7 +4021,7 @@ "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", "dev": true, "requires": { - "chalk": "1.1.3" + "chalk": "^1.0.0" }, "dependencies": { "ansi-styles": { @@ -4036,11 +4036,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } }, "supports-color": { @@ -4057,7 +4057,7 @@ "integrity": "sha1-0aitM/qc4OcT1l/dCsi3SNR4yEg=", "dev": true, "requires": { - "js-tokens": "3.0.2" + "js-tokens": "^3.0.0" } }, "loud-rejection": { @@ -4066,8 +4066,8 @@ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", "dev": true, "requires": { - "currently-unhandled": "0.4.1", - "signal-exit": "3.0.2" + "currently-unhandled": "^0.4.1", + "signal-exit": "^3.0.0" } }, "lowercase-keys": { @@ -4082,8 +4082,8 @@ "integrity": "sha512-q4spe4KTfsAS1SUHLO0wz8Qiyf1+vMIAgpRYioFYDMNqKfHQbg+AVDH3i4fvpl71/P1L0dBl+fQi+P37UYf0ew==", "dev": true, "requires": { - "pseudomap": "1.0.2", - "yallist": "2.1.2" + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" } }, "map-obj": { @@ -4098,7 +4098,7 @@ "integrity": "sha1-7yDL3mTCTFDMYa9bg+4LG4/wAQE=", "dev": true, "requires": { - "escape-string-regexp": "1.0.5" + "escape-string-regexp": "^1.0.4" } }, "max-timeout": { @@ -4113,7 +4113,7 @@ "integrity": "sha1-0sSv6YPENwZiF5uMrRRSGRNQRsQ=", "dev": true, "requires": { - "md5-o-matic": "0.1.1" + "md5-o-matic": "^0.1.1" } }, "md5-o-matic": { @@ -4128,16 +4128,16 @@ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", "dev": true, "requires": { - "camelcase-keys": "2.1.0", - "decamelize": "1.2.0", - "loud-rejection": "1.6.0", - "map-obj": "1.0.1", - "minimist": "1.2.0", - "normalize-package-data": "2.4.0", - "object-assign": "4.1.1", - "read-pkg-up": "1.0.1", - "redent": "1.0.0", - "trim-newlines": "1.0.0" + "camelcase-keys": "^2.0.0", + "decamelize": "^1.1.2", + "loud-rejection": "^1.0.0", + "map-obj": "^1.0.1", + "minimist": "^1.1.3", + "normalize-package-data": "^2.3.4", + "object-assign": "^4.0.1", + "read-pkg-up": "^1.0.1", + "redent": "^1.0.0", + "trim-newlines": "^1.0.0" }, "dependencies": { "minimist": { @@ -4155,19 +4155,19 @@ "dev": true, "optional": true, "requires": { - "arr-diff": "2.0.0", - "array-unique": "0.2.1", - "braces": "1.8.5", - "expand-brackets": "0.1.5", - "extglob": "0.3.2", - "filename-regex": "2.0.1", - "is-extglob": "1.0.0", - "is-glob": "2.0.1", - "kind-of": "3.2.2", - "normalize-path": "2.1.1", - "object.omit": "2.0.1", - "parse-glob": "3.0.4", - "regex-cache": "0.4.4" + "arr-diff": "^2.0.0", + "array-unique": "^0.2.1", + "braces": "^1.8.2", + "expand-brackets": "^0.1.4", + "extglob": "^0.3.1", + "filename-regex": "^2.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.1", + "kind-of": "^3.0.2", + "normalize-path": "^2.0.1", + "object.omit": "^2.0.0", + "parse-glob": "^3.0.4", + "regex-cache": "^0.4.2" } }, "mimic-fn": { @@ -4182,7 +4182,7 @@ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "dev": true, "requires": { - "brace-expansion": "1.1.8" + "brace-expansion": "^1.1.7" } }, "minimist": { @@ -4212,10 +4212,10 @@ "integrity": "sha1-nHkGoi+0wCkZ4vX3UWG0zb1LKis=", "dev": true, "requires": { - "array-differ": "1.0.0", - "array-union": "1.0.2", - "arrify": "1.0.1", - "minimatch": "3.0.4" + "array-differ": "^1.0.0", + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "minimatch": "^3.0.0" } }, "mute-stream": { @@ -4237,8 +4237,8 @@ "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", "dev": true, "requires": { - "encoding": "0.1.12", - "is-stream": "1.1.0" + "encoding": "^0.1.11", + "is-stream": "^1.0.1" } }, "node-status-codes": { @@ -4253,10 +4253,10 @@ "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==", "dev": true, "requires": { - "hosted-git-info": "2.5.0", - "is-builtin-module": "1.0.0", - "semver": "5.4.1", - "validate-npm-package-license": "3.0.1" + "hosted-git-info": "^2.1.4", + "is-builtin-module": "^1.0.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" } }, "normalize-path": { @@ -4265,7 +4265,7 @@ "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "dev": true, "requires": { - "remove-trailing-separator": "1.1.0" + "remove-trailing-separator": "^1.0.1" } }, "not-so-shallow": { @@ -4274,7 +4274,7 @@ "integrity": "sha1-6Mf3ucm58GlZQ0Q2gzDLzqOHw8c=", "dev": true, "requires": { - "buffer-equals": "1.0.4" + "buffer-equals": "^1.0.3" } }, "number-is-nan": { @@ -4302,8 +4302,8 @@ "dev": true, "optional": true, "requires": { - "for-own": "0.1.5", - "is-extendable": "0.1.1" + "for-own": "^0.1.4", + "is-extendable": "^0.1.1" } }, "observable-to-promise": { @@ -4312,8 +4312,8 @@ "integrity": "sha1-KK/nFkUwjy1B1x9HrT/s4aN35Ss=", "dev": true, "requires": { - "is-observable": "0.2.0", - "symbol-observable": "0.2.4" + "is-observable": "^0.2.0", + "symbol-observable": "^0.2.2" } }, "once": { @@ -4322,7 +4322,7 @@ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "dev": true, "requires": { - "wrappy": "1.0.2" + "wrappy": "1" } }, "onetime": { @@ -4337,7 +4337,7 @@ "integrity": "sha1-6bgR4AbxwPVIAvKClb/Ilw+Nz70=", "dev": true, "requires": { - "object-assign": "4.1.1" + "object-assign": "^4.0.1" } }, "optionator": { @@ -4346,12 +4346,12 @@ "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", "dev": true, "requires": { - "deep-is": "0.1.3", - "fast-levenshtein": "2.0.6", - "levn": "0.3.0", - "prelude-ls": "1.1.2", - "type-check": "0.3.2", - "wordwrap": "1.0.0" + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.4", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "wordwrap": "~1.0.0" } }, "ora": { @@ -4360,10 +4360,10 @@ "integrity": "sha1-gAeN0rkqk0r2ajrXKluRBpTt5Ro=", "dev": true, "requires": { - "chalk": "1.1.3", - "cli-cursor": "2.1.0", - "cli-spinners": "1.1.0", - "log-symbols": "1.0.2" + "chalk": "^1.1.1", + "cli-cursor": "^2.1.0", + "cli-spinners": "^1.0.0", + "log-symbols": "^1.0.2" }, "dependencies": { "ansi-styles": { @@ -4378,11 +4378,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } }, "cli-cursor": { @@ -4391,7 +4391,7 @@ "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", "dev": true, "requires": { - "restore-cursor": "2.0.0" + "restore-cursor": "^2.0.0" } }, "cli-spinners": { @@ -4406,7 +4406,7 @@ "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", "dev": true, "requires": { - "mimic-fn": "1.1.0" + "mimic-fn": "^1.0.0" } }, "restore-cursor": { @@ -4415,8 +4415,8 @@ "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", "dev": true, "requires": { - "onetime": "2.0.1", - "signal-exit": "3.0.2" + "onetime": "^2.0.0", + "signal-exit": "^3.0.2" } }, "supports-color": { @@ -4445,8 +4445,8 @@ "integrity": "sha1-Qv5tWVPfBsgGS+bxdsPQWqqjRkQ=", "dev": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, "package-hash": { @@ -4455,7 +4455,7 @@ "integrity": "sha1-AD5WzVe3NqbtYRTMK4FUJnJ3DkQ=", "dev": true, "requires": { - "md5-hex": "1.3.0" + "md5-hex": "^1.3.0" } }, "package-json": { @@ -4464,10 +4464,10 @@ "integrity": "sha1-DRW9Z9HLvduyyiIv8u24a8sxqLs=", "dev": true, "requires": { - "got": "5.7.1", - "registry-auth-token": "3.3.1", - "registry-url": "3.1.0", - "semver": "5.4.1" + "got": "^5.0.0", + "registry-auth-token": "^3.0.1", + "registry-url": "^3.0.3", + "semver": "^5.1.0" } }, "parse-glob": { @@ -4477,10 +4477,10 @@ "dev": true, "optional": true, "requires": { - "glob-base": "0.3.0", - "is-dotfile": "1.0.3", - "is-extglob": "1.0.0", - "is-glob": "2.0.1" + "glob-base": "^0.3.0", + "is-dotfile": "^1.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.0" } }, "parse-json": { @@ -4489,7 +4489,7 @@ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { - "error-ex": "1.3.1" + "error-ex": "^1.2.0" } }, "parse-ms": { @@ -4504,7 +4504,7 @@ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, "requires": { - "pinkie-promise": "2.0.1" + "pinkie-promise": "^2.0.0" } }, "path-is-absolute": { @@ -4531,9 +4531,9 @@ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "pify": { @@ -4554,7 +4554,7 @@ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", "dev": true, "requires": { - "pinkie": "2.0.4" + "pinkie": "^2.0.0" } }, "pkg-conf": { @@ -4563,10 +4563,10 @@ "integrity": "sha1-N45W1v0T6Iv7b0ol33qD+qvduls=", "dev": true, "requires": { - "find-up": "1.1.2", - "load-json-file": "1.1.0", - "object-assign": "4.1.1", - "symbol": "0.2.3" + "find-up": "^1.0.0", + "load-json-file": "^1.1.0", + "object-assign": "^4.0.1", + "symbol": "^0.2.1" } }, "pkg-dir": { @@ -4575,7 +4575,7 @@ "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=", "dev": true, "requires": { - "find-up": "1.1.2" + "find-up": "^1.0.0" } }, "pkg-up": { @@ -4584,7 +4584,7 @@ "integrity": "sha1-Pgj7RhUlxEIWJKM7n35tCvWwWiY=", "dev": true, "requires": { - "find-up": "1.1.2" + "find-up": "^1.0.0" } }, "plur": { @@ -4593,7 +4593,7 @@ "integrity": "sha1-dIJFLBoPUI4+NE6uwxLJHCncZVo=", "dev": true, "requires": { - "irregular-plurals": "1.4.0" + "irregular-plurals": "^1.0.0" } }, "pluralize": { @@ -4608,8 +4608,8 @@ "integrity": "sha1-7bo1LT7YpgMRTWZyZazOYNaJzN8=", "dev": true, "requires": { - "core-js": "2.5.1", - "power-assert-context-traversal": "1.1.1" + "core-js": "^2.0.0", + "power-assert-context-traversal": "^1.1.1" } }, "power-assert-context-reducer-ast": { @@ -4618,11 +4618,11 @@ "integrity": "sha1-SEqZ4m9Jc/+IMuXFzHVnAuYJQXQ=", "dev": true, "requires": { - "acorn": "4.0.13", - "acorn-es7-plugin": "1.1.7", - "core-js": "2.5.1", - "espurify": "1.7.0", - "estraverse": "4.2.0" + "acorn": "^4.0.0", + "acorn-es7-plugin": "^1.0.12", + "core-js": "^2.0.0", + "espurify": "^1.6.0", + "estraverse": "^4.2.0" } }, "power-assert-context-traversal": { @@ -4631,8 +4631,8 @@ "integrity": "sha1-iMq8oNE7Y1nwfT0+ivppkmRXftk=", "dev": true, "requires": { - "core-js": "2.5.1", - "estraverse": "4.2.0" + "core-js": "^2.0.0", + "estraverse": "^4.1.0" } }, "power-assert-formatter": { @@ -4641,13 +4641,13 @@ "integrity": "sha1-XcEl7VCj37HdomwZNH879Y7CiEo=", "dev": true, "requires": { - "core-js": "2.5.1", - "power-assert-context-formatter": "1.1.1", - "power-assert-context-reducer-ast": "1.1.2", - "power-assert-renderer-assertion": "1.1.1", - "power-assert-renderer-comparison": "1.1.1", - "power-assert-renderer-diagram": "1.1.2", - "power-assert-renderer-file": "1.1.1" + "core-js": "^2.0.0", + "power-assert-context-formatter": "^1.0.7", + "power-assert-context-reducer-ast": "^1.0.7", + "power-assert-renderer-assertion": "^1.0.7", + "power-assert-renderer-comparison": "^1.0.7", + "power-assert-renderer-diagram": "^1.0.7", + "power-assert-renderer-file": "^1.0.7" } }, "power-assert-renderer-assertion": { @@ -4656,8 +4656,8 @@ "integrity": "sha1-y/wOd+AIao+Wrz8djme57n4ozpg=", "dev": true, "requires": { - "power-assert-renderer-base": "1.1.1", - "power-assert-util-string-width": "1.1.1" + "power-assert-renderer-base": "^1.1.1", + "power-assert-util-string-width": "^1.1.1" } }, "power-assert-renderer-base": { @@ -4672,11 +4672,11 @@ "integrity": "sha1-10Odl9hRVr5OMKAPL7WnJRTOPAg=", "dev": true, "requires": { - "core-js": "2.5.1", - "diff-match-patch": "1.0.0", - "power-assert-renderer-base": "1.1.1", - "stringifier": "1.3.0", - "type-name": "2.0.2" + "core-js": "^2.0.0", + "diff-match-patch": "^1.0.0", + "power-assert-renderer-base": "^1.1.1", + "stringifier": "^1.3.0", + "type-name": "^2.0.1" } }, "power-assert-renderer-diagram": { @@ -4685,10 +4685,10 @@ "integrity": "sha1-ZV+PcRk1qbbVQbhjJ2VHF8Y3qYY=", "dev": true, "requires": { - "core-js": "2.5.1", - "power-assert-renderer-base": "1.1.1", - "power-assert-util-string-width": "1.1.1", - "stringifier": "1.3.0" + "core-js": "^2.0.0", + "power-assert-renderer-base": "^1.1.1", + "power-assert-util-string-width": "^1.1.1", + "stringifier": "^1.3.0" } }, "power-assert-renderer-file": { @@ -4697,7 +4697,7 @@ "integrity": "sha1-o34rvReMys0E5427eckv40kzxec=", "dev": true, "requires": { - "power-assert-renderer-base": "1.1.1" + "power-assert-renderer-base": "^1.1.1" } }, "power-assert-renderer-succinct": { @@ -4706,8 +4706,8 @@ "integrity": "sha1-wqRosjgiq9b4Diq6UyI0ewnfR24=", "dev": true, "requires": { - "core-js": "2.5.1", - "power-assert-renderer-diagram": "1.1.2" + "core-js": "^2.0.0", + "power-assert-renderer-diagram": "^1.1.1" } }, "power-assert-renderers": { @@ -4716,11 +4716,11 @@ "integrity": "sha1-agnhwB4Oz4+qZ0lAGn2isOBZgQc=", "dev": true, "requires": { - "power-assert-renderer-assertion": "1.1.1", - "power-assert-renderer-comparison": "1.1.1", - "power-assert-renderer-diagram": "1.1.2", - "power-assert-renderer-file": "1.1.1", - "power-assert-renderer-succinct": "1.1.1" + "power-assert-renderer-assertion": "^1.0.0", + "power-assert-renderer-comparison": "^1.0.0", + "power-assert-renderer-diagram": "^1.0.0", + "power-assert-renderer-file": "^1.0.0", + "power-assert-renderer-succinct": "^1.0.0" } }, "power-assert-util-string-width": { @@ -4729,7 +4729,7 @@ "integrity": "sha1-vmWet5N/3S5smncmjar2S9W3xZI=", "dev": true, "requires": { - "eastasianwidth": "0.1.1" + "eastasianwidth": "^0.1.1" } }, "prelude-ls": { @@ -4757,9 +4757,9 @@ "integrity": "sha1-QlfCVt8/sLRR1q/6qwIYhBJpgdw=", "dev": true, "requires": { - "is-finite": "1.0.2", - "parse-ms": "1.0.1", - "plur": "1.0.0" + "is-finite": "^1.0.1", + "parse-ms": "^1.0.0", + "plur": "^1.0.0" }, "dependencies": { "plur": { @@ -4794,7 +4794,7 @@ "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", "dev": true, "requires": { - "asap": "2.0.6" + "asap": "~2.0.3" } }, "proto-props": { @@ -4822,8 +4822,8 @@ "dev": true, "optional": true, "requires": { - "is-number": "3.0.0", - "kind-of": "4.0.0" + "is-number": "^3.0.0", + "kind-of": "^4.0.0" }, "dependencies": { "is-number": { @@ -4833,7 +4833,7 @@ "dev": true, "optional": true, "requires": { - "kind-of": "3.2.2" + "kind-of": "^3.0.2" }, "dependencies": { "kind-of": { @@ -4843,7 +4843,7 @@ "dev": true, "optional": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -4855,7 +4855,7 @@ "dev": true, "optional": true, "requires": { - "is-buffer": "1.1.6" + "is-buffer": "^1.1.5" } } } @@ -4866,10 +4866,10 @@ "integrity": "sha1-2M6ctX6NZNnHut2YdsfDTL48cHc=", "dev": true, "requires": { - "deep-extend": "0.4.2", - "ini": "1.3.4", - "minimist": "1.2.0", - "strip-json-comments": "2.0.1" + "deep-extend": "~0.4.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" }, "dependencies": { "minimist": { @@ -4886,8 +4886,8 @@ "integrity": "sha1-NcPhd/IHjveJ7kv6+kNzB06u9Po=", "dev": true, "requires": { - "pinkie-promise": "2.0.1", - "readable-stream": "2.3.3" + "pinkie-promise": "^2.0.0", + "readable-stream": "^2.0.0" } }, "read-pkg": { @@ -4896,9 +4896,9 @@ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", "dev": true, "requires": { - "load-json-file": "1.1.0", - "normalize-package-data": "2.4.0", - "path-type": "1.1.0" + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" } }, "read-pkg-up": { @@ -4907,8 +4907,8 @@ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, "requires": { - "find-up": "1.1.2", - "read-pkg": "1.1.0" + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" } }, "readable-stream": { @@ -4917,13 +4917,13 @@ "integrity": "sha512-m+qzzcn7KUxEmd1gMbchF+Y2eIUbieUaxkWtptyHywrX0rE8QEYqPC07Vuy4Wm32/xE16NcdBctb8S0Xe/5IeQ==", "dev": true, "requires": { - "core-util-is": "1.0.2", - "inherits": "2.0.3", - "isarray": "1.0.0", - "process-nextick-args": "1.0.7", - "safe-buffer": "5.1.1", - "string_decoder": "1.0.3", - "util-deprecate": "1.0.2" + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.0.3", + "util-deprecate": "~1.0.1" } }, "readdirp": { @@ -4933,10 +4933,10 @@ "dev": true, "optional": true, "requires": { - "graceful-fs": "4.1.11", - "minimatch": "3.0.4", - "readable-stream": "2.3.3", - "set-immediate-shim": "1.0.1" + "graceful-fs": "^4.1.2", + "minimatch": "^3.0.2", + "readable-stream": "^2.0.2", + "set-immediate-shim": "^1.0.1" } }, "readline2": { @@ -4945,8 +4945,8 @@ "integrity": "sha1-QQWWCP/BVHV7cV2ZidGZ/783LjU=", "dev": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", "mute-stream": "0.0.5" } }, @@ -4956,8 +4956,8 @@ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", "dev": true, "requires": { - "indent-string": "2.1.0", - "strip-indent": "1.0.1" + "indent-string": "^2.1.0", + "strip-indent": "^1.0.1" } }, "regenerate": { @@ -4978,9 +4978,9 @@ "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==", "dev": true, "requires": { - "babel-runtime": "6.26.0", - "babel-types": "6.26.0", - "private": "0.1.8" + "babel-runtime": "^6.18.0", + "babel-types": "^6.19.0", + "private": "^0.1.6" } }, "regex-cache": { @@ -4990,7 +4990,7 @@ "dev": true, "optional": true, "requires": { - "is-equal-shallow": "0.1.3" + "is-equal-shallow": "^0.1.3" } }, "regexpu-core": { @@ -4999,9 +4999,9 @@ "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=", "dev": true, "requires": { - "regenerate": "1.3.3", - "regjsgen": "0.2.0", - "regjsparser": "0.1.5" + "regenerate": "^1.2.1", + "regjsgen": "^0.2.0", + "regjsparser": "^0.1.4" } }, "registry-auth-token": { @@ -5010,8 +5010,8 @@ "integrity": "sha1-+w0yie4Nmtosu1KvXf5mywcNMAY=", "dev": true, "requires": { - "rc": "1.2.2", - "safe-buffer": "5.1.1" + "rc": "^1.1.6", + "safe-buffer": "^5.0.1" } }, "registry-url": { @@ -5020,7 +5020,7 @@ "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", "dev": true, "requires": { - "rc": "1.2.2" + "rc": "^1.0.1" } }, "regjsgen": { @@ -5035,7 +5035,7 @@ "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", "dev": true, "requires": { - "jsesc": "0.5.0" + "jsesc": "~0.5.0" }, "dependencies": { "jsesc": { @@ -5071,7 +5071,7 @@ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", "dev": true, "requires": { - "is-finite": "1.0.2" + "is-finite": "^1.0.0" } }, "require-precompiled": { @@ -5086,8 +5086,8 @@ "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", "dev": true, "requires": { - "caller-path": "0.1.0", - "resolve-from": "1.0.1" + "caller-path": "^0.1.0", + "resolve-from": "^1.0.0" }, "dependencies": { "resolve-from": { @@ -5104,7 +5104,7 @@ "integrity": "sha512-hgoSGrc3pjzAPHNBg+KnFcK2HwlHTs/YrAGUr6qgTVUZmXv1UEXXl0bZNBKMA9fud6lRYFdPGz0xXxycPzmmiw==", "dev": true, "requires": { - "path-parse": "1.0.5" + "path-parse": "^1.0.5" } }, "resolve-cwd": { @@ -5113,7 +5113,7 @@ "integrity": "sha1-Tq7qQe0EDRcCRX32SkKysH0kb58=", "dev": true, "requires": { - "resolve-from": "2.0.0" + "resolve-from": "^2.0.0" } }, "resolve-from": { @@ -5128,8 +5128,8 @@ "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", "dev": true, "requires": { - "exit-hook": "1.1.1", - "onetime": "1.1.0" + "exit-hook": "^1.0.0", + "onetime": "^1.0.0" } }, "rimraf": { @@ -5138,7 +5138,7 @@ "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", "dev": true, "requires": { - "glob": "7.1.2" + "glob": "^7.0.5" }, "dependencies": { "glob": { @@ -5147,12 +5147,12 @@ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } } } @@ -5163,7 +5163,7 @@ "integrity": "sha1-yK1KXhEGYeQCp9IbUw4AnyX444k=", "dev": true, "requires": { - "once": "1.4.0" + "once": "^1.3.0" } }, "rx-lite": { @@ -5190,7 +5190,7 @@ "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=", "dev": true, "requires": { - "semver": "5.4.1" + "semver": "^5.0.3" } }, "set-immediate-shim": { @@ -5235,7 +5235,7 @@ "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", "dev": true, "requires": { - "is-plain-obj": "1.1.0" + "is-plain-obj": "^1.0.0" } }, "source-map": { @@ -5250,7 +5250,7 @@ "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, "requires": { - "source-map": "0.5.7" + "source-map": "^0.5.6" } }, "spdx-correct": { @@ -5259,7 +5259,7 @@ "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=", "dev": true, "requires": { - "spdx-license-ids": "1.2.2" + "spdx-license-ids": "^1.0.2" } }, "spdx-expression-parse": { @@ -5292,9 +5292,9 @@ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { - "code-point-at": "1.1.0", - "is-fullwidth-code-point": "1.0.0", - "strip-ansi": "3.0.1" + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" } }, "string_decoder": { @@ -5303,7 +5303,7 @@ "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", "dev": true, "requires": { - "safe-buffer": "5.1.1" + "safe-buffer": "~5.1.0" } }, "stringifier": { @@ -5312,9 +5312,9 @@ "integrity": "sha1-3vGDQvaTPbDy2/yaoCF1tEjBeVk=", "dev": true, "requires": { - "core-js": "2.5.1", - "traverse": "0.6.6", - "type-name": "2.0.2" + "core-js": "^2.0.0", + "traverse": "^0.6.6", + "type-name": "^2.0.1" } }, "strip-ansi": { @@ -5323,7 +5323,7 @@ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } }, "strip-bom": { @@ -5332,7 +5332,7 @@ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { - "is-utf8": "0.2.1" + "is-utf8": "^0.2.0" } }, "strip-indent": { @@ -5341,7 +5341,7 @@ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", "dev": true, "requires": { - "get-stdin": "4.0.1" + "get-stdin": "^4.0.1" } }, "strip-json-comments": { @@ -5356,7 +5356,7 @@ "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", "dev": true, "requires": { - "has-flag": "2.0.0" + "has-flag": "^2.0.0" } }, "symbol": { @@ -5377,11 +5377,11 @@ "integrity": "sha512-iFbOBWYaznBNbheIKaMkj+3EabpEsXbuwcTVuYkRjoav+Om5L8VXXLIXms0cHxkouXMRCQaSfhfau9/HyIbM2Q==", "dev": true, "requires": { - "command-exists": "1.2.2", - "concat-stream": "1.6.0", - "get-port": "3.2.0", - "http-response-object": "1.1.0", - "then-request": "2.2.0" + "command-exists": "^1.2.2", + "concat-stream": "^1.6.0", + "get-port": "^3.1.0", + "http-response-object": "^1.1.0", + "then-request": "^2.2.0" } }, "table": { @@ -5390,12 +5390,12 @@ "integrity": "sha1-K7xULw/amGGnVdOUf+/Ys/UThV8=", "dev": true, "requires": { - "ajv": "4.11.8", - "ajv-keywords": "1.5.1", - "chalk": "1.1.3", - "lodash": "4.17.4", + "ajv": "^4.7.0", + "ajv-keywords": "^1.0.0", + "chalk": "^1.1.1", + "lodash": "^4.0.0", "slice-ansi": "0.0.4", - "string-width": "2.1.1" + "string-width": "^2.0.0" }, "dependencies": { "ansi-regex": { @@ -5416,11 +5416,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" }, "dependencies": { "ansi-regex": { @@ -5435,7 +5435,7 @@ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "dev": true, "requires": { - "ansi-regex": "2.1.1" + "ansi-regex": "^2.0.0" } } } @@ -5452,8 +5452,8 @@ "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "dev": true, "requires": { - "is-fullwidth-code-point": "2.0.0", - "strip-ansi": "4.0.0" + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" } }, "strip-ansi": { @@ -5462,7 +5462,7 @@ "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { - "ansi-regex": "3.0.0" + "ansi-regex": "^3.0.0" } }, "supports-color": { @@ -5491,12 +5491,12 @@ "integrity": "sha1-ZnizL6DKIY/laZgbvYhxtZQGDYE=", "dev": true, "requires": { - "caseless": "0.11.0", - "concat-stream": "1.6.0", - "http-basic": "2.5.1", - "http-response-object": "1.1.0", - "promise": "7.3.1", - "qs": "6.5.1" + "caseless": "~0.11.0", + "concat-stream": "^1.4.7", + "http-basic": "^2.5.1", + "http-response-object": "^1.1.0", + "promise": "^7.1.1", + "qs": "^6.1.0" } }, "through": { @@ -5511,8 +5511,8 @@ "integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=", "dev": true, "requires": { - "readable-stream": "2.3.3", - "xtend": "4.0.1" + "readable-stream": "^2.1.5", + "xtend": "~4.0.1" } }, "time-require": { @@ -5521,10 +5521,10 @@ "integrity": "sha1-+eEss3D8JgXhFARYK6VO9corLZg=", "dev": true, "requires": { - "chalk": "0.4.0", - "date-time": "0.1.1", - "pretty-ms": "0.2.2", - "text-table": "0.2.0" + "chalk": "^0.4.0", + "date-time": "^0.1.1", + "pretty-ms": "^0.2.1", + "text-table": "^0.2.0" }, "dependencies": { "ansi-styles": { @@ -5539,9 +5539,9 @@ "integrity": "sha1-UZmj3c0MHv4jvAjBsCewYXbgxk8=", "dev": true, "requires": { - "ansi-styles": "1.0.0", - "has-color": "0.1.7", - "strip-ansi": "0.1.1" + "ansi-styles": "~1.0.0", + "has-color": "~0.1.0", + "strip-ansi": "~0.1.0" } }, "parse-ms": { @@ -5556,7 +5556,7 @@ "integrity": "sha1-2oeaaC/zOjcBEEbxPWJ/Z8c7hPY=", "dev": true, "requires": { - "parse-ms": "0.1.2" + "parse-ms": "^0.1.0" } }, "strip-ansi": { @@ -5609,7 +5609,7 @@ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", "dev": true, "requires": { - "prelude-ls": "1.1.2" + "prelude-ls": "~1.1.2" } }, "type-name": { @@ -5636,8 +5636,8 @@ "integrity": "sha1-bc6VsmgcoAPuv7MEpBX5y6vMU4U=", "dev": true, "requires": { - "mkdirp": "0.5.1", - "os-tmpdir": "1.0.2", + "mkdirp": "^0.5.1", + "os-tmpdir": "^1.0.1", "uid2": "0.0.3" } }, @@ -5653,14 +5653,14 @@ "integrity": "sha1-FDxFMzg9CJCO9wVGIGOV/htauwY=", "dev": true, "requires": { - "ansi-align": "1.1.0", - "boxen": "0.5.1", - "chalk": "1.1.3", - "configstore": "2.1.0", - "is-npm": "1.0.0", - "latest-version": "2.0.0", - "semver-diff": "2.1.0", - "xdg-basedir": "2.0.0" + "ansi-align": "^1.0.0", + "boxen": "^0.5.1", + "chalk": "^1.0.0", + "configstore": "^2.0.0", + "is-npm": "^1.0.0", + "latest-version": "^2.0.0", + "semver-diff": "^2.0.0", + "xdg-basedir": "^2.0.0" }, "dependencies": { "ansi-styles": { @@ -5675,11 +5675,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } }, "supports-color": { @@ -5696,7 +5696,7 @@ "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", "dev": true, "requires": { - "prepend-http": "1.0.4" + "prepend-http": "^1.0.1" } }, "user-home": { @@ -5705,7 +5705,7 @@ "integrity": "sha1-nHC/2Babwdy/SGBODwS4tJzenp8=", "dev": true, "requires": { - "os-homedir": "1.0.2" + "os-homedir": "^1.0.0" } }, "util-deprecate": { @@ -5726,8 +5726,8 @@ "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=", "dev": true, "requires": { - "spdx-correct": "1.0.2", - "spdx-expression-parse": "1.0.4" + "spdx-correct": "~1.0.0", + "spdx-expression-parse": "~1.0.0" } }, "whatwg-fetch": { @@ -5742,7 +5742,7 @@ "integrity": "sha512-xcJpopdamTuY5duC/KnTTNBraPK54YwpenP4lzxU8H91GudWpFv38u0CKjclE1Wi2EH2EDz5LRcHcKbCIzqGyg==", "dev": true, "requires": { - "isexe": "2.0.0" + "isexe": "^2.0.0" } }, "widest-line": { @@ -5751,7 +5751,7 @@ "integrity": "sha1-DAnIXCqUaD0Nfq+O4JfVZL8OEFw=", "dev": true, "requires": { - "string-width": "1.0.2" + "string-width": "^1.0.1" } }, "wordwrap": { @@ -5772,7 +5772,7 @@ "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", "dev": true, "requires": { - "mkdirp": "0.5.1" + "mkdirp": "^0.5.1" } }, "write-file-atomic": { @@ -5781,9 +5781,9 @@ "integrity": "sha1-+Aek8LHZ6ROuekgRLmzDrxmRtF8=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "imurmurhash": "0.1.4", - "slide": "1.1.6" + "graceful-fs": "^4.1.11", + "imurmurhash": "^0.1.4", + "slide": "^1.1.5" } }, "write-json-file": { @@ -5792,13 +5792,13 @@ "integrity": "sha1-LV3+lqvDyIkFfJOXGqQAXvtUgTQ=", "dev": true, "requires": { - "graceful-fs": "4.1.11", - "mkdirp": "0.5.1", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "sort-keys": "1.1.2", - "write-file-atomic": "1.3.4" + "graceful-fs": "^4.1.2", + "mkdirp": "^0.5.1", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "sort-keys": "^1.1.1", + "write-file-atomic": "^1.1.2" } }, "write-pkg": { @@ -5807,7 +5807,7 @@ "integrity": "sha1-rriqnU14jh2JPfsIVJaLVDqRn1c=", "dev": true, "requires": { - "write-json-file": "1.2.0" + "write-json-file": "^1.1.0" } }, "xdg-basedir": { @@ -5816,7 +5816,7 @@ "integrity": "sha1-7byQPMOF/ARSPZZqM1UEtVBNG9I=", "dev": true, "requires": { - "os-homedir": "1.0.2" + "os-homedir": "^1.0.0" } }, "xo": { @@ -5825,32 +5825,32 @@ "integrity": "sha1-DSp0ozzRVp84tK4wHMNXXyWXRvQ=", "dev": true, "requires": { - "arrify": "1.0.1", - "babel-eslint": "6.1.2", - "debug": "2.6.9", - "deep-assign": "1.0.0", - "eslint": "2.13.1", - "eslint-config-xo": "0.15.4", - "eslint-formatter-pretty": "0.2.2", - "eslint-plugin-ava": "2.5.0", - "eslint-plugin-babel": "3.3.0", - "eslint-plugin-import": "1.16.0", - "eslint-plugin-no-use-extend-native": "0.3.12", - "eslint-plugin-promise": "1.3.2", - "eslint-plugin-xo": "0.5.1", - "get-stdin": "5.0.1", - "globby": "5.0.0", - "has-flag": "2.0.0", - "home-or-tmp": "2.0.0", - "meow": "3.7.0", - "multimatch": "2.1.0", - "object-assign": "4.1.1", - "path-exists": "2.1.0", - "pkg-conf": "1.1.3", - "resolve-cwd": "1.0.0", - "resolve-from": "2.0.0", - "update-notifier": "1.0.3", - "xo-init": "0.3.6" + "arrify": "^1.0.0", + "babel-eslint": "^6.0.0", + "debug": "^2.2.0", + "deep-assign": "^1.0.0", + "eslint": "^2.12.0", + "eslint-config-xo": "^0.15.0", + "eslint-formatter-pretty": "^0.2.1", + "eslint-plugin-ava": "^2.0.0", + "eslint-plugin-babel": "^3.1.0", + "eslint-plugin-import": "^1.7.0", + "eslint-plugin-no-use-extend-native": "^0.3.2", + "eslint-plugin-promise": "^1.1.0", + "eslint-plugin-xo": "^0.5.0", + "get-stdin": "^5.0.0", + "globby": "^5.0.0", + "has-flag": "^2.0.0", + "home-or-tmp": "^2.0.0", + "meow": "^3.4.2", + "multimatch": "^2.1.0", + "object-assign": "^4.0.1", + "path-exists": "^2.1.0", + "pkg-conf": "^1.0.1", + "resolve-cwd": "^1.0.0", + "resolve-from": "^2.0.0", + "update-notifier": "^1.0.0", + "xo-init": "^0.3.0" }, "dependencies": { "ansi-styles": { @@ -5865,15 +5865,15 @@ "integrity": "sha1-g2TUJIrDT/DvGy8r9JpsYM4NgbY=", "dev": true, "requires": { - "ansi-align": "1.1.0", - "camelcase": "2.1.1", - "chalk": "1.1.3", - "cli-boxes": "1.0.0", - "filled-array": "1.1.0", - "object-assign": "4.1.1", - "repeating": "2.0.1", - "string-width": "1.0.2", - "widest-line": "1.0.0" + "ansi-align": "^1.1.0", + "camelcase": "^2.1.0", + "chalk": "^1.1.1", + "cli-boxes": "^1.0.0", + "filled-array": "^1.0.0", + "object-assign": "^4.0.1", + "repeating": "^2.0.0", + "string-width": "^1.0.1", + "widest-line": "^1.0.0" }, "dependencies": { "chalk": { @@ -5882,11 +5882,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } } } @@ -5903,12 +5903,12 @@ "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "dev": true, "requires": { - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "inherits": "2.0.3", - "minimatch": "3.0.4", - "once": "1.4.0", - "path-is-absolute": "1.0.1" + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" } }, "globby": { @@ -5917,12 +5917,12 @@ "integrity": "sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=", "dev": true, "requires": { - "array-union": "1.0.2", - "arrify": "1.0.1", - "glob": "7.1.2", - "object-assign": "4.1.1", - "pify": "2.3.0", - "pinkie-promise": "2.0.1" + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" } }, "supports-color": { @@ -5937,14 +5937,14 @@ "integrity": "sha1-j5LFFUgr1oMbfJMBPnD4dVLHz1o=", "dev": true, "requires": { - "boxen": "0.6.0", - "chalk": "1.1.3", - "configstore": "2.1.0", - "is-npm": "1.0.0", - "latest-version": "2.0.0", - "lazy-req": "1.1.0", - "semver-diff": "2.1.0", - "xdg-basedir": "2.0.0" + "boxen": "^0.6.0", + "chalk": "^1.0.0", + "configstore": "^2.0.0", + "is-npm": "^1.0.0", + "latest-version": "^2.0.0", + "lazy-req": "^1.1.0", + "semver-diff": "^2.0.0", + "xdg-basedir": "^2.0.0" }, "dependencies": { "chalk": { @@ -5953,11 +5953,11 @@ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { - "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" + "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" } } } @@ -5970,14 +5970,14 @@ "integrity": "sha1-9AyPMwS9nYsTgZMJh7F4yfFB/BE=", "dev": true, "requires": { - "arrify": "1.0.1", - "minimist": "1.2.0", - "path-exists": "2.1.0", - "pify": "2.3.0", - "pinkie-promise": "2.0.1", - "read-pkg-up": "1.0.1", - "the-argv": "1.0.0", - "write-pkg": "1.0.0" + "arrify": "^1.0.0", + "minimist": "^1.1.3", + "path-exists": "^2.0.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "read-pkg-up": "^1.0.1", + "the-argv": "^1.0.0", + "write-pkg": "^1.0.0" }, "dependencies": { "minimist": { diff --git a/readme.md b/readme.md index d8e96e60..528c45b6 100644 --- a/readme.md +++ b/readme.md @@ -28,9 +28,9 @@ cryptocurrencies.symbols(); -There are currently **2673 cryptocurrencies** represented*: +There are currently **2738 cryptocurrencies** represented*: -* Last updated: Thu, 28 Jun 2018 05:52:32 GMT +* Last updated: Sat, 07 Jul 2018 22:00:37 GMT | Symbol | Name | | :------ | :------ | @@ -47,6 +47,7 @@ There are currently **2673 cryptocurrencies** represented*: | `CLUB` | ClubCoin | | `007` | 007 coin | | `ZRX` | 0x | +| `0xBTC` | 0xBitcoin | | `BIT16` | 16BitCoin | | `MCT` | 1717 Masonic Commemorative Token | | `1CR` | 1Credit | @@ -77,6 +78,7 @@ There are currently **2673 cryptocurrencies** represented*: | `AMIS` | AMIS | | `ANTS` | ANTS Reloaded | | `APIS` | APIS | +| `ARE` | ARENON | | `ARK` | ARK | | `ARNA` | ARNA Panacea | | `ATB` | ATB coin | @@ -84,9 +86,11 @@ There are currently **2673 cryptocurrencies** represented*: | `ATFS` | ATFS Project | | `ATL` | ATLANT | | `ATM` | ATMChain | +| `AUC*` | AU-Coin | | `AXR` | AXRON | | `AXS` | AXS | | `ABJ` | Abjcoin | +| `ABS` | Absolute Coin | | `ACC*` | Accelerator Network | | `ACCO` | Accolade | | `AEC` | AcesCoin | @@ -129,6 +133,7 @@ There are currently **2673 cryptocurrencies** represented*: | `AKA` | Akroma | | `ALEX` | Alexandrite | | `PLM` | Algo.Land | +| `ALG` | Algory | | `ALN` | AlienCoin | | `SOC` | All Sports Coin | | `ASAFE2` | Allsafe | @@ -142,6 +147,7 @@ There are currently **2673 cryptocurrencies** represented*: | `AMBER` | AmberCoin | | `AMB` | Ambrosus | | `AMC` | AmericanCoin | +| `AMX` | Amero | | `AMMO` | Ammo Rewards | | `AMO` | Amo Coin | | `AMN` | Amon | @@ -179,6 +185,7 @@ There are currently **2673 cryptocurrencies** represented*: | `ARG` | Argentum | | `ARGUS` | ArgusCoin | | `ARI` | AriCoin | +| `ARO` | Arionum | | `BOTS` | ArkDAO | | `ARM` | Armory Coin | | `ARPA` | ArpaCoin | @@ -192,6 +199,7 @@ There are currently **2673 cryptocurrencies** represented*: | `ADCN` | Asiadigicoin | | `AST*` | Astral | | `ASTRO` | Astronaut | +| `ATH` | Atheios | | `ATMOS` | Atmos | | `ATOM` | Atomic Coin | | `AUC` | Auctus | @@ -250,7 +258,6 @@ There are currently **2673 cryptocurrencies** represented*: | `BRDD` | BeardDollars | | `XBTS` | Beats | | `BVC` | BeaverCoin | -| `ARI*` | BeckSang | | `BEE` | Bee Token | | `BFDT` | Befund | | `BELA` | BelaCoin | @@ -260,6 +267,7 @@ There are currently **2673 cryptocurrencies** represented*: | `BEN*` | Benjamins | | `BENJI` | BenjiRolls | | `BEST` | BestChain | +| `KNG` | BetKings | | `BET` | BetaCoin | | `BTRM` | Betrium Token | | `BETR` | BetterBetting | @@ -268,6 +276,7 @@ There are currently **2673 cryptocurrencies** represented*: | `BEZ` | Bezop | | `BBP` | BiblePay | | `BIX` | BiboxCoin | +| `BID` | BidCoin | | `BDP` | Bidipass | | `HUGE` | BigCoin | | `LFC` | BigLifeCoin | @@ -348,6 +357,7 @@ There are currently **2673 cryptocurrencies** represented*: | `BTCH` | Bitcoin Hush | | `XBI` | Bitcoin Incognito | | `BCI` | Bitcoin Interest | +| `BTN` | Bitcoin Nova | | `BTPL` | Bitcoin Planet | | `BTCP` | Bitcoin Private | | `BTCRED` | Bitcoin Red | @@ -355,6 +365,7 @@ There are currently **2673 cryptocurrencies** represented*: | `BCR*` | Bitcoin Royal | | `BTCS` | Bitcoin Scrypt | | `BT2` | Bitcoin SegWit2X | +| `BTCS*` | Bitcoin Supreme | | `BTCD` | BitcoinDark | | `BTCE*` | BitcoinEX | | `BCF` | BitcoinFast | @@ -363,6 +374,7 @@ There are currently **2673 cryptocurrencies** represented*: | `BTCGO` | BitcoinGo | | `XBC` | BitcoinPlus | | `BTX*` | BitcoinTX | +| `BWS` | BitcoinWSpectrum | | `BTW` | BitcoinWhite | | `BCX*` | BitcoinX | | `BTCZ` | BitcoinZ | @@ -372,6 +384,7 @@ There are currently **2673 cryptocurrencies** represented*: | `BDL` | Bitdeal | | `BT1` | Bitfinex Bitcoin Future | | `BTCL*` | BitluckCoin | +| `BIM` | BitminerCoin | | `BMXT` | Bitmxittz | | `BQ` | Bitqy | | `BRO` | Bitradio | @@ -451,6 +464,7 @@ There are currently **2673 cryptocurrencies** represented*: | `BRC` | BrightCoin | | `BRIT` | BritCoin | | `BUBO` | Budbo | +| `BGL` | Buglab | | `BT` | BuildTeam | | `BULLS` | BullshitCoin | | `BWK` | Bulwark | @@ -542,7 +556,7 @@ There are currently **2673 cryptocurrencies** represented*: | `CIR` | CircuitCoin | | `COVAL` | Circuits of Value | | `CVC` | Civic | -| `CLR*` | ClearCoin | +| `XCLR` | ClearCoin | | `POLL` | ClearPoll | | `CLV` | CleverCoin | | `CHASH` | CleverHash | @@ -610,6 +624,7 @@ There are currently **2673 cryptocurrencies** represented*: | `CMOS` | Cosmo | | `ATOM*` | Cosmos | | `CMC` | CosmosCoin | +| `COU` | Couchain | | `XCP` | CounterParty | | `CHT` | Countinghouse Fund | | `COV*` | CovenCoin | @@ -698,6 +713,7 @@ There are currently **2673 cryptocurrencies** represented*: | `CYG` | Cygnus | | `CYP` | CypherPunkCoin | | `FUNK` | Cypherfunks Coin | +| `DAC` | DACash | | `DADI` | DADI | | `BET*` | DAO.casino | | `GEN` | DAOstack | @@ -760,6 +776,7 @@ There are currently **2673 cryptocurrencies** represented*: | `DBC` | DeepBrain Chain | | `ONION` | DeepOnion | | `DEA` | Degas Coin | +| `DEI` | Deimos | | `DKD` | Dekado | | `DPAY` | DelightPay | | `DCRE` | DeltaCredits | @@ -820,6 +837,7 @@ There are currently **2673 cryptocurrencies** represented*: | `DOR` | Dorado | | `DOT` | Dotcoin | | `BOAT` | Doubloon | +| `Dow` | DowCoin | | `DRA` | DraculaCoin | | `DFT` | Draftcoin | | `DRG` | Dragon Coin | @@ -839,6 +857,7 @@ There are currently **2673 cryptocurrencies** represented*: | `DUX` | DuxCoin | | `DYN` | Dynamic | | `DTR` | Dynamic Trading Rights | +| `DTEM` | Dystem | | `DBR` | Düber | | `ECC*` | E-CurrencyCoin | | `EDR` | E-Dinar Coin | @@ -853,12 +872,14 @@ There are currently **2673 cryptocurrencies** represented*: | `ELTCOIN` | ELTCOIN | | `ENTRC` | ENTER COIN | | `EOS` | EOS | +| `EPIK` | EPIK Token | | `EQL` | EQUAL | | `EQ` | EQUI | | `EQUI` | EQUI Token | | `ERB` | ERBCoin | | `ETS` | ETH Share | | `EGAS` | ETHGAS | +| `EUNO` | EUNO | | `EXRN` | EXRNchain | | `EZC` | EZCoin | | `EZM` | EZMarket | @@ -894,7 +915,6 @@ There are currently **2673 cryptocurrencies** represented*: | `ELM` | Elements | | `ELI*` | Elicoin | | `ELI` | Eligma | -| `8S` | Elite 888 | | `ELIX` | Elixir | | `ELLA` | Ellaism | | `ELP` | Ellerium | @@ -907,11 +927,12 @@ There are currently **2673 cryptocurrencies** represented*: | `MBRS` | Embers | | `EMD` | Emerald | | `EMC` | Emercoin | +| `EMN` | Eminent Token | | `EMIGR` | EmiratesGoldCoin | | `EPY*` | Emphy | | `EMPC` | EmporiumCoin | | `EPY` | Empyrean | -| `DNA` | Encrypgen | +| `DNA` | EncrypGen | | `ETT` | EncryptoTel | | `EDR*` | Endor Protocol Token | | `ENE` | EneCoin | @@ -939,6 +960,7 @@ There are currently **2673 cryptocurrencies** represented*: | `ERT` | Esports.com | | `ESS` | Essentia | | `XEC` | Eternal Coin | +| `XET` | Eternal Token | | `ENT` | Eternity | | `EBET` | EthBet | | `ETBS` | EthBits | @@ -1100,6 +1122,7 @@ There are currently **2673 cryptocurrencies** represented*: | `GES` | Galaxy eSolutions | | `GLX` | GalaxyCoin | | `GAM` | Gambit coin | +| `GMCN` | GambleCoin | | `GTC` | Game | | `GBT` | GameBetCoin | | `GML` | GameLeagueCoin | @@ -1116,6 +1139,7 @@ There are currently **2673 cryptocurrencies** represented*: | `GXC*` | GenXCoin | | `GNX` | Genaro Network | | `GVT` | Genesis Vision | +| `XGS` | GenesisX | | `GSY` | GenesysCoin | | `GEN*` | Genstake | | `GEO` | GeoCoin | @@ -1124,6 +1148,7 @@ There are currently **2673 cryptocurrencies** represented*: | `SPKTR` | Ghost Coin | | `GHC` | GhostCoin | | `GHOUL` | Ghoul Coin | +| `GIC` | Giant | | `GIFT` | GiftNet | | `GFT` | Giftcoin | | `GIG` | GigCoin | @@ -1239,6 +1264,7 @@ There are currently **2673 cryptocurrencies** represented*: | `HGT` | Hello Gold | | `HMP` | HempCoin | | `HER` | Hero Node | +| `HEX` | HexCoin | | `HXT` | HextraCoin | | `HXX` | HexxCoin | | `HMC` | Hi Mutual Society | @@ -1321,6 +1347,7 @@ There are currently **2673 cryptocurrencies** represented*: | `INFX` | Influxcoin | | `INK` | Ink | | `XNK` | Ink Protocol | +| `ILK` | Inlock | | `$OUND` | Inmusik | | `INN` | Innova | | `INSN` | Insane Coin | @@ -1354,7 +1381,9 @@ There are currently **2673 cryptocurrencies** represented*: | `IVY` | IvyKoin | | `IWT` | IwToken | | `J8T` | JET8 | +| `JEX` | JEX Token | | `JIO` | JIO Token | +| `JOY*` | JOYSO | | `JPC*` | JackPotCoin | | `JANE` | JaneCoin | | `JNS` | Janus | @@ -1469,6 +1498,7 @@ There are currently **2673 cryptocurrencies** represented*: | `LINX` | Linx | | `LQD` | Liquid | | `LSK` | Lisk | +| `LTCC` | Listerclassic Coin | | `LBTC` | LiteBitcoin | | `LTG` | LiteCoin Gold | | `LTCU` | LiteCoin Ultra | @@ -1501,6 +1531,7 @@ There are currently **2673 cryptocurrencies** represented*: | `LRC` | Loopring | | `LOT` | LottoCoin | | `LYK` | Loyakk Vega | +| `LYL` | LoyalCoin | | `BASH` | LuckChain | | `LCK` | Luckbox | | `LK7` | Lucky7Coin | @@ -1516,12 +1547,15 @@ There are currently **2673 cryptocurrencies** represented*: | `LYM` | Lympo | | `LYNX` | Lynx | | `LYB` | LyraBar | +| `MRK` | MARK.SPACE | | `MCAP` | MCAP | | `MIS` | MIScoin | | `MMNXT` | MMNXT | | `MMXVI` | MMXVI | | `MOS` | MOS Coin | | `MUN` | MUNcoin | +| `MUSD` | MUSDcoin | +| `YCE` | MYCE | | `MAC` | MachineCoin | | `MCRN` | MacronCoin | | `MRV` | Macroverse | @@ -1533,6 +1567,7 @@ There are currently **2673 cryptocurrencies** represented*: | `MAG*` | Magos | | `MAID` | MaidSafe Coin | | `MMXIV` | MaieutiCoin | +| `MSC*` | MaisCoin | | `MIV` | MakeItViral | | `MKR` | Maker | | `MAT*` | Manet Coin | @@ -1595,6 +1630,7 @@ There are currently **2673 cryptocurrencies** represented*: | `MNC` | MinCoin | | `MG` | Mind Gene | | `MND` | MindCoin | +| `MIC` | Mindexcoin | | `MINT*` | Mineable Token | | `MIO` | Miner One token | | `MIN` | Minerals Coin | @@ -1733,6 +1769,7 @@ There are currently **2673 cryptocurrencies** represented*: | `NTC` | NineElevenTruthCoin | | `NDOGE` | NinjaDoge | | `NBR` | Niobio Cash | +| `NBC` | Niobium | | `NLC` | NoLimitCoin | | `NLC2` | NoLimitCoin | | `NOBL` | NobleCoin | @@ -1771,6 +1808,7 @@ There are currently **2673 cryptocurrencies** represented*: | `ODN` | Obsidian | | `OCL` | Oceanlab | | `OTX` | Octanox | +| `OCTO*` | OctoBit Coin | | `OCTO` | OctoCoin | | `OCN` | Odyssey | | `ODNT` | Old Dogs New Tricks | @@ -1805,6 +1843,7 @@ There are currently **2673 cryptocurrencies** represented*: | `ORGT` | Organic Token | | `ORI` | Origami | | `TRAC` | OriginTrail | +| `OCC` | Original Crypto Coin | | `ORLY` | OrlyCoin | | `ORME` | Ormeus Coin | | `ORO` | OroCoin | @@ -1813,6 +1852,7 @@ There are currently **2673 cryptocurrencies** represented*: | `OWD` | Owlstand | | `OXY` | Oxycoin | | `PRL` | Oyster Pearl | +| `OYS` | Oyster Platform | | `SHL` | Oyster Shell | | `GENE` | PARKGENE | | `PAT` | PATRON | @@ -1855,6 +1895,7 @@ There are currently **2673 cryptocurrencies** represented*: | `PYN` | Paycentos | | `CON_` | Paycon | | `PMNT` | Paymon | +| `PYT` | Payther | | `PEC` | PeaceCoin | | `XPB` | Pebble Coin | | `PCL` | Peculium | @@ -1866,6 +1907,7 @@ There are currently **2673 cryptocurrencies** represented*: | `PEN*` | PenCoin | | `PNT` | Penta | | `PTA` | PentaCoin | +| `PNY` | Peony Coin | | `MAN` | People | | `MEME` | Pepe | | `PEPECASH` | Pepe Cash | @@ -1900,6 +1942,7 @@ There are currently **2673 cryptocurrencies** represented*: | `LUC` | Play 2 Live | | `PKT` | Playkey | | `PLX` | PlexCoin | +| `PLURA` | PluraCoin | | `PLC` | PlusCoin | | `PLUS1` | PlusOneCoin | | `PTC**` | Plutocoin | @@ -1921,6 +1964,7 @@ There are currently **2673 cryptocurrencies** represented*: | `PPT` | Populous | | `PEX` | PosEx | | `PSD` | Poseidon | +| `POSQ` | Poseidon Quark | | `TRON` | Positron | | `POST` | PostCoin | | `POT` | PotCoin | @@ -1995,6 +2039,7 @@ There are currently **2673 cryptocurrencies** represented*: | `XQN` | Quotient | | `QVT` | Qvolta | | `QWARK` | Qwark | +| `QWC` | Qwertycoin | | `RFL` | RAFL | | `KRX` | RAVN Korrax | | `RAC` | RAcoin | @@ -2003,6 +2048,7 @@ There are currently **2673 cryptocurrencies** represented*: | `REAL` | REAL | | `REBL` | REBL | | `MWAT` | RED MegaWatt | +| `RST` | REGA Risk Sharing Token | | `REM` | REMME | | `REX` | REX | | `RGC` | RG Coin | @@ -2089,6 +2135,7 @@ There are currently **2673 cryptocurrencies** represented*: | `RMC` | Russian Mining Coin | | `RUST` | RustCoin | | `RUSTBITS` | Rustbits | +| `RYO` | Ryo | | `S8C` | S88 Coin | | `SABR` | SABR Coin | | `SAR*` | SARCoin | @@ -2103,6 +2150,7 @@ There are currently **2673 cryptocurrencies** represented*: | `STEX` | STEX | | `STK` | STK Token | | `STS` | STRESScoin | +| `SAFE` | SafeCoin | | `SAFEX` | SafeExchangeCoin | | `SFE` | Safecoin | | `SFR` | SaffronCoin | @@ -2137,6 +2185,7 @@ There are currently **2673 cryptocurrencies** represented*: | `SCRT` | SecretCoin | | `SRC` | SecureCoin | | `SEEDS` | SeedShares | +| `B2X` | SegWit2x | | `SEL` | SelenCoin | | `KEY` | SelfKey | | `SSC` | SelfSell | @@ -2146,6 +2195,7 @@ There are currently **2673 cryptocurrencies** represented*: | `SEN` | Sentaro | | `SENT` | Sentinel | | `SENC` | Sentinel Chain | +| `UPP` | Sentinel Protocol | | `SEQ` | Sequence | | `SERA` | Seraph | | `SRNT` | Serenity | @@ -2330,6 +2380,7 @@ There are currently **2673 cryptocurrencies** represented*: | `TFD` | TE-FOOD | | `TKY` | THEKEY Token | | `TOA` | TOA Coin | +| `TPC` | TPCash | | `XTROPTIONS` | TROPTIONS | | `TAG` | TagCoin | | `TAJ` | TajCoin | @@ -2352,6 +2403,8 @@ There are currently **2673 cryptocurrencies** represented*: | `TELL` | Tellurion | | `PAY` | TenX | | `TENNET` | Tennet | +| `TERN` | Ternio | +| `TRN` | Ternion | | `TRC` | TerraCoin | | `TER` | TerraNovaCoin | | `TESLA` | TeslaCoilCoin | @@ -2360,6 +2413,7 @@ There are currently **2673 cryptocurrencies** represented*: | `TRA` | Tetra | | `XTZ` | Tezos | | `THNX` | ThankYou | +| `0xDIARY` | The 0xDiary Token | | `ABYSS` | The Abyss | | `EFX` | The EFFECT Network | | `TFC` | The Freedom Coin | @@ -2425,6 +2479,8 @@ There are currently **2673 cryptocurrencies** represented*: | `TRIG` | Trigger | | `TNC` | Trinity Network Credit | | `TRIP` | Trippki | +| `TRVC` | Trivecoin | +| `TRW` | Triwer | | `TPG` | Troll Payment | | `TPAY` | TrollPlay | | `TKN*` | TrollTokens | @@ -2434,6 +2490,7 @@ There are currently **2673 cryptocurrencies** represented*: | `TRCK` | Truckcoin | | `TFL` | True Flip Lottery | | `TUSD` | True USD | +| `TDP` | TrueDeck | | `TIC` | TrueInvestmentCoin | | `TRUMP` | TrumpCoin | | `TRST` | TrustCoin | @@ -2485,13 +2542,16 @@ There are currently **2673 cryptocurrencies** represented*: | `UP` | UpToken | | `UFR` | Upfiring | | `UQC` | Uquid Coin | +| `URALS` | Urals Coin | | `URO` | UroCoin | | `UETL` | Useless Eth Token Lite | | `UET` | Useless Ethereum Token | | `UTH` | Uther | | `UTIL` | Utility Coin | +| `OOT` | Utrum | | `UTK` | Utrust | | `UWC` | Uwezocoin | +| `VIDT` | V-ID | | `VEGA` | VEGA | | `VIBE` | VIBEHub | | `VIP` | VIP Tokens | @@ -2539,6 +2599,7 @@ There are currently **2673 cryptocurrencies** represented*: | `XVP` | VirtacoinPlus | | `VMC` | VirtualMining Coin | | `VISIO` | Visio | +| `VITAE` | Vitae | | `VIU` | Viuly | | `VOISE` | Voise | | `VTN` | Voltroon | @@ -2549,6 +2610,7 @@ There are currently **2673 cryptocurrencies** represented*: | `VTR` | Vtorrent | | `VULC` | Vulcano | | `W3C` | W3Coin | +| `WAB` | WABnetwork | | `WIN` | WCoin | | `WMC` | WMCoin | | `WRT` | WRTcoin | @@ -2569,6 +2631,7 @@ There are currently **2673 cryptocurrencies** represented*: | `WPR` | WePower | | `WT` | WeToken | | `WEALTH` | WealthCoin | +| `WEB*` | Webchain | | `WELL` | Well | | `WEX` | Wexcoin | | `WHL` | WhaleCoin | @@ -2608,6 +2671,7 @@ There are currently **2673 cryptocurrencies** represented*: | `XDE2` | XDE II | | `XG` | XG Sports | | `XRP` | XRP | +| `XUEZ` | XUEZ | | `XXX` | XXXCoin | | `XYO` | XY Oracle | | `XNX` | XanaxCoin | @@ -2643,6 +2707,7 @@ There are currently **2673 cryptocurrencies** represented*: | `XZC` | ZCoin | | `ZIX` | ZIX Token | | `ZLQ` | ZLiteQubit | +| `ZMN` | ZMINE | | `ZSE` | ZSEcoin | | `ZAP` | Zap | | `ZYD` | ZayedCoin |