diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..dd7255e
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..fcadb2c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text eol=lf
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b509c88
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+coverage/
+node_modules/
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6d81cf4
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,19 @@
+language: node_js
+
+node_js:
+- stable
+
+script:
+- yarn run lint
+- yarn run test -- --verbose --coverage
+
+after_success:
+- if [ "$TRAVIS_EVENT_TYPE" = "cron" ]; then yarn run generate; fi
+
+cache:
+ yarn: true
+ directories:
+ - node_modules
+
+matrix:
+ fast_finish: true
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f1b366f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2017 Ika
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/jest.json b/jest.json
new file mode 100644
index 0000000..7097e62
--- /dev/null
+++ b/jest.json
@@ -0,0 +1,21 @@
+{
+ "testEnvironment": "node",
+ "moduleFileExtensions": ["ts", "js", "json"],
+ "mapCoverage": true,
+ "coverageReporters": ["lcov", "text-summary"],
+ "transform": { "\\.ts$": "ts-jest/preprocessor" },
+ "testMatch": ["**/*.test.ts"],
+ "collectCoverageFrom": ["src/**/*.ts"],
+ "coverageThreshold": {
+ "global": {
+ "branches": 100,
+ "functions": 100,
+ "lines": 100,
+ "statements": 100
+ }
+ },
+ "reporters": [
+ "default",
+ "jest-playback"
+ ]
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a401474
--- /dev/null
+++ b/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "emoji-cheat-sheet",
+ "version": "0.0.0-dev",
+ "private": true,
+ "author": "ikatyang",
+ "license": "MIT",
+ "homepage": "https://github.com/ikatyang/emoji-cheat-sheet",
+ "repository": "https://github.com/ikatyang/emoji-cheat-sheet/tree/generator",
+ "scripts": {
+ "lint": "tslint -p ./tsconfig.json",
+ "test": "jest -c ./jest.json",
+ "generate": "ts-node ./scripts/generate.ts ./README.md"
+ },
+ "dependencies": {
+ "cheerio": "^0.22.0",
+ "request": "^2.81.0"
+ },
+ "devDependencies": {
+ "@types/cheerio": "0.22.2",
+ "@types/jest": "20.0.2",
+ "@types/node": "8.0.13",
+ "@types/request": "0.0.47",
+ "jest": "20.0.4",
+ "jest-playback": "1.0.0",
+ "ts-jest": "20.0.7",
+ "ts-node": "3.2.0",
+ "tslint": "5.5.0",
+ "tslint-config-ikatyang": "0.10.0",
+ "typescript": "2.4.1"
+ }
+}
diff --git a/playbacks/api.github.com/get+emojis+29da119697.nock.json b/playbacks/api.github.com/get+emojis+29da119697.nock.json
new file mode 100644
index 0000000..4c072d5
--- /dev/null
+++ b/playbacks/api.github.com/get+emojis+29da119697.nock.json
@@ -0,0 +1,1563 @@
+{
+ "scope": "https://api.github.com:443",
+ "method": "GET",
+ "path": "/emojis",
+ "body": "",
+ "status": 200,
+ "response": {
+ "100": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4af.png?v7",
+ "1234": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f522.png?v7",
+ "+1": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png?v7",
+ "-1": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44e.png?v7",
+ "1st_place_medal": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f947.png?v7",
+ "2nd_place_medal": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f948.png?v7",
+ "3rd_place_medal": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f949.png?v7",
+ "8ball": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b1.png?v7",
+ "a": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f170.png?v7",
+ "ab": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f18e.png?v7",
+ "abc": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f524.png?v7",
+ "abcd": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f521.png?v7",
+ "accept": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f251.png?v7",
+ "aerial_tramway": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a1.png?v7",
+ "afghanistan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1eb.png?v7",
+ "airplane": "https://assets-cdn.github.com/images/icons/emoji/unicode/2708.png?v7",
+ "aland_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1fd.png?v7",
+ "alarm_clock": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f0.png?v7",
+ "albania": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f1.png?v7",
+ "alembic": "https://assets-cdn.github.com/images/icons/emoji/unicode/2697.png?v7",
+ "algeria": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1ff.png?v7",
+ "alien": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47d.png?v7",
+ "ambulance": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f691.png?v7",
+ "american_samoa": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f8.png?v7",
+ "amphora": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3fa.png?v7",
+ "anchor": "https://assets-cdn.github.com/images/icons/emoji/unicode/2693.png?v7",
+ "andorra": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1e9.png?v7",
+ "angel": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47c.png?v7",
+ "anger": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a2.png?v7",
+ "angola": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f4.png?v7",
+ "angry": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f620.png?v7",
+ "anguilla": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ee.png?v7",
+ "anguished": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f627.png?v7",
+ "ant": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41c.png?v7",
+ "antarctica": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f6.png?v7",
+ "antigua_barbuda": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ec.png?v7",
+ "apple": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34e.png?v7",
+ "aquarius": "https://assets-cdn.github.com/images/icons/emoji/unicode/2652.png?v7",
+ "argentina": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f7.png?v7",
+ "aries": "https://assets-cdn.github.com/images/icons/emoji/unicode/2648.png?v7",
+ "armenia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f2.png?v7",
+ "arrow_backward": "https://assets-cdn.github.com/images/icons/emoji/unicode/25c0.png?v7",
+ "arrow_double_down": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ec.png?v7",
+ "arrow_double_up": "https://assets-cdn.github.com/images/icons/emoji/unicode/23eb.png?v7",
+ "arrow_down": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b07.png?v7",
+ "arrow_down_small": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53d.png?v7",
+ "arrow_forward": "https://assets-cdn.github.com/images/icons/emoji/unicode/25b6.png?v7",
+ "arrow_heading_down": "https://assets-cdn.github.com/images/icons/emoji/unicode/2935.png?v7",
+ "arrow_heading_up": "https://assets-cdn.github.com/images/icons/emoji/unicode/2934.png?v7",
+ "arrow_left": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b05.png?v7",
+ "arrow_lower_left": "https://assets-cdn.github.com/images/icons/emoji/unicode/2199.png?v7",
+ "arrow_lower_right": "https://assets-cdn.github.com/images/icons/emoji/unicode/2198.png?v7",
+ "arrow_right": "https://assets-cdn.github.com/images/icons/emoji/unicode/27a1.png?v7",
+ "arrow_right_hook": "https://assets-cdn.github.com/images/icons/emoji/unicode/21aa.png?v7",
+ "arrow_up": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b06.png?v7",
+ "arrow_up_down": "https://assets-cdn.github.com/images/icons/emoji/unicode/2195.png?v7",
+ "arrow_up_small": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53c.png?v7",
+ "arrow_upper_left": "https://assets-cdn.github.com/images/icons/emoji/unicode/2196.png?v7",
+ "arrow_upper_right": "https://assets-cdn.github.com/images/icons/emoji/unicode/2197.png?v7",
+ "arrows_clockwise": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f503.png?v7",
+ "arrows_counterclockwise": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f504.png?v7",
+ "art": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a8.png?v7",
+ "articulated_lorry": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69b.png?v7",
+ "artificial_satellite": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f0.png?v7",
+ "aruba": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1fc.png?v7",
+ "asterisk": "https://assets-cdn.github.com/images/icons/emoji/unicode/002a-20e3.png?v7",
+ "astonished": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f632.png?v7",
+ "athletic_shoe": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45f.png?v7",
+ "atm": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e7.png?v7",
+ "atom": "https://assets-cdn.github.com/images/icons/emoji/atom.png?v7",
+ "atom_symbol": "https://assets-cdn.github.com/images/icons/emoji/unicode/269b.png?v7",
+ "australia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1fa.png?v7",
+ "austria": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1f9.png?v7",
+ "avocado": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f951.png?v7",
+ "azerbaijan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ff.png?v7",
+ "b": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f171.png?v7",
+ "baby": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f476.png?v7",
+ "baby_bottle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37c.png?v7",
+ "baby_chick": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f424.png?v7",
+ "baby_symbol": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bc.png?v7",
+ "back": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f519.png?v7",
+ "bacon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f953.png?v7",
+ "badminton": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f8.png?v7",
+ "baggage_claim": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c4.png?v7",
+ "baguette_bread": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f956.png?v7",
+ "bahamas": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f8.png?v7",
+ "bahrain": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ed.png?v7",
+ "balance_scale": "https://assets-cdn.github.com/images/icons/emoji/unicode/2696.png?v7",
+ "balloon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f388.png?v7",
+ "ballot_box": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5f3.png?v7",
+ "ballot_box_with_check": "https://assets-cdn.github.com/images/icons/emoji/unicode/2611.png?v7",
+ "bamboo": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38d.png?v7",
+ "banana": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34c.png?v7",
+ "bangbang": "https://assets-cdn.github.com/images/icons/emoji/unicode/203c.png?v7",
+ "bangladesh": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1e9.png?v7",
+ "bank": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e6.png?v7",
+ "bar_chart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ca.png?v7",
+ "barbados": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1e7.png?v7",
+ "barber": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f488.png?v7",
+ "baseball": "https://assets-cdn.github.com/images/icons/emoji/unicode/26be.png?v7",
+ "basecamp": "https://assets-cdn.github.com/images/icons/emoji/basecamp.png?v7",
+ "basecampy": "https://assets-cdn.github.com/images/icons/emoji/basecampy.png?v7",
+ "basketball": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c0.png?v7",
+ "basketball_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f9.png?v7",
+ "basketball_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f9-2640.png?v7",
+ "bat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f987.png?v7",
+ "bath": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c0.png?v7",
+ "bathtub": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c1.png?v7",
+ "battery": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50b.png?v7",
+ "beach_umbrella": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d6.png?v7",
+ "bear": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43b.png?v7",
+ "bed": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cf.png?v7",
+ "bee": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41d.png?v7",
+ "beer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37a.png?v7",
+ "beers": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37b.png?v7",
+ "beetle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41e.png?v7",
+ "beginner": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f530.png?v7",
+ "belarus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1fe.png?v7",
+ "belgium": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ea.png?v7",
+ "belize": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ff.png?v7",
+ "bell": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f514.png?v7",
+ "bellhop_bell": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ce.png?v7",
+ "benin": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ef.png?v7",
+ "bento": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f371.png?v7",
+ "bermuda": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f2.png?v7",
+ "bhutan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f9.png?v7",
+ "bicyclist": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b4.png?v7",
+ "bike": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b2.png?v7",
+ "biking_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b4.png?v7",
+ "biking_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b4-2640.png?v7",
+ "bikini": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f459.png?v7",
+ "biohazard": "https://assets-cdn.github.com/images/icons/emoji/unicode/2623.png?v7",
+ "bird": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f426.png?v7",
+ "birthday": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f382.png?v7",
+ "black_circle": "https://assets-cdn.github.com/images/icons/emoji/unicode/26ab.png?v7",
+ "black_flag": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f4.png?v7",
+ "black_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5a4.png?v7",
+ "black_joker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f0cf.png?v7",
+ "black_large_square": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b1b.png?v7",
+ "black_medium_small_square": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fe.png?v7",
+ "black_medium_square": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fc.png?v7",
+ "black_nib": "https://assets-cdn.github.com/images/icons/emoji/unicode/2712.png?v7",
+ "black_small_square": "https://assets-cdn.github.com/images/icons/emoji/unicode/25aa.png?v7",
+ "black_square_button": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f532.png?v7",
+ "blonde_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f471.png?v7",
+ "blonde_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f471-2640.png?v7",
+ "blossom": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33c.png?v7",
+ "blowfish": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f421.png?v7",
+ "blue_book": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d8.png?v7",
+ "blue_car": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f699.png?v7",
+ "blue_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f499.png?v7",
+ "blush": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60a.png?v7",
+ "boar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f417.png?v7",
+ "boat": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f5.png?v7",
+ "bolivia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f4.png?v7",
+ "bomb": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a3.png?v7",
+ "book": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d6.png?v7",
+ "bookmark": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f516.png?v7",
+ "bookmark_tabs": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d1.png?v7",
+ "books": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4da.png?v7",
+ "boom": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a5.png?v7",
+ "boot": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f462.png?v7",
+ "bosnia_herzegovina": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1e6.png?v7",
+ "botswana": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1fc.png?v7",
+ "bouquet": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f490.png?v7",
+ "bow": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f647.png?v7",
+ "bow_and_arrow": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f9.png?v7",
+ "bowing_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f647.png?v7",
+ "bowing_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f647-2640.png?v7",
+ "bowling": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b3.png?v7",
+ "bowtie": "https://assets-cdn.github.com/images/icons/emoji/bowtie.png?v7",
+ "boxing_glove": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f94a.png?v7",
+ "boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f466.png?v7",
+ "brazil": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f7.png?v7",
+ "bread": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35e.png?v7",
+ "bride_with_veil": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f470.png?v7",
+ "bridge_at_night": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f309.png?v7",
+ "briefcase": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bc.png?v7",
+ "british_indian_ocean_territory": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f4.png?v7",
+ "british_virgin_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1ec.png?v7",
+ "broken_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f494.png?v7",
+ "brunei": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f3.png?v7",
+ "bug": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41b.png?v7",
+ "building_construction": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d7.png?v7",
+ "bulb": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a1.png?v7",
+ "bulgaria": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ec.png?v7",
+ "bullettrain_front": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f685.png?v7",
+ "bullettrain_side": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f684.png?v7",
+ "burkina_faso": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1eb.png?v7",
+ "burrito": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32f.png?v7",
+ "burundi": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1ee.png?v7",
+ "bus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68c.png?v7",
+ "business_suit_levitating": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f574.png?v7",
+ "busstop": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68f.png?v7",
+ "bust_in_silhouette": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f464.png?v7",
+ "busts_in_silhouette": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f465.png?v7",
+ "butterfly": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98b.png?v7",
+ "cactus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f335.png?v7",
+ "cake": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f370.png?v7",
+ "calendar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c6.png?v7",
+ "call_me_hand": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f919.png?v7",
+ "calling": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f2.png?v7",
+ "cambodia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ed.png?v7",
+ "camel": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42b.png?v7",
+ "camera": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f7.png?v7",
+ "camera_flash": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f8.png?v7",
+ "cameroon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f2.png?v7",
+ "camping": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d5.png?v7",
+ "canada": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1e6.png?v7",
+ "canary_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1e8.png?v7",
+ "cancer": "https://assets-cdn.github.com/images/icons/emoji/unicode/264b.png?v7",
+ "candle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f56f.png?v7",
+ "candy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36c.png?v7",
+ "canoe": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f6.png?v7",
+ "cape_verde": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fb.png?v7",
+ "capital_abcd": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f520.png?v7",
+ "capricorn": "https://assets-cdn.github.com/images/icons/emoji/unicode/2651.png?v7",
+ "car": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f697.png?v7",
+ "card_file_box": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5c3.png?v7",
+ "card_index": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c7.png?v7",
+ "card_index_dividers": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5c2.png?v7",
+ "caribbean_netherlands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f6.png?v7",
+ "carousel_horse": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a0.png?v7",
+ "carrot": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f955.png?v7",
+ "cat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f431.png?v7",
+ "cat2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f408.png?v7",
+ "cayman_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1fe.png?v7",
+ "cd": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bf.png?v7",
+ "central_african_republic": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1eb.png?v7",
+ "chad": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1e9.png?v7",
+ "chains": "https://assets-cdn.github.com/images/icons/emoji/unicode/26d3.png?v7",
+ "champagne": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37e.png?v7",
+ "chart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b9.png?v7",
+ "chart_with_downwards_trend": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c9.png?v7",
+ "chart_with_upwards_trend": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c8.png?v7",
+ "checkered_flag": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c1.png?v7",
+ "cheese": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f9c0.png?v7",
+ "cherries": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f352.png?v7",
+ "cherry_blossom": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f338.png?v7",
+ "chestnut": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f330.png?v7",
+ "chicken": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f414.png?v7",
+ "children_crossing": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b8.png?v7",
+ "chile": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f1.png?v7",
+ "chipmunk": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43f.png?v7",
+ "chocolate_bar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36b.png?v7",
+ "christmas_island": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fd.png?v7",
+ "christmas_tree": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f384.png?v7",
+ "church": "https://assets-cdn.github.com/images/icons/emoji/unicode/26ea.png?v7",
+ "cinema": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a6.png?v7",
+ "circus_tent": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3aa.png?v7",
+ "city_sunrise": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f307.png?v7",
+ "city_sunset": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f306.png?v7",
+ "cityscape": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d9.png?v7",
+ "cl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f191.png?v7",
+ "clamp": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5dc.png?v7",
+ "clap": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44f.png?v7",
+ "clapper": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ac.png?v7",
+ "classical_building": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3db.png?v7",
+ "clinking_glasses": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f942.png?v7",
+ "clipboard": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cb.png?v7",
+ "clock1": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f550.png?v7",
+ "clock10": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f559.png?v7",
+ "clock1030": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f565.png?v7",
+ "clock11": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55a.png?v7",
+ "clock1130": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f566.png?v7",
+ "clock12": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55b.png?v7",
+ "clock1230": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f567.png?v7",
+ "clock130": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55c.png?v7",
+ "clock2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f551.png?v7",
+ "clock230": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55d.png?v7",
+ "clock3": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f552.png?v7",
+ "clock330": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55e.png?v7",
+ "clock4": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f553.png?v7",
+ "clock430": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f55f.png?v7",
+ "clock5": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f554.png?v7",
+ "clock530": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f560.png?v7",
+ "clock6": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f555.png?v7",
+ "clock630": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f561.png?v7",
+ "clock7": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f556.png?v7",
+ "clock730": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f562.png?v7",
+ "clock8": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f557.png?v7",
+ "clock830": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f563.png?v7",
+ "clock9": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f558.png?v7",
+ "clock930": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f564.png?v7",
+ "closed_book": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d5.png?v7",
+ "closed_lock_with_key": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f510.png?v7",
+ "closed_umbrella": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f302.png?v7",
+ "cloud": "https://assets-cdn.github.com/images/icons/emoji/unicode/2601.png?v7",
+ "cloud_with_lightning": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f329.png?v7",
+ "cloud_with_lightning_and_rain": "https://assets-cdn.github.com/images/icons/emoji/unicode/26c8.png?v7",
+ "cloud_with_rain": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f327.png?v7",
+ "cloud_with_snow": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f328.png?v7",
+ "clown_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f921.png?v7",
+ "clubs": "https://assets-cdn.github.com/images/icons/emoji/unicode/2663.png?v7",
+ "cn": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f3.png?v7",
+ "cocktail": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f378.png?v7",
+ "cocos_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1e8.png?v7",
+ "coffee": "https://assets-cdn.github.com/images/icons/emoji/unicode/2615.png?v7",
+ "coffin": "https://assets-cdn.github.com/images/icons/emoji/unicode/26b0.png?v7",
+ "cold_sweat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f630.png?v7",
+ "collision": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a5.png?v7",
+ "colombia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f4.png?v7",
+ "comet": "https://assets-cdn.github.com/images/icons/emoji/unicode/2604.png?v7",
+ "comoros": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f2.png?v7",
+ "computer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bb.png?v7",
+ "computer_mouse": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5b1.png?v7",
+ "confetti_ball": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38a.png?v7",
+ "confounded": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f616.png?v7",
+ "confused": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f615.png?v7",
+ "congo_brazzaville": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ec.png?v7",
+ "congo_kinshasa": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1e9.png?v7",
+ "congratulations": "https://assets-cdn.github.com/images/icons/emoji/unicode/3297.png?v7",
+ "construction": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a7.png?v7",
+ "construction_worker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f477.png?v7",
+ "construction_worker_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f477.png?v7",
+ "construction_worker_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f477-2640.png?v7",
+ "control_knobs": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39b.png?v7",
+ "convenience_store": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ea.png?v7",
+ "cook_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f0.png?v7",
+ "cookie": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36a.png?v7",
+ "cool": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f192.png?v7",
+ "cop": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46e.png?v7",
+ "copyright": "https://assets-cdn.github.com/images/icons/emoji/unicode/00a9.png?v7",
+ "corn": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33d.png?v7",
+ "costa_rica": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1f7.png?v7",
+ "cote_divoire": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ee.png?v7",
+ "couch_and_lamp": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cb.png?v7",
+ "couple": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46b.png?v7",
+ "couple_with_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f491.png?v7",
+ "couple_with_heart_man_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2764-1f468.png?v7",
+ "couple_with_heart_woman_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f491.png?v7",
+ "couple_with_heart_woman_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2764-1f469.png?v7",
+ "couplekiss_man_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2764-1f48b-1f468.png?v7",
+ "couplekiss_man_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48f.png?v7",
+ "couplekiss_woman_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2764-1f48b-1f469.png?v7",
+ "cow": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42e.png?v7",
+ "cow2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f404.png?v7",
+ "cowboy_hat_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f920.png?v7",
+ "crab": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f980.png?v7",
+ "crayon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58d.png?v7",
+ "credit_card": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b3.png?v7",
+ "crescent_moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f319.png?v7",
+ "cricket": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cf.png?v7",
+ "croatia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f7.png?v7",
+ "crocodile": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40a.png?v7",
+ "croissant": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f950.png?v7",
+ "crossed_fingers": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91e.png?v7",
+ "crossed_flags": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38c.png?v7",
+ "crossed_swords": "https://assets-cdn.github.com/images/icons/emoji/unicode/2694.png?v7",
+ "crown": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f451.png?v7",
+ "cry": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f622.png?v7",
+ "crying_cat_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63f.png?v7",
+ "crystal_ball": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52e.png?v7",
+ "cuba": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fa.png?v7",
+ "cucumber": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f952.png?v7",
+ "cupid": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f498.png?v7",
+ "curacao": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fc.png?v7",
+ "curly_loop": "https://assets-cdn.github.com/images/icons/emoji/unicode/27b0.png?v7",
+ "currency_exchange": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b1.png?v7",
+ "curry": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35b.png?v7",
+ "custard": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36e.png?v7",
+ "customs": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c3.png?v7",
+ "cyclone": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f300.png?v7",
+ "cyprus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1fe.png?v7",
+ "czech_republic": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ff.png?v7",
+ "dagger": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5e1.png?v7",
+ "dancer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f483.png?v7",
+ "dancers": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46f.png?v7",
+ "dancing_men": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46f-2642.png?v7",
+ "dancing_women": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46f.png?v7",
+ "dango": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f361.png?v7",
+ "dark_sunglasses": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f576.png?v7",
+ "dart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3af.png?v7",
+ "dash": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a8.png?v7",
+ "date": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c5.png?v7",
+ "de": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1ea.png?v7",
+ "deciduous_tree": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f333.png?v7",
+ "deer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98c.png?v7",
+ "denmark": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1f0.png?v7",
+ "department_store": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ec.png?v7",
+ "derelict_house": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3da.png?v7",
+ "desert": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3dc.png?v7",
+ "desert_island": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3dd.png?v7",
+ "desktop_computer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5a5.png?v7",
+ "detective": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f575.png?v7",
+ "diamond_shape_with_a_dot_inside": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a0.png?v7",
+ "diamonds": "https://assets-cdn.github.com/images/icons/emoji/unicode/2666.png?v7",
+ "disappointed": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61e.png?v7",
+ "disappointed_relieved": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f625.png?v7",
+ "dizzy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ab.png?v7",
+ "dizzy_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f635.png?v7",
+ "djibouti": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1ef.png?v7",
+ "do_not_litter": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6af.png?v7",
+ "dog": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f436.png?v7",
+ "dog2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f415.png?v7",
+ "dollar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b5.png?v7",
+ "dolls": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38e.png?v7",
+ "dolphin": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42c.png?v7",
+ "dominica": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1f2.png?v7",
+ "dominican_republic": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e9-1f1f4.png?v7",
+ "door": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6aa.png?v7",
+ "doughnut": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f369.png?v7",
+ "dove": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54a.png?v7",
+ "dragon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f409.png?v7",
+ "dragon_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f432.png?v7",
+ "dress": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f457.png?v7",
+ "dromedary_camel": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42a.png?v7",
+ "drooling_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f924.png?v7",
+ "droplet": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a7.png?v7",
+ "drum": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f941.png?v7",
+ "duck": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f986.png?v7",
+ "dvd": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c0.png?v7",
+ "e-mail": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e7.png?v7",
+ "eagle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f985.png?v7",
+ "ear": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f442.png?v7",
+ "ear_of_rice": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33e.png?v7",
+ "earth_africa": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30d.png?v7",
+ "earth_americas": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30e.png?v7",
+ "earth_asia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30f.png?v7",
+ "ecuador": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1e8.png?v7",
+ "egg": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95a.png?v7",
+ "eggplant": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f346.png?v7",
+ "egypt": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1ec.png?v7",
+ "eight": "https://assets-cdn.github.com/images/icons/emoji/unicode/0038-20e3.png?v7",
+ "eight_pointed_black_star": "https://assets-cdn.github.com/images/icons/emoji/unicode/2734.png?v7",
+ "eight_spoked_asterisk": "https://assets-cdn.github.com/images/icons/emoji/unicode/2733.png?v7",
+ "el_salvador": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1fb.png?v7",
+ "electric_plug": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50c.png?v7",
+ "electron": "https://assets-cdn.github.com/images/icons/emoji/electron.png?v7",
+ "elephant": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f418.png?v7",
+ "email": "https://assets-cdn.github.com/images/icons/emoji/unicode/2709.png?v7",
+ "end": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51a.png?v7",
+ "envelope": "https://assets-cdn.github.com/images/icons/emoji/unicode/2709.png?v7",
+ "envelope_with_arrow": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e9.png?v7",
+ "equatorial_guinea": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f6.png?v7",
+ "eritrea": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1f7.png?v7",
+ "es": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1f8.png?v7",
+ "estonia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1ea.png?v7",
+ "ethiopia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1f9.png?v7",
+ "eu": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1fa.png?v7",
+ "euro": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b6.png?v7",
+ "european_castle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f0.png?v7",
+ "european_post_office": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e4.png?v7",
+ "european_union": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1fa.png?v7",
+ "evergreen_tree": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f332.png?v7",
+ "exclamation": "https://assets-cdn.github.com/images/icons/emoji/unicode/2757.png?v7",
+ "expressionless": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f611.png?v7",
+ "eye": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f441.png?v7",
+ "eye_speech_bubble": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f441-1f5e8.png?v7",
+ "eyeglasses": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f453.png?v7",
+ "eyes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f440.png?v7",
+ "face_with_head_bandage": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f915.png?v7",
+ "face_with_thermometer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f912.png?v7",
+ "facepunch": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44a.png?v7",
+ "factory": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ed.png?v7",
+ "falkland_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f0.png?v7",
+ "fallen_leaf": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f342.png?v7",
+ "family": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46a.png?v7",
+ "family_man_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f466.png?v7",
+ "family_man_boy_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f466-1f466.png?v7",
+ "family_man_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f467.png?v7",
+ "family_man_girl_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f467-1f466.png?v7",
+ "family_man_girl_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f467-1f467.png?v7",
+ "family_man_man_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f466.png?v7",
+ "family_man_man_boy_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f466-1f466.png?v7",
+ "family_man_man_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f467.png?v7",
+ "family_man_man_girl_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f467-1f466.png?v7",
+ "family_man_man_girl_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f468-1f467-1f467.png?v7",
+ "family_man_woman_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46a.png?v7",
+ "family_man_woman_boy_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f466-1f466.png?v7",
+ "family_man_woman_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f467.png?v7",
+ "family_man_woman_girl_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f467-1f466.png?v7",
+ "family_man_woman_girl_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f469-1f467-1f467.png?v7",
+ "family_woman_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f466.png?v7",
+ "family_woman_boy_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f466-1f466.png?v7",
+ "family_woman_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f467.png?v7",
+ "family_woman_girl_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f467-1f466.png?v7",
+ "family_woman_girl_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f467-1f467.png?v7",
+ "family_woman_woman_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f466.png?v7",
+ "family_woman_woman_boy_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f466-1f466.png?v7",
+ "family_woman_woman_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f467.png?v7",
+ "family_woman_woman_girl_boy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f467-1f466.png?v7",
+ "family_woman_woman_girl_girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f469-1f467-1f467.png?v7",
+ "faroe_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f4.png?v7",
+ "fast_forward": "https://assets-cdn.github.com/images/icons/emoji/unicode/23e9.png?v7",
+ "fax": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e0.png?v7",
+ "fearful": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f628.png?v7",
+ "feelsgood": "https://assets-cdn.github.com/images/icons/emoji/feelsgood.png?v7",
+ "feet": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43e.png?v7",
+ "female_detective": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f575-2640.png?v7",
+ "ferris_wheel": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a1.png?v7",
+ "ferry": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f4.png?v7",
+ "field_hockey": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d1.png?v7",
+ "fiji": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1ef.png?v7",
+ "file_cabinet": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5c4.png?v7",
+ "file_folder": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c1.png?v7",
+ "film_projector": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fd.png?v7",
+ "film_strip": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39e.png?v7",
+ "finland": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1ee.png?v7",
+ "finnadie": "https://assets-cdn.github.com/images/icons/emoji/finnadie.png?v7",
+ "fire": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f525.png?v7",
+ "fire_engine": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f692.png?v7",
+ "fireworks": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f386.png?v7",
+ "first_quarter_moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f313.png?v7",
+ "first_quarter_moon_with_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31b.png?v7",
+ "fish": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41f.png?v7",
+ "fish_cake": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f365.png?v7",
+ "fishing_pole_and_fish": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a3.png?v7",
+ "fist": "https://assets-cdn.github.com/images/icons/emoji/unicode/270a.png?v7",
+ "fist_left": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91b.png?v7",
+ "fist_oncoming": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44a.png?v7",
+ "fist_raised": "https://assets-cdn.github.com/images/icons/emoji/unicode/270a.png?v7",
+ "fist_right": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91c.png?v7",
+ "five": "https://assets-cdn.github.com/images/icons/emoji/unicode/0035-20e3.png?v7",
+ "flags": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38f.png?v7",
+ "flashlight": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f526.png?v7",
+ "fleur_de_lis": "https://assets-cdn.github.com/images/icons/emoji/unicode/269c.png?v7",
+ "flight_arrival": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ec.png?v7",
+ "flight_departure": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6eb.png?v7",
+ "flipper": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42c.png?v7",
+ "floppy_disk": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4be.png?v7",
+ "flower_playing_cards": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b4.png?v7",
+ "flushed": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f633.png?v7",
+ "fog": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32b.png?v7",
+ "foggy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f301.png?v7",
+ "football": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c8.png?v7",
+ "footprints": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f463.png?v7",
+ "fork_and_knife": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f374.png?v7",
+ "fountain": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f2.png?v7",
+ "fountain_pen": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58b.png?v7",
+ "four": "https://assets-cdn.github.com/images/icons/emoji/unicode/0034-20e3.png?v7",
+ "four_leaf_clover": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f340.png?v7",
+ "fox_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98a.png?v7",
+ "fr": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f7.png?v7",
+ "framed_picture": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5bc.png?v7",
+ "free": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f193.png?v7",
+ "french_guiana": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1eb.png?v7",
+ "french_polynesia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1eb.png?v7",
+ "french_southern_territories": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1eb.png?v7",
+ "fried_egg": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f373.png?v7",
+ "fried_shrimp": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f364.png?v7",
+ "fries": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35f.png?v7",
+ "frog": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f438.png?v7",
+ "frowning": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f626.png?v7",
+ "frowning_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/2639.png?v7",
+ "frowning_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64d-2642.png?v7",
+ "frowning_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64d.png?v7",
+ "fu": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f595.png?v7",
+ "fuelpump": "https://assets-cdn.github.com/images/icons/emoji/unicode/26fd.png?v7",
+ "full_moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f315.png?v7",
+ "full_moon_with_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31d.png?v7",
+ "funeral_urn": "https://assets-cdn.github.com/images/icons/emoji/unicode/26b1.png?v7",
+ "gabon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e6.png?v7",
+ "gambia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f2.png?v7",
+ "game_die": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b2.png?v7",
+ "gb": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e7.png?v7",
+ "gear": "https://assets-cdn.github.com/images/icons/emoji/unicode/2699.png?v7",
+ "gem": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48e.png?v7",
+ "gemini": "https://assets-cdn.github.com/images/icons/emoji/unicode/264a.png?v7",
+ "georgia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ea.png?v7",
+ "ghana": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ed.png?v7",
+ "ghost": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47b.png?v7",
+ "gibraltar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ee.png?v7",
+ "gift": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f381.png?v7",
+ "gift_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49d.png?v7",
+ "girl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f467.png?v7",
+ "globe_with_meridians": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f310.png?v7",
+ "goal_net": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f945.png?v7",
+ "goat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f410.png?v7",
+ "goberserk": "https://assets-cdn.github.com/images/icons/emoji/goberserk.png?v7",
+ "godmode": "https://assets-cdn.github.com/images/icons/emoji/godmode.png?v7",
+ "golf": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f3.png?v7",
+ "golfing_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cc.png?v7",
+ "golfing_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cc-2640.png?v7",
+ "gorilla": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98d.png?v7",
+ "grapes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f347.png?v7",
+ "greece": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f7.png?v7",
+ "green_apple": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34f.png?v7",
+ "green_book": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d7.png?v7",
+ "green_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49a.png?v7",
+ "green_salad": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f957.png?v7",
+ "greenland": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f1.png?v7",
+ "grenada": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e9.png?v7",
+ "grey_exclamation": "https://assets-cdn.github.com/images/icons/emoji/unicode/2755.png?v7",
+ "grey_question": "https://assets-cdn.github.com/images/icons/emoji/unicode/2754.png?v7",
+ "grimacing": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62c.png?v7",
+ "grin": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f601.png?v7",
+ "grinning": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f600.png?v7",
+ "guadeloupe": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f5.png?v7",
+ "guam": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1fa.png?v7",
+ "guardsman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f482.png?v7",
+ "guardswoman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f482-2640.png?v7",
+ "guatemala": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f9.png?v7",
+ "guernsey": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1ec.png?v7",
+ "guinea": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f3.png?v7",
+ "guinea_bissau": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1fc.png?v7",
+ "guitar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b8.png?v7",
+ "gun": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52b.png?v7",
+ "guyana": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1fe.png?v7",
+ "haircut": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f487.png?v7",
+ "haircut_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f487-2642.png?v7",
+ "haircut_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f487.png?v7",
+ "haiti": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f9.png?v7",
+ "hamburger": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f354.png?v7",
+ "hammer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f528.png?v7",
+ "hammer_and_pick": "https://assets-cdn.github.com/images/icons/emoji/unicode/2692.png?v7",
+ "hammer_and_wrench": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e0.png?v7",
+ "hamster": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f439.png?v7",
+ "hand": "https://assets-cdn.github.com/images/icons/emoji/unicode/270b.png?v7",
+ "handbag": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45c.png?v7",
+ "handshake": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91d.png?v7",
+ "hankey": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a9.png?v7",
+ "hash": "https://assets-cdn.github.com/images/icons/emoji/unicode/0023-20e3.png?v7",
+ "hatched_chick": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f425.png?v7",
+ "hatching_chick": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f423.png?v7",
+ "headphones": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a7.png?v7",
+ "hear_no_evil": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f649.png?v7",
+ "heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/2764.png?v7",
+ "heart_decoration": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49f.png?v7",
+ "heart_eyes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60d.png?v7",
+ "heart_eyes_cat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63b.png?v7",
+ "heartbeat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f493.png?v7",
+ "heartpulse": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f497.png?v7",
+ "hearts": "https://assets-cdn.github.com/images/icons/emoji/unicode/2665.png?v7",
+ "heavy_check_mark": "https://assets-cdn.github.com/images/icons/emoji/unicode/2714.png?v7",
+ "heavy_division_sign": "https://assets-cdn.github.com/images/icons/emoji/unicode/2797.png?v7",
+ "heavy_dollar_sign": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b2.png?v7",
+ "heavy_exclamation_mark": "https://assets-cdn.github.com/images/icons/emoji/unicode/2757.png?v7",
+ "heavy_heart_exclamation": "https://assets-cdn.github.com/images/icons/emoji/unicode/2763.png?v7",
+ "heavy_minus_sign": "https://assets-cdn.github.com/images/icons/emoji/unicode/2796.png?v7",
+ "heavy_multiplication_x": "https://assets-cdn.github.com/images/icons/emoji/unicode/2716.png?v7",
+ "heavy_plus_sign": "https://assets-cdn.github.com/images/icons/emoji/unicode/2795.png?v7",
+ "helicopter": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f681.png?v7",
+ "herb": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33f.png?v7",
+ "hibiscus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33a.png?v7",
+ "high_brightness": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f506.png?v7",
+ "high_heel": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f460.png?v7",
+ "hocho": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52a.png?v7",
+ "hole": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f573.png?v7",
+ "honduras": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f3.png?v7",
+ "honey_pot": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36f.png?v7",
+ "honeybee": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41d.png?v7",
+ "hong_kong": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1f0.png?v7",
+ "horse": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f434.png?v7",
+ "horse_racing": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c7.png?v7",
+ "hospital": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e5.png?v7",
+ "hot_pepper": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f336.png?v7",
+ "hotdog": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32d.png?v7",
+ "hotel": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e8.png?v7",
+ "hotsprings": "https://assets-cdn.github.com/images/icons/emoji/unicode/2668.png?v7",
+ "hourglass": "https://assets-cdn.github.com/images/icons/emoji/unicode/231b.png?v7",
+ "hourglass_flowing_sand": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f3.png?v7",
+ "house": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e0.png?v7",
+ "house_with_garden": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e1.png?v7",
+ "houses": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d8.png?v7",
+ "hugs": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f917.png?v7",
+ "hungary": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ed-1f1fa.png?v7",
+ "hurtrealbad": "https://assets-cdn.github.com/images/icons/emoji/hurtrealbad.png?v7",
+ "hushed": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62f.png?v7",
+ "ice_cream": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f368.png?v7",
+ "ice_hockey": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d2.png?v7",
+ "ice_skate": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f8.png?v7",
+ "icecream": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f366.png?v7",
+ "iceland": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f8.png?v7",
+ "id": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f194.png?v7",
+ "ideograph_advantage": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f250.png?v7",
+ "imp": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47f.png?v7",
+ "inbox_tray": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e5.png?v7",
+ "incoming_envelope": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e8.png?v7",
+ "india": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f3.png?v7",
+ "indonesia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1e9.png?v7",
+ "information_desk_person": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f481.png?v7",
+ "information_source": "https://assets-cdn.github.com/images/icons/emoji/unicode/2139.png?v7",
+ "innocent": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f607.png?v7",
+ "interrobang": "https://assets-cdn.github.com/images/icons/emoji/unicode/2049.png?v7",
+ "iphone": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f1.png?v7",
+ "iran": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f7.png?v7",
+ "iraq": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f6.png?v7",
+ "ireland": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1ea.png?v7",
+ "isle_of_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f2.png?v7",
+ "israel": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f1.png?v7",
+ "it": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ee-1f1f9.png?v7",
+ "izakaya_lantern": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ee.png?v7",
+ "jack_o_lantern": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f383.png?v7",
+ "jamaica": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1f2.png?v7",
+ "japan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fe.png?v7",
+ "japanese_castle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ef.png?v7",
+ "japanese_goblin": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47a.png?v7",
+ "japanese_ogre": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f479.png?v7",
+ "jeans": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f456.png?v7",
+ "jersey": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1ea.png?v7",
+ "jordan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1f4.png?v7",
+ "joy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f602.png?v7",
+ "joy_cat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f639.png?v7",
+ "joystick": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f579.png?v7",
+ "jp": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ef-1f1f5.png?v7",
+ "kaaba": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54b.png?v7",
+ "kazakhstan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ff.png?v7",
+ "kenya": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ea.png?v7",
+ "key": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f511.png?v7",
+ "keyboard": "https://assets-cdn.github.com/images/icons/emoji/unicode/2328.png?v7",
+ "keycap_ten": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51f.png?v7",
+ "kick_scooter": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f4.png?v7",
+ "kimono": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f458.png?v7",
+ "kiribati": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ee.png?v7",
+ "kiss": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48b.png?v7",
+ "kissing": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f617.png?v7",
+ "kissing_cat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63d.png?v7",
+ "kissing_closed_eyes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61a.png?v7",
+ "kissing_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f618.png?v7",
+ "kissing_smiling_eyes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f619.png?v7",
+ "kiwi_fruit": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95d.png?v7",
+ "knife": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52a.png?v7",
+ "koala": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f428.png?v7",
+ "koko": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f201.png?v7",
+ "kosovo": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fd-1f1f0.png?v7",
+ "kr": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f7.png?v7",
+ "kuwait": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1fc.png?v7",
+ "kyrgyzstan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1ec.png?v7",
+ "label": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f7.png?v7",
+ "lantern": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ee.png?v7",
+ "laos": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1e6.png?v7",
+ "large_blue_circle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f535.png?v7",
+ "large_blue_diamond": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f537.png?v7",
+ "large_orange_diamond": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f536.png?v7",
+ "last_quarter_moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f317.png?v7",
+ "last_quarter_moon_with_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31c.png?v7",
+ "latin_cross": "https://assets-cdn.github.com/images/icons/emoji/unicode/271d.png?v7",
+ "latvia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1fb.png?v7",
+ "laughing": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f606.png?v7",
+ "leaves": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f343.png?v7",
+ "lebanon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1e7.png?v7",
+ "ledger": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d2.png?v7",
+ "left_luggage": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c5.png?v7",
+ "left_right_arrow": "https://assets-cdn.github.com/images/icons/emoji/unicode/2194.png?v7",
+ "leftwards_arrow_with_hook": "https://assets-cdn.github.com/images/icons/emoji/unicode/21a9.png?v7",
+ "lemon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34b.png?v7",
+ "leo": "https://assets-cdn.github.com/images/icons/emoji/unicode/264c.png?v7",
+ "leopard": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f406.png?v7",
+ "lesotho": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f8.png?v7",
+ "level_slider": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39a.png?v7",
+ "liberia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f7.png?v7",
+ "libra": "https://assets-cdn.github.com/images/icons/emoji/unicode/264e.png?v7",
+ "libya": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1fe.png?v7",
+ "liechtenstein": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1ee.png?v7",
+ "light_rail": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f688.png?v7",
+ "link": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f517.png?v7",
+ "lion": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f981.png?v7",
+ "lips": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f444.png?v7",
+ "lipstick": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f484.png?v7",
+ "lithuania": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f9.png?v7",
+ "lizard": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98e.png?v7",
+ "lock": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f512.png?v7",
+ "lock_with_ink_pen": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50f.png?v7",
+ "lollipop": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f36d.png?v7",
+ "loop": "https://assets-cdn.github.com/images/icons/emoji/unicode/27bf.png?v7",
+ "loud_sound": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50a.png?v7",
+ "loudspeaker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e2.png?v7",
+ "love_hotel": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e9.png?v7",
+ "love_letter": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48c.png?v7",
+ "low_brightness": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f505.png?v7",
+ "luxembourg": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1fa.png?v7",
+ "lying_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f925.png?v7",
+ "m": "https://assets-cdn.github.com/images/icons/emoji/unicode/24c2.png?v7",
+ "macau": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f4.png?v7",
+ "macedonia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f0.png?v7",
+ "madagascar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ec.png?v7",
+ "mag": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50d.png?v7",
+ "mag_right": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f50e.png?v7",
+ "mahjong": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f004.png?v7",
+ "mailbox": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4eb.png?v7",
+ "mailbox_closed": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ea.png?v7",
+ "mailbox_with_mail": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ec.png?v7",
+ "mailbox_with_no_mail": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ed.png?v7",
+ "malawi": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fc.png?v7",
+ "malaysia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fe.png?v7",
+ "maldives": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fb.png?v7",
+ "male_detective": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f575.png?v7",
+ "mali": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f1.png?v7",
+ "malta": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f9.png?v7",
+ "man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468.png?v7",
+ "man_artist": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3a8.png?v7",
+ "man_astronaut": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f680.png?v7",
+ "man_cartwheeling": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f938-2642.png?v7",
+ "man_cook": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f373.png?v7",
+ "man_dancing": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f57a.png?v7",
+ "man_facepalming": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f926-2642.png?v7",
+ "man_factory_worker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3ed.png?v7",
+ "man_farmer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f33e.png?v7",
+ "man_firefighter": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f692.png?v7",
+ "man_health_worker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2695.png?v7",
+ "man_in_tuxedo": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f935.png?v7",
+ "man_judge": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2696.png?v7",
+ "man_juggling": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f939-2642.png?v7",
+ "man_mechanic": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f527.png?v7",
+ "man_office_worker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f4bc.png?v7",
+ "man_pilot": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-2708.png?v7",
+ "man_playing_handball": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93e-2642.png?v7",
+ "man_playing_water_polo": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93d-2642.png?v7",
+ "man_scientist": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f52c.png?v7",
+ "man_shrugging": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f937-2642.png?v7",
+ "man_singer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3a4.png?v7",
+ "man_student": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f393.png?v7",
+ "man_teacher": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f3eb.png?v7",
+ "man_technologist": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f468-1f4bb.png?v7",
+ "man_with_gua_pi_mao": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f472.png?v7",
+ "man_with_turban": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f473.png?v7",
+ "mandarin": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34a.png?v7",
+ "mans_shoe": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45e.png?v7",
+ "mantelpiece_clock": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f570.png?v7",
+ "maple_leaf": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f341.png?v7",
+ "marshall_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ed.png?v7",
+ "martial_arts_uniform": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f94b.png?v7",
+ "martinique": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f6.png?v7",
+ "mask": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f637.png?v7",
+ "massage": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f486.png?v7",
+ "massage_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f486-2642.png?v7",
+ "massage_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f486.png?v7",
+ "mauritania": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f7.png?v7",
+ "mauritius": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fa.png?v7",
+ "mayotte": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fe-1f1f9.png?v7",
+ "meat_on_bone": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f356.png?v7",
+ "medal_military": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f396.png?v7",
+ "medal_sports": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c5.png?v7",
+ "mega": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e3.png?v7",
+ "melon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f348.png?v7",
+ "memo": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png?v7",
+ "men_wrestling": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93c-2642.png?v7",
+ "menorah": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54e.png?v7",
+ "mens": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b9.png?v7",
+ "metal": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f918.png?v7",
+ "metro": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f687.png?v7",
+ "mexico": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1fd.png?v7",
+ "micronesia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1eb-1f1f2.png?v7",
+ "microphone": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a4.png?v7",
+ "microscope": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52c.png?v7",
+ "middle_finger": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f595.png?v7",
+ "milk_glass": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95b.png?v7",
+ "milky_way": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30c.png?v7",
+ "minibus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f690.png?v7",
+ "minidisc": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4bd.png?v7",
+ "mobile_phone_off": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f4.png?v7",
+ "moldova": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1e9.png?v7",
+ "monaco": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1e8.png?v7",
+ "money_mouth_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f911.png?v7",
+ "money_with_wings": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b8.png?v7",
+ "moneybag": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b0.png?v7",
+ "mongolia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f3.png?v7",
+ "monkey": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f412.png?v7",
+ "monkey_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f435.png?v7",
+ "monorail": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69d.png?v7",
+ "montenegro": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ea.png?v7",
+ "montserrat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f8.png?v7",
+ "moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f314.png?v7",
+ "morocco": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1e6.png?v7",
+ "mortar_board": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f393.png?v7",
+ "mosque": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54c.png?v7",
+ "motor_boat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e5.png?v7",
+ "motor_scooter": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f5.png?v7",
+ "motorcycle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cd.png?v7",
+ "motorway": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e3.png?v7",
+ "mount_fuji": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fb.png?v7",
+ "mountain": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f0.png?v7",
+ "mountain_bicyclist": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b5.png?v7",
+ "mountain_biking_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b5.png?v7",
+ "mountain_biking_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b5-2640.png?v7",
+ "mountain_cableway": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a0.png?v7",
+ "mountain_railway": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69e.png?v7",
+ "mountain_snow": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d4.png?v7",
+ "mouse": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42d.png?v7",
+ "mouse2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f401.png?v7",
+ "movie_camera": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a5.png?v7",
+ "moyai": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5ff.png?v7",
+ "mozambique": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1ff.png?v7",
+ "mrs_claus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f936.png?v7",
+ "muscle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4aa.png?v7",
+ "mushroom": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f344.png?v7",
+ "musical_keyboard": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b9.png?v7",
+ "musical_note": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b5.png?v7",
+ "musical_score": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bc.png?v7",
+ "mute": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f507.png?v7",
+ "myanmar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f2.png?v7",
+ "nail_care": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f485.png?v7",
+ "name_badge": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4db.png?v7",
+ "namibia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1e6.png?v7",
+ "national_park": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3de.png?v7",
+ "nauru": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f7.png?v7",
+ "nauseated_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f922.png?v7",
+ "neckbeard": "https://assets-cdn.github.com/images/icons/emoji/neckbeard.png?v7",
+ "necktie": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f454.png?v7",
+ "negative_squared_cross_mark": "https://assets-cdn.github.com/images/icons/emoji/unicode/274e.png?v7",
+ "nepal": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f5.png?v7",
+ "nerd_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f913.png?v7",
+ "netherlands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f1.png?v7",
+ "neutral_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f610.png?v7",
+ "new": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f195.png?v7",
+ "new_caledonia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1e8.png?v7",
+ "new_moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f311.png?v7",
+ "new_moon_with_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31a.png?v7",
+ "new_zealand": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ff.png?v7",
+ "newspaper": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f0.png?v7",
+ "newspaper_roll": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5de.png?v7",
+ "next_track_button": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ed.png?v7",
+ "ng": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f196.png?v7",
+ "ng_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645-2642.png?v7",
+ "ng_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645.png?v7",
+ "nicaragua": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ee.png?v7",
+ "niger": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ea.png?v7",
+ "nigeria": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1ec.png?v7",
+ "night_with_stars": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f303.png?v7",
+ "nine": "https://assets-cdn.github.com/images/icons/emoji/unicode/0039-20e3.png?v7",
+ "niue": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1fa.png?v7",
+ "no_bell": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f515.png?v7",
+ "no_bicycles": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b3.png?v7",
+ "no_entry": "https://assets-cdn.github.com/images/icons/emoji/unicode/26d4.png?v7",
+ "no_entry_sign": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ab.png?v7",
+ "no_good": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645.png?v7",
+ "no_good_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645-2642.png?v7",
+ "no_good_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f645.png?v7",
+ "no_mobile_phones": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f5.png?v7",
+ "no_mouth": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f636.png?v7",
+ "no_pedestrians": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b7.png?v7",
+ "no_smoking": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ad.png?v7",
+ "non-potable_water": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b1.png?v7",
+ "norfolk_island": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1eb.png?v7",
+ "north_korea": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f5.png?v7",
+ "northern_mariana_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f2-1f1f5.png?v7",
+ "norway": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f3-1f1f4.png?v7",
+ "nose": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f443.png?v7",
+ "notebook": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d3.png?v7",
+ "notebook_with_decorative_cover": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d4.png?v7",
+ "notes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b6.png?v7",
+ "nut_and_bolt": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f529.png?v7",
+ "o": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b55.png?v7",
+ "o2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f17e.png?v7",
+ "ocean": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30a.png?v7",
+ "octocat": "https://assets-cdn.github.com/images/icons/emoji/octocat.png?v7",
+ "octopus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f419.png?v7",
+ "oden": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f362.png?v7",
+ "office": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e2.png?v7",
+ "oil_drum": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e2.png?v7",
+ "ok": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f197.png?v7",
+ "ok_hand": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44c.png?v7",
+ "ok_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f646-2642.png?v7",
+ "ok_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f646.png?v7",
+ "old_key": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5dd.png?v7",
+ "older_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f474.png?v7",
+ "older_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f475.png?v7",
+ "om": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f549.png?v7",
+ "oman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f4-1f1f2.png?v7",
+ "on": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51b.png?v7",
+ "oncoming_automobile": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f698.png?v7",
+ "oncoming_bus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68d.png?v7",
+ "oncoming_police_car": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f694.png?v7",
+ "oncoming_taxi": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f696.png?v7",
+ "one": "https://assets-cdn.github.com/images/icons/emoji/unicode/0031-20e3.png?v7",
+ "open_book": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d6.png?v7",
+ "open_file_folder": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c2.png?v7",
+ "open_hands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f450.png?v7",
+ "open_mouth": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62e.png?v7",
+ "open_umbrella": "https://assets-cdn.github.com/images/icons/emoji/unicode/2602.png?v7",
+ "ophiuchus": "https://assets-cdn.github.com/images/icons/emoji/unicode/26ce.png?v7",
+ "orange": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34a.png?v7",
+ "orange_book": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d9.png?v7",
+ "orthodox_cross": "https://assets-cdn.github.com/images/icons/emoji/unicode/2626.png?v7",
+ "outbox_tray": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e4.png?v7",
+ "owl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f989.png?v7",
+ "ox": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f402.png?v7",
+ "package": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e6.png?v7",
+ "page_facing_up": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c4.png?v7",
+ "page_with_curl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4c3.png?v7",
+ "pager": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4df.png?v7",
+ "paintbrush": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58c.png?v7",
+ "pakistan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f0.png?v7",
+ "palau": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1fc.png?v7",
+ "palestinian_territories": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f8.png?v7",
+ "palm_tree": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f334.png?v7",
+ "panama": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1e6.png?v7",
+ "pancakes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95e.png?v7",
+ "panda_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43c.png?v7",
+ "paperclip": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ce.png?v7",
+ "paperclips": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f587.png?v7",
+ "papua_new_guinea": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1ec.png?v7",
+ "paraguay": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1fe.png?v7",
+ "parasol_on_ground": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f1.png?v7",
+ "parking": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f17f.png?v7",
+ "part_alternation_mark": "https://assets-cdn.github.com/images/icons/emoji/unicode/303d.png?v7",
+ "partly_sunny": "https://assets-cdn.github.com/images/icons/emoji/unicode/26c5.png?v7",
+ "passenger_ship": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6f3.png?v7",
+ "passport_control": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6c2.png?v7",
+ "pause_button": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f8.png?v7",
+ "paw_prints": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43e.png?v7",
+ "peace_symbol": "https://assets-cdn.github.com/images/icons/emoji/unicode/262e.png?v7",
+ "peach": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f351.png?v7",
+ "peanuts": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f95c.png?v7",
+ "pear": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f350.png?v7",
+ "pen": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f58a.png?v7",
+ "pencil": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dd.png?v7",
+ "pencil2": "https://assets-cdn.github.com/images/icons/emoji/unicode/270f.png?v7",
+ "penguin": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f427.png?v7",
+ "pensive": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f614.png?v7",
+ "performing_arts": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ad.png?v7",
+ "persevere": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f623.png?v7",
+ "person_fencing": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93a.png?v7",
+ "person_frowning": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64d.png?v7",
+ "person_with_blond_hair": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f471.png?v7",
+ "person_with_pouting_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64e.png?v7",
+ "peru": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1ea.png?v7",
+ "philippines": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1ed.png?v7",
+ "phone": "https://assets-cdn.github.com/images/icons/emoji/unicode/260e.png?v7",
+ "pick": "https://assets-cdn.github.com/images/icons/emoji/unicode/26cf.png?v7",
+ "pig": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f437.png?v7",
+ "pig2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f416.png?v7",
+ "pig_nose": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43d.png?v7",
+ "pill": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48a.png?v7",
+ "pineapple": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34d.png?v7",
+ "ping_pong": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d3.png?v7",
+ "pisces": "https://assets-cdn.github.com/images/icons/emoji/unicode/2653.png?v7",
+ "pitcairn_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f3.png?v7",
+ "pizza": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f355.png?v7",
+ "place_of_worship": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6d0.png?v7",
+ "plate_with_cutlery": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37d.png?v7",
+ "play_or_pause_button": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ef.png?v7",
+ "point_down": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f447.png?v7",
+ "point_left": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f448.png?v7",
+ "point_right": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f449.png?v7",
+ "point_up": "https://assets-cdn.github.com/images/icons/emoji/unicode/261d.png?v7",
+ "point_up_2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f446.png?v7",
+ "poland": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f1.png?v7",
+ "police_car": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f693.png?v7",
+ "policeman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46e.png?v7",
+ "policewoman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46e-2640.png?v7",
+ "poodle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f429.png?v7",
+ "poop": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a9.png?v7",
+ "popcorn": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f37f.png?v7",
+ "portugal": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f9.png?v7",
+ "post_office": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3e3.png?v7",
+ "postal_horn": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ef.png?v7",
+ "postbox": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ee.png?v7",
+ "potable_water": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b0.png?v7",
+ "potato": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f954.png?v7",
+ "pouch": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45d.png?v7",
+ "poultry_leg": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f357.png?v7",
+ "pound": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b7.png?v7",
+ "pout": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f621.png?v7",
+ "pouting_cat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63e.png?v7",
+ "pouting_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64e-2642.png?v7",
+ "pouting_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64e.png?v7",
+ "pray": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64f.png?v7",
+ "prayer_beads": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ff.png?v7",
+ "pregnant_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f930.png?v7",
+ "previous_track_button": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ee.png?v7",
+ "prince": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f934.png?v7",
+ "princess": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f478.png?v7",
+ "printer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5a8.png?v7",
+ "puerto_rico": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f7.png?v7",
+ "punch": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44a.png?v7",
+ "purple_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49c.png?v7",
+ "purse": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45b.png?v7",
+ "pushpin": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cc.png?v7",
+ "put_litter_in_its_place": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ae.png?v7",
+ "qatar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f6-1f1e6.png?v7",
+ "question": "https://assets-cdn.github.com/images/icons/emoji/unicode/2753.png?v7",
+ "rabbit": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f430.png?v7",
+ "rabbit2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f407.png?v7",
+ "racehorse": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40e.png?v7",
+ "racing_car": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ce.png?v7",
+ "radio": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fb.png?v7",
+ "radio_button": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f518.png?v7",
+ "radioactive": "https://assets-cdn.github.com/images/icons/emoji/unicode/2622.png?v7",
+ "rage": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f621.png?v7",
+ "rage1": "https://assets-cdn.github.com/images/icons/emoji/rage1.png?v7",
+ "rage2": "https://assets-cdn.github.com/images/icons/emoji/rage2.png?v7",
+ "rage3": "https://assets-cdn.github.com/images/icons/emoji/rage3.png?v7",
+ "rage4": "https://assets-cdn.github.com/images/icons/emoji/rage4.png?v7",
+ "railway_car": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f683.png?v7",
+ "railway_track": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e4.png?v7",
+ "rainbow": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f308.png?v7",
+ "rainbow_flag": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f3-1f308.png?v7",
+ "raised_back_of_hand": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f91a.png?v7",
+ "raised_hand": "https://assets-cdn.github.com/images/icons/emoji/unicode/270b.png?v7",
+ "raised_hand_with_fingers_splayed": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f590.png?v7",
+ "raised_hands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64c.png?v7",
+ "raising_hand": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64b.png?v7",
+ "raising_hand_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64b-2642.png?v7",
+ "raising_hand_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64b.png?v7",
+ "ram": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40f.png?v7",
+ "ramen": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35c.png?v7",
+ "rat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f400.png?v7",
+ "record_button": "https://assets-cdn.github.com/images/icons/emoji/unicode/23fa.png?v7",
+ "recycle": "https://assets-cdn.github.com/images/icons/emoji/unicode/267b.png?v7",
+ "red_car": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f697.png?v7",
+ "red_circle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f534.png?v7",
+ "registered": "https://assets-cdn.github.com/images/icons/emoji/unicode/00ae.png?v7",
+ "relaxed": "https://assets-cdn.github.com/images/icons/emoji/unicode/263a.png?v7",
+ "relieved": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60c.png?v7",
+ "reminder_ribbon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f397.png?v7",
+ "repeat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f501.png?v7",
+ "repeat_one": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f502.png?v7",
+ "rescue_worker_helmet": "https://assets-cdn.github.com/images/icons/emoji/unicode/26d1.png?v7",
+ "restroom": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bb.png?v7",
+ "reunion": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1ea.png?v7",
+ "revolving_hearts": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49e.png?v7",
+ "rewind": "https://assets-cdn.github.com/images/icons/emoji/unicode/23ea.png?v7",
+ "rhinoceros": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f98f.png?v7",
+ "ribbon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f380.png?v7",
+ "rice": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35a.png?v7",
+ "rice_ball": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f359.png?v7",
+ "rice_cracker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f358.png?v7",
+ "rice_scene": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f391.png?v7",
+ "right_anger_bubble": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5ef.png?v7",
+ "ring": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f48d.png?v7",
+ "robot": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f916.png?v7",
+ "rocket": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f680.png?v7",
+ "rofl": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f923.png?v7",
+ "roll_eyes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f644.png?v7",
+ "roller_coaster": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a2.png?v7",
+ "romania": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1f4.png?v7",
+ "rooster": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f413.png?v7",
+ "rose": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f339.png?v7",
+ "rosette": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f5.png?v7",
+ "rotating_light": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a8.png?v7",
+ "round_pushpin": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cd.png?v7",
+ "rowboat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a3.png?v7",
+ "rowing_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a3.png?v7",
+ "rowing_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a3-2640.png?v7",
+ "ru": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1fa.png?v7",
+ "rugby_football": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c9.png?v7",
+ "runner": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3.png?v7",
+ "running": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3.png?v7",
+ "running_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3.png?v7",
+ "running_shirt_with_sash": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bd.png?v7",
+ "running_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c3-2640.png?v7",
+ "rwanda": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1fc.png?v7",
+ "sa": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f202.png?v7",
+ "sagittarius": "https://assets-cdn.github.com/images/icons/emoji/unicode/2650.png?v7",
+ "sailboat": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f5.png?v7",
+ "sake": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f376.png?v7",
+ "samoa": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fc-1f1f8.png?v7",
+ "san_marino": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f2.png?v7",
+ "sandal": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f461.png?v7",
+ "santa": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f385.png?v7",
+ "sao_tome_principe": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f9.png?v7",
+ "satellite": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4e1.png?v7",
+ "satisfied": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f606.png?v7",
+ "saudi_arabia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e6.png?v7",
+ "saxophone": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b7.png?v7",
+ "school": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3eb.png?v7",
+ "school_satchel": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f392.png?v7",
+ "scissors": "https://assets-cdn.github.com/images/icons/emoji/unicode/2702.png?v7",
+ "scorpion": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f982.png?v7",
+ "scorpius": "https://assets-cdn.github.com/images/icons/emoji/unicode/264f.png?v7",
+ "scream": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f631.png?v7",
+ "scream_cat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f640.png?v7",
+ "scroll": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4dc.png?v7",
+ "seat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ba.png?v7",
+ "secret": "https://assets-cdn.github.com/images/icons/emoji/unicode/3299.png?v7",
+ "see_no_evil": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f648.png?v7",
+ "seedling": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f331.png?v7",
+ "selfie": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f933.png?v7",
+ "senegal": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f3.png?v7",
+ "serbia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f7-1f1f8.png?v7",
+ "seven": "https://assets-cdn.github.com/images/icons/emoji/unicode/0037-20e3.png?v7",
+ "seychelles": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e8.png?v7",
+ "shallow_pan_of_food": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f958.png?v7",
+ "shamrock": "https://assets-cdn.github.com/images/icons/emoji/unicode/2618.png?v7",
+ "shark": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f988.png?v7",
+ "shaved_ice": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f367.png?v7",
+ "sheep": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f411.png?v7",
+ "shell": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f41a.png?v7",
+ "shield": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e1.png?v7",
+ "shinto_shrine": "https://assets-cdn.github.com/images/icons/emoji/unicode/26e9.png?v7",
+ "ship": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a2.png?v7",
+ "shipit": "https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7",
+ "shirt": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f455.png?v7",
+ "shit": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a9.png?v7",
+ "shoe": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45e.png?v7",
+ "shopping": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cd.png?v7",
+ "shopping_cart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6d2.png?v7",
+ "shower": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bf.png?v7",
+ "shrimp": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f990.png?v7",
+ "sierra_leone": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f1.png?v7",
+ "signal_strength": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f6.png?v7",
+ "singapore": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ec.png?v7",
+ "sint_maarten": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1fd.png?v7",
+ "six": "https://assets-cdn.github.com/images/icons/emoji/unicode/0036-20e3.png?v7",
+ "six_pointed_star": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52f.png?v7",
+ "ski": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bf.png?v7",
+ "skier": "https://assets-cdn.github.com/images/icons/emoji/unicode/26f7.png?v7",
+ "skull": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f480.png?v7",
+ "skull_and_crossbones": "https://assets-cdn.github.com/images/icons/emoji/unicode/2620.png?v7",
+ "sleeping": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f634.png?v7",
+ "sleeping_bed": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6cc.png?v7",
+ "sleepy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62a.png?v7",
+ "slightly_frowning_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f641.png?v7",
+ "slightly_smiling_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f642.png?v7",
+ "slot_machine": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3b0.png?v7",
+ "slovakia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f0.png?v7",
+ "slovenia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ee.png?v7",
+ "small_airplane": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6e9.png?v7",
+ "small_blue_diamond": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f539.png?v7",
+ "small_orange_diamond": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f538.png?v7",
+ "small_red_triangle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53a.png?v7",
+ "small_red_triangle_down": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f53b.png?v7",
+ "smile": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f604.png?v7",
+ "smile_cat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f638.png?v7",
+ "smiley": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f603.png?v7",
+ "smiley_cat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63a.png?v7",
+ "smiling_imp": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f608.png?v7",
+ "smirk": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60f.png?v7",
+ "smirk_cat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f63c.png?v7",
+ "smoking": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ac.png?v7",
+ "snail": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40c.png?v7",
+ "snake": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40d.png?v7",
+ "sneezing_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f927.png?v7",
+ "snowboarder": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c2.png?v7",
+ "snowflake": "https://assets-cdn.github.com/images/icons/emoji/unicode/2744.png?v7",
+ "snowman": "https://assets-cdn.github.com/images/icons/emoji/unicode/26c4.png?v7",
+ "snowman_with_snow": "https://assets-cdn.github.com/images/icons/emoji/unicode/2603.png?v7",
+ "sob": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62d.png?v7",
+ "soccer": "https://assets-cdn.github.com/images/icons/emoji/unicode/26bd.png?v7",
+ "solomon_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e7.png?v7",
+ "somalia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f4.png?v7",
+ "soon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51c.png?v7",
+ "sos": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f198.png?v7",
+ "sound": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f509.png?v7",
+ "south_africa": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ff-1f1e6.png?v7",
+ "south_georgia_south_sandwich_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1f8.png?v7",
+ "south_sudan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f8.png?v7",
+ "space_invader": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f47e.png?v7",
+ "spades": "https://assets-cdn.github.com/images/icons/emoji/unicode/2660.png?v7",
+ "spaghetti": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f35d.png?v7",
+ "sparkle": "https://assets-cdn.github.com/images/icons/emoji/unicode/2747.png?v7",
+ "sparkler": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f387.png?v7",
+ "sparkles": "https://assets-cdn.github.com/images/icons/emoji/unicode/2728.png?v7",
+ "sparkling_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f496.png?v7",
+ "speak_no_evil": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f64a.png?v7",
+ "speaker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f508.png?v7",
+ "speaking_head": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5e3.png?v7",
+ "speech_balloon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ac.png?v7",
+ "speedboat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a4.png?v7",
+ "spider": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f577.png?v7",
+ "spider_web": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f578.png?v7",
+ "spiral_calendar": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5d3.png?v7",
+ "spiral_notepad": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5d2.png?v7",
+ "spoon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f944.png?v7",
+ "squid": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f991.png?v7",
+ "squirrel": "https://assets-cdn.github.com/images/icons/emoji/shipit.png?v7",
+ "sri_lanka": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1f0.png?v7",
+ "st_barthelemy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e7-1f1f1.png?v7",
+ "st_helena": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ed.png?v7",
+ "st_kitts_nevis": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f0-1f1f3.png?v7",
+ "st_lucia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f1-1f1e8.png?v7",
+ "st_pierre_miquelon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f5-1f1f2.png?v7",
+ "st_vincent_grenadines": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1e8.png?v7",
+ "stadium": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3df.png?v7",
+ "star": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b50.png?v7",
+ "star2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31f.png?v7",
+ "star_and_crescent": "https://assets-cdn.github.com/images/icons/emoji/unicode/262a.png?v7",
+ "star_of_david": "https://assets-cdn.github.com/images/icons/emoji/unicode/2721.png?v7",
+ "stars": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f320.png?v7",
+ "station": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f689.png?v7",
+ "statue_of_liberty": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fd.png?v7",
+ "steam_locomotive": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f682.png?v7",
+ "stew": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f372.png?v7",
+ "stop_button": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f9.png?v7",
+ "stop_sign": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6d1.png?v7",
+ "stopwatch": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f1.png?v7",
+ "straight_ruler": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4cf.png?v7",
+ "strawberry": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f353.png?v7",
+ "stuck_out_tongue": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61b.png?v7",
+ "stuck_out_tongue_closed_eyes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61d.png?v7",
+ "stuck_out_tongue_winking_eye": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61c.png?v7",
+ "studio_microphone": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f399.png?v7",
+ "stuffed_flatbread": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f959.png?v7",
+ "sudan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1e9.png?v7",
+ "sun_behind_large_cloud": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f325.png?v7",
+ "sun_behind_rain_cloud": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f326.png?v7",
+ "sun_behind_small_cloud": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f324.png?v7",
+ "sun_with_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f31e.png?v7",
+ "sunflower": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f33b.png?v7",
+ "sunglasses": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60e.png?v7",
+ "sunny": "https://assets-cdn.github.com/images/icons/emoji/unicode/2600.png?v7",
+ "sunrise": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f305.png?v7",
+ "sunrise_over_mountains": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f304.png?v7",
+ "surfer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c4.png?v7",
+ "surfing_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c4.png?v7",
+ "surfing_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c4-2640.png?v7",
+ "suriname": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1f7.png?v7",
+ "sushi": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f363.png?v7",
+ "suspect": "https://assets-cdn.github.com/images/icons/emoji/suspect.png?v7",
+ "suspension_railway": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69f.png?v7",
+ "swaziland": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ff.png?v7",
+ "sweat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f613.png?v7",
+ "sweat_drops": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a6.png?v7",
+ "sweat_smile": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f605.png?v7",
+ "sweden": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1ea.png?v7",
+ "sweet_potato": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f360.png?v7",
+ "swimmer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ca.png?v7",
+ "swimming_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ca.png?v7",
+ "swimming_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ca-2640.png?v7",
+ "switzerland": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e8-1f1ed.png?v7",
+ "symbols": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f523.png?v7",
+ "synagogue": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f54d.png?v7",
+ "syria": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f8-1f1fe.png?v7",
+ "syringe": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f489.png?v7",
+ "taco": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32e.png?v7",
+ "tada": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f389.png?v7",
+ "taiwan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1fc.png?v7",
+ "tajikistan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ef.png?v7",
+ "tanabata_tree": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f38b.png?v7",
+ "tangerine": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f34a.png?v7",
+ "tanzania": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ff.png?v7",
+ "taurus": "https://assets-cdn.github.com/images/icons/emoji/unicode/2649.png?v7",
+ "taxi": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f695.png?v7",
+ "tea": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f375.png?v7",
+ "telephone": "https://assets-cdn.github.com/images/icons/emoji/unicode/260e.png?v7",
+ "telephone_receiver": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4de.png?v7",
+ "telescope": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f52d.png?v7",
+ "tennis": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3be.png?v7",
+ "tent": "https://assets-cdn.github.com/images/icons/emoji/unicode/26fa.png?v7",
+ "thailand": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ed.png?v7",
+ "thermometer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f321.png?v7",
+ "thinking": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f914.png?v7",
+ "thought_balloon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ad.png?v7",
+ "three": "https://assets-cdn.github.com/images/icons/emoji/unicode/0033-20e3.png?v7",
+ "thumbsdown": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44e.png?v7",
+ "thumbsup": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png?v7",
+ "ticket": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ab.png?v7",
+ "tickets": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f39f.png?v7",
+ "tiger": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f42f.png?v7",
+ "tiger2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f405.png?v7",
+ "timer_clock": "https://assets-cdn.github.com/images/icons/emoji/unicode/23f2.png?v7",
+ "timor_leste": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f1.png?v7",
+ "tipping_hand_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f481-2642.png?v7",
+ "tipping_hand_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f481.png?v7",
+ "tired_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f62b.png?v7",
+ "tm": "https://assets-cdn.github.com/images/icons/emoji/unicode/2122.png?v7",
+ "togo": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1ec.png?v7",
+ "toilet": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6bd.png?v7",
+ "tokelau": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f0.png?v7",
+ "tokyo_tower": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fc.png?v7",
+ "tomato": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f345.png?v7",
+ "tonga": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f4.png?v7",
+ "tongue": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f445.png?v7",
+ "top": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51d.png?v7",
+ "tophat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3a9.png?v7",
+ "tornado": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32a.png?v7",
+ "tr": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f7.png?v7",
+ "trackball": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5b2.png?v7",
+ "tractor": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69c.png?v7",
+ "traffic_light": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a5.png?v7",
+ "train": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68b.png?v7",
+ "train2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f686.png?v7",
+ "tram": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68a.png?v7",
+ "triangular_flag_on_post": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a9.png?v7",
+ "triangular_ruler": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4d0.png?v7",
+ "trident": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f531.png?v7",
+ "trinidad_tobago": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f9.png?v7",
+ "triumph": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f624.png?v7",
+ "trolleybus": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f68e.png?v7",
+ "trollface": "https://assets-cdn.github.com/images/icons/emoji/trollface.png?v7",
+ "trophy": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3c6.png?v7",
+ "tropical_drink": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f379.png?v7",
+ "tropical_fish": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f420.png?v7",
+ "truck": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f69a.png?v7",
+ "trumpet": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ba.png?v7",
+ "tshirt": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f455.png?v7",
+ "tulip": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f337.png?v7",
+ "tumbler_glass": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f943.png?v7",
+ "tunisia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f3.png?v7",
+ "turkey": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f983.png?v7",
+ "turkmenistan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1f2.png?v7",
+ "turks_caicos_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1e8.png?v7",
+ "turtle": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f422.png?v7",
+ "tuvalu": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1f9-1f1fb.png?v7",
+ "tv": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fa.png?v7",
+ "twisted_rightwards_arrows": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f500.png?v7",
+ "two": "https://assets-cdn.github.com/images/icons/emoji/unicode/0032-20e3.png?v7",
+ "two_hearts": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f495.png?v7",
+ "two_men_holding_hands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46c.png?v7",
+ "two_women_holding_hands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f46d.png?v7",
+ "u5272": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f239.png?v7",
+ "u5408": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f234.png?v7",
+ "u55b6": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f23a.png?v7",
+ "u6307": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f22f.png?v7",
+ "u6708": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f237.png?v7",
+ "u6709": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f236.png?v7",
+ "u6e80": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f235.png?v7",
+ "u7121": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f21a.png?v7",
+ "u7533": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f238.png?v7",
+ "u7981": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f232.png?v7",
+ "u7a7a": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f233.png?v7",
+ "uganda": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1ec.png?v7",
+ "uk": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ec-1f1e7.png?v7",
+ "ukraine": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1e6.png?v7",
+ "umbrella": "https://assets-cdn.github.com/images/icons/emoji/unicode/2614.png?v7",
+ "unamused": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f612.png?v7",
+ "underage": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f51e.png?v7",
+ "unicorn": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f984.png?v7",
+ "united_arab_emirates": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1e6-1f1ea.png?v7",
+ "unlock": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f513.png?v7",
+ "up": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f199.png?v7",
+ "upside_down_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f643.png?v7",
+ "uruguay": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1fe.png?v7",
+ "us": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1f8.png?v7",
+ "us_virgin_islands": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1ee.png?v7",
+ "uzbekistan": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fa-1f1ff.png?v7",
+ "v": "https://assets-cdn.github.com/images/icons/emoji/unicode/270c.png?v7",
+ "vanuatu": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1fa.png?v7",
+ "vatican_city": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1e6.png?v7",
+ "venezuela": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1ea.png?v7",
+ "vertical_traffic_light": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6a6.png?v7",
+ "vhs": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4fc.png?v7",
+ "vibration_mode": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f3.png?v7",
+ "video_camera": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4f9.png?v7",
+ "video_game": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3ae.png?v7",
+ "vietnam": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fb-1f1f3.png?v7",
+ "violin": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3bb.png?v7",
+ "virgo": "https://assets-cdn.github.com/images/icons/emoji/unicode/264d.png?v7",
+ "volcano": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f30b.png?v7",
+ "volleyball": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3d0.png?v7",
+ "vs": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f19a.png?v7",
+ "vulcan_salute": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f596.png?v7",
+ "walking": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b6.png?v7",
+ "walking_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b6.png?v7",
+ "walking_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6b6-2640.png?v7",
+ "wallis_futuna": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fc-1f1eb.png?v7",
+ "waning_crescent_moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f318.png?v7",
+ "waning_gibbous_moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f316.png?v7",
+ "warning": "https://assets-cdn.github.com/images/icons/emoji/unicode/26a0.png?v7",
+ "wastebasket": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5d1.png?v7",
+ "watch": "https://assets-cdn.github.com/images/icons/emoji/unicode/231a.png?v7",
+ "water_buffalo": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f403.png?v7",
+ "watermelon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f349.png?v7",
+ "wave": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f44b.png?v7",
+ "wavy_dash": "https://assets-cdn.github.com/images/icons/emoji/unicode/3030.png?v7",
+ "waxing_crescent_moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f312.png?v7",
+ "waxing_gibbous_moon": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f314.png?v7",
+ "wc": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6be.png?v7",
+ "weary": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f629.png?v7",
+ "wedding": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f492.png?v7",
+ "weight_lifting_man": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cb.png?v7",
+ "weight_lifting_woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3cb-2640.png?v7",
+ "western_sahara": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ea-1f1ed.png?v7",
+ "whale": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f433.png?v7",
+ "whale2": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f40b.png?v7",
+ "wheel_of_dharma": "https://assets-cdn.github.com/images/icons/emoji/unicode/2638.png?v7",
+ "wheelchair": "https://assets-cdn.github.com/images/icons/emoji/unicode/267f.png?v7",
+ "white_check_mark": "https://assets-cdn.github.com/images/icons/emoji/unicode/2705.png?v7",
+ "white_circle": "https://assets-cdn.github.com/images/icons/emoji/unicode/26aa.png?v7",
+ "white_flag": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f3f3.png?v7",
+ "white_flower": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4ae.png?v7",
+ "white_large_square": "https://assets-cdn.github.com/images/icons/emoji/unicode/2b1c.png?v7",
+ "white_medium_small_square": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fd.png?v7",
+ "white_medium_square": "https://assets-cdn.github.com/images/icons/emoji/unicode/25fb.png?v7",
+ "white_small_square": "https://assets-cdn.github.com/images/icons/emoji/unicode/25ab.png?v7",
+ "white_square_button": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f533.png?v7",
+ "wilted_flower": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f940.png?v7",
+ "wind_chime": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f390.png?v7",
+ "wind_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f32c.png?v7",
+ "wine_glass": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f377.png?v7",
+ "wink": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f609.png?v7",
+ "wolf": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f43a.png?v7",
+ "woman": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469.png?v7",
+ "woman_artist": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3a8.png?v7",
+ "woman_astronaut": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f680.png?v7",
+ "woman_cartwheeling": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f938-2640.png?v7",
+ "woman_cook": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f373.png?v7",
+ "woman_facepalming": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f926-2640.png?v7",
+ "woman_factory_worker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3ed.png?v7",
+ "woman_farmer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f33e.png?v7",
+ "woman_firefighter": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f692.png?v7",
+ "woman_health_worker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2695.png?v7",
+ "woman_judge": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2696.png?v7",
+ "woman_juggling": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f939-2640.png?v7",
+ "woman_mechanic": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f527.png?v7",
+ "woman_office_worker": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f4bc.png?v7",
+ "woman_pilot": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-2708.png?v7",
+ "woman_playing_handball": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93e-2640.png?v7",
+ "woman_playing_water_polo": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93d-2640.png?v7",
+ "woman_scientist": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f52c.png?v7",
+ "woman_shrugging": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f937-2640.png?v7",
+ "woman_singer": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3a4.png?v7",
+ "woman_student": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f393.png?v7",
+ "woman_teacher": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f3eb.png?v7",
+ "woman_technologist": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f469-1f4bb.png?v7",
+ "woman_with_turban": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f473-2640.png?v7",
+ "womans_clothes": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f45a.png?v7",
+ "womans_hat": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f452.png?v7",
+ "women_wrestling": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f93c-2640.png?v7",
+ "womens": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f6ba.png?v7",
+ "world_map": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f5fa.png?v7",
+ "worried": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f61f.png?v7",
+ "wrench": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f527.png?v7",
+ "writing_hand": "https://assets-cdn.github.com/images/icons/emoji/unicode/270d.png?v7",
+ "x": "https://assets-cdn.github.com/images/icons/emoji/unicode/274c.png?v7",
+ "yellow_heart": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f49b.png?v7",
+ "yemen": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1fe-1f1ea.png?v7",
+ "yen": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4b4.png?v7",
+ "yin_yang": "https://assets-cdn.github.com/images/icons/emoji/unicode/262f.png?v7",
+ "yum": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f60b.png?v7",
+ "zambia": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ff-1f1f2.png?v7",
+ "zap": "https://assets-cdn.github.com/images/icons/emoji/unicode/26a1.png?v7",
+ "zero": "https://assets-cdn.github.com/images/icons/emoji/unicode/0030-20e3.png?v7",
+ "zimbabwe": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f1ff-1f1fc.png?v7",
+ "zipper_mouth_face": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f910.png?v7",
+ "zzz": "https://assets-cdn.github.com/images/icons/emoji/unicode/1f4a4.png?v7"
+ },
+ "rawHeaders": [
+ "Server",
+ "GitHub.com",
+ "Date",
+ "Sat, 15 Jul 2017 15:29:16 GMT",
+ "Content-Type",
+ "application/json; charset=utf-8",
+ "Content-Length",
+ "130185",
+ "Connection",
+ "close",
+ "Status",
+ "200 OK",
+ "X-RateLimit-Limit",
+ "60",
+ "X-RateLimit-Remaining",
+ "59",
+ "X-RateLimit-Reset",
+ "1500136156",
+ "Cache-Control",
+ "public, max-age=60, s-maxage=60",
+ "Vary",
+ "Accept",
+ "ETag",
+ "\"5617a78700b947b180ecd14e5e52ffbf\"",
+ "X-GitHub-Media-Type",
+ "github.v3; format=json",
+ "Access-Control-Expose-Headers",
+ "ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval",
+ "Access-Control-Allow-Origin",
+ "*",
+ "Content-Security-Policy",
+ "default-src 'none'",
+ "Strict-Transport-Security",
+ "max-age=31536000; includeSubdomains; preload",
+ "X-Content-Type-Options",
+ "nosniff",
+ "X-Frame-Options",
+ "deny",
+ "X-XSS-Protection",
+ "1; mode=block",
+ "X-Runtime-rack",
+ "0.022767",
+ "X-GitHub-Request-Id",
+ "D9F7:292D3:10F4BB0:1E9D831:596A34CC"
+ ]
+}
\ No newline at end of file
diff --git a/playbacks/www.emoji-cheat-sheet.com/get+0843d93979.nock.json b/playbacks/www.emoji-cheat-sheet.com/get+0843d93979.nock.json
new file mode 100644
index 0000000..dda827c
--- /dev/null
+++ b/playbacks/www.emoji-cheat-sheet.com/get+0843d93979.nock.json
@@ -0,0 +1,24 @@
+{
+ "scope": "http://www.emoji-cheat-sheet.com:80",
+ "method": "GET",
+ "path": "/",
+ "body": "",
+ "status": 301,
+ "response": "\n
\n301 Moved Permanently \n\nMoved Permanently \nThe document has moved here .
\n\n",
+ "rawHeaders": [
+ "Server",
+ "nginx",
+ "Date",
+ "Sat, 15 Jul 2017 15:29:18 GMT",
+ "Content-Type",
+ "text/html; charset=iso-8859-1",
+ "Content-Length",
+ "257",
+ "Connection",
+ "close",
+ "Location",
+ "http://www.webpagefx.com/tools/emoji-cheat-sheet/",
+ "ngpass_ngall",
+ "1"
+ ]
+}
\ No newline at end of file
diff --git a/playbacks/www.webpagefx.com/get+tools-emoji-cheat-sheet+299378c4a2.nock.json b/playbacks/www.webpagefx.com/get+tools-emoji-cheat-sheet+299378c4a2.nock.json
new file mode 100644
index 0000000..8700615
--- /dev/null
+++ b/playbacks/www.webpagefx.com/get+tools-emoji-cheat-sheet+299378c4a2.nock.json
@@ -0,0 +1,34 @@
+{
+ "scope": "https://www.webpagefx.com:443",
+ "method": "GET",
+ "path": "/tools/emoji-cheat-sheet/",
+ "body": "",
+ "status": 200,
+ "response": "\n\n \n \n Emoji cheat sheet for GitHub, Basecamp and other services \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n\n\n \n Emoji emoticons listed on this page are supported on\n Campfire ,\n GitHub ,\n Basecamp ,\n Redbooth ,\n Trac ,\n Flowdock ,\n Sprint.ly ,\n Kandan ,\n Textbox.io ,\n Kippt ,\n Redmine ,\n JabbR ,\n Trello ,\n Hall ,\n Qiita ,\n Zendesk ,\n Ruby China ,\n Grove ,\n Idobata ,\n NodeBB Forums ,\n Slack ,\n Streamup ,\n OrganisedMinds ,\n Hackpad ,\n Cryptbin ,\n Kato ,\n Reportedly ,\n Cheerful Ghost ,\n IRCCloud ,\n Dashcube ,\n MyVideoGameList ,\n Subrosa ,\n Sococo ,\n Quip ,\n And Bang ,\n Bonusly ,\n Discourse ,\n Ello ,\n Twemoji Awesome ,\n Got Chosen ,\n Flow ,\n ReadMe.io ,\n esa ,\n DBook ,\n Groups.io ,\n TeamworkChat ,\n Damn Bugs ,\n Let's Chat ,\n Buildkite ,\n ChatGrape ,\n Dokuwiki ,\n Usersnap ,\n Discord ,\n Status Hero ,\n Morfy ,\n Bitbucket ,\n Gitter ,\n Yellow ,\n YouTube ,\n Habitica \n and Mattermost \n
\n\n \n However some of the emoji codes are not super easy to remember, so here is a little cheat sheet . \n ✈ Got a modern browser or Flash enabled? Click the emoji code and it will be copied to your clipboard. \n
\n\n \n
\n \n
\n
\n \n
\n
\n\n
\n
\n
\n
\n\n People \n \n \n :bowtie :
\n \n :smile :
\n \n :simple_smile :
\n \n :laughing :
\n \n :blush :
\n \n :smiley :
\n \n :relaxed :
\n \n :smirk :
\n \n :heart_eyes :
\n \n :kissing_heart :
\n \n :kissing_closed_eyes :
\n \n :flushed :
\n \n :relieved :
\n \n :satisfied :
\n \n :grin :
\n \n :wink :
\n \n :stuck_out_tongue_winking_eye :
\n \n :stuck_out_tongue_closed_eyes :
\n \n :grinning :
\n \n :kissing :
\n \n :kissing_smiling_eyes :
\n \n :stuck_out_tongue :
\n \n :sleeping :
\n \n :worried :
\n \n :frowning :
\n \n :anguished :
\n \n :open_mouth :
\n \n :grimacing :
\n \n :confused :
\n \n :hushed :
\n \n :expressionless :
\n \n :unamused :
\n \n :sweat_smile :
\n \n :sweat :
\n \n :disappointed_relieved :
\n \n :weary :
\n \n :pensive :
\n \n :disappointed :
\n \n :confounded :
\n \n :fearful :
\n \n :cold_sweat :
\n \n :persevere :
\n \n :cry :
\n \n :sob :
\n \n :joy :
\n \n :astonished :
\n \n :scream :
\n \n :neckbeard :
\n \n :tired_face :
\n \n :angry :
\n \n :rage :
\n \n :triumph :
\n \n :sleepy :
\n \n :yum :
\n \n :mask :
\n \n :sunglasses :
\n \n :dizzy_face :
\n \n :imp :
\n \n :smiling_imp :
\n \n :neutral_face :
\n \n :no_mouth :
\n \n :innocent :
\n \n :alien :
\n \n :yellow_heart :
\n \n :blue_heart :
\n \n :purple_heart :
\n \n :heart :
\n \n :green_heart :
\n \n :broken_heart :
\n \n :heartbeat :
\n \n :heartpulse :
\n \n :two_hearts :
\n \n :revolving_hearts :
\n \n :cupid :
\n \n :sparkling_heart :
\n \n :sparkles :
\n \n :star :
\n \n :star2 :
\n \n :dizzy :
\n \n :boom :
\n \n :collision :
\n \n :anger :
\n \n :exclamation :
\n \n :question :
\n \n :grey_exclamation :
\n \n :grey_question :
\n \n :zzz :
\n \n :dash :
\n \n :sweat_drops :
\n \n :notes :
\n \n :musical_note :
\n \n :fire :
\n \n :hankey :
\n \n :poop :
\n \n :shit :
\n \n :+1 :
\n \n :thumbsup :
\n \n :-1 :
\n \n :thumbsdown :
\n \n :ok_hand :
\n \n :punch :
\n \n :facepunch :
\n \n :fist :
\n \n :v :
\n \n :wave :
\n \n :hand :
\n \n :raised_hand :
\n \n :open_hands :
\n \n :point_up :
\n \n :point_down :
\n \n :point_left :
\n \n :point_right :
\n \n :raised_hands :
\n \n :pray :
\n \n :point_up_2 :
\n \n :clap :
\n \n :muscle :
\n \n :metal :
\n \n :fu :
\n \n :runner :
\n \n :running :
\n \n :couple :
\n \n :family :
\n \n :two_men_holding_hands :
\n \n :two_women_holding_hands :
\n \n :dancer :
\n \n :dancers :
\n \n :ok_woman :
\n \n :no_good :
\n \n :information_desk_person :
\n \n :raising_hand :
\n \n :bride_with_veil :
\n \n :person_with_pouting_face :
\n \n :person_frowning :
\n \n :bow :
\n \n :couplekiss :
\n \n :couple_with_heart :
\n \n :massage :
\n \n :haircut :
\n \n :nail_care :
\n \n :boy :
\n \n :girl :
\n \n :woman :
\n \n :man :
\n \n :baby :
\n \n :older_woman :
\n \n :older_man :
\n \n :person_with_blond_hair :
\n \n :man_with_gua_pi_mao :
\n \n :man_with_turban :
\n \n :construction_worker :
\n \n :cop :
\n \n :angel :
\n \n :princess :
\n \n :smiley_cat :
\n \n :smile_cat :
\n \n :heart_eyes_cat :
\n \n :kissing_cat :
\n \n :smirk_cat :
\n \n :scream_cat :
\n \n :crying_cat_face :
\n \n :joy_cat :
\n \n :pouting_cat :
\n \n :japanese_ogre :
\n \n :japanese_goblin :
\n \n :see_no_evil :
\n \n :hear_no_evil :
\n \n :speak_no_evil :
\n \n :guardsman :
\n \n :skull :
\n \n :feet :
\n \n :lips :
\n \n :kiss :
\n \n :droplet :
\n \n :ear :
\n \n :eyes :
\n \n :nose :
\n \n :tongue :
\n \n :love_letter :
\n \n :bust_in_silhouette :
\n \n :busts_in_silhouette :
\n \n :speech_balloon :
\n \n :thought_balloon :
\n \n :feelsgood :
\n \n :finnadie :
\n \n :goberserk :
\n \n :godmode :
\n \n :hurtrealbad :
\n \n :rage1 :
\n \n :rage2 :
\n \n :rage3 :
\n \n :rage4 :
\n \n :suspect :
\n \n :trollface :
\n \n Nature \n \n Objects \n \n \n :bamboo :
\n \n :gift_heart :
\n \n :dolls :
\n \n :school_satchel :
\n \n :mortar_board :
\n \n :flags :
\n \n :fireworks :
\n \n :sparkler :
\n \n :wind_chime :
\n \n :rice_scene :
\n \n :jack_o_lantern :
\n \n :ghost :
\n \n :santa :
\n \n :christmas_tree :
\n \n :gift :
\n \n :bell :
\n \n :no_bell :
\n \n :tanabata_tree :
\n \n :tada :
\n \n :confetti_ball :
\n \n :balloon :
\n \n :crystal_ball :
\n \n :cd :
\n \n :dvd :
\n \n :floppy_disk :
\n \n :camera :
\n \n :video_camera :
\n \n :movie_camera :
\n \n :computer :
\n \n :tv :
\n \n :iphone :
\n \n :phone :
\n \n :telephone :
\n \n :telephone_receiver :
\n \n :pager :
\n \n :fax :
\n \n :minidisc :
\n \n :vhs :
\n \n :sound :
\n \n :speaker :
\n \n :mute :
\n \n :loudspeaker :
\n \n :mega :
\n \n :hourglass :
\n \n :hourglass_flowing_sand :
\n \n :alarm_clock :
\n \n :watch :
\n \n :radio :
\n \n :satellite :
\n \n :loop :
\n \n :mag :
\n \n :mag_right :
\n \n :unlock :
\n \n :lock :
\n \n :lock_with_ink_pen :
\n \n :closed_lock_with_key :
\n \n :key :
\n \n :bulb :
\n \n :flashlight :
\n \n :high_brightness :
\n \n :low_brightness :
\n \n :electric_plug :
\n \n :battery :
\n \n :calling :
\n \n :email :
\n \n :mailbox :
\n \n :postbox :
\n \n :bath :
\n \n :bathtub :
\n \n :shower :
\n \n :toilet :
\n \n :wrench :
\n \n :nut_and_bolt :
\n \n :hammer :
\n \n :seat :
\n \n :moneybag :
\n \n :yen :
\n \n :dollar :
\n \n :pound :
\n \n :euro :
\n \n :credit_card :
\n \n :money_with_wings :
\n \n :e-mail :
\n \n :inbox_tray :
\n \n :outbox_tray :
\n \n :envelope :
\n \n :incoming_envelope :
\n \n :postal_horn :
\n \n :mailbox_closed :
\n \n :mailbox_with_mail :
\n \n :mailbox_with_no_mail :
\n \n :package :
\n \n :door :
\n \n :smoking :
\n \n :bomb :
\n \n :gun :
\n \n :hocho :
\n \n :pill :
\n \n :syringe :
\n \n :page_facing_up :
\n \n :page_with_curl :
\n \n :bookmark_tabs :
\n \n :bar_chart :
\n \n :chart_with_upwards_trend :
\n \n :chart_with_downwards_trend :
\n \n :scroll :
\n \n :clipboard :
\n \n :calendar :
\n \n :date :
\n \n :card_index :
\n \n :file_folder :
\n \n :open_file_folder :
\n \n :scissors :
\n \n :pushpin :
\n \n :paperclip :
\n \n :black_nib :
\n \n :pencil2 :
\n \n :straight_ruler :
\n \n :triangular_ruler :
\n \n :closed_book :
\n \n :green_book :
\n \n :blue_book :
\n \n :orange_book :
\n \n :notebook :
\n \n :notebook_with_decorative_cover :
\n \n :ledger :
\n \n :books :
\n \n :bookmark :
\n \n :name_badge :
\n \n :microscope :
\n \n :telescope :
\n \n :newspaper :
\n \n :football :
\n \n :basketball :
\n \n :soccer :
\n \n :baseball :
\n \n :tennis :
\n \n :8ball :
\n \n :rugby_football :
\n \n :bowling :
\n \n :golf :
\n \n :mountain_bicyclist :
\n \n :bicyclist :
\n \n :horse_racing :
\n \n :snowboarder :
\n \n :swimmer :
\n \n :surfer :
\n \n :ski :
\n \n :spades :
\n \n :hearts :
\n \n :clubs :
\n \n :diamonds :
\n \n :gem :
\n \n :ring :
\n \n :trophy :
\n \n :musical_score :
\n \n :musical_keyboard :
\n \n :violin :
\n \n :space_invader :
\n \n :video_game :
\n \n :black_joker :
\n \n :flower_playing_cards :
\n \n :game_die :
\n \n :dart :
\n \n :mahjong :
\n \n :clapper :
\n \n :memo :
\n \n :pencil :
\n \n :book :
\n \n :art :
\n \n :microphone :
\n \n :headphones :
\n \n :trumpet :
\n \n :saxophone :
\n \n :guitar :
\n \n :shoe :
\n \n :sandal :
\n \n :high_heel :
\n \n :lipstick :
\n \n :boot :
\n \n :shirt :
\n \n :tshirt :
\n \n :necktie :
\n \n :womans_clothes :
\n \n :dress :
\n \n :running_shirt_with_sash :
\n \n :jeans :
\n \n :kimono :
\n \n :bikini :
\n \n :ribbon :
\n \n :tophat :
\n \n :crown :
\n \n :womans_hat :
\n \n :mans_shoe :
\n \n :closed_umbrella :
\n \n :briefcase :
\n \n :handbag :
\n \n :pouch :
\n \n :purse :
\n \n :eyeglasses :
\n \n :fishing_pole_and_fish :
\n \n :coffee :
\n \n :tea :
\n \n :sake :
\n \n :baby_bottle :
\n \n :beer :
\n \n :beers :
\n \n :cocktail :
\n \n :tropical_drink :
\n \n :wine_glass :
\n \n :fork_and_knife :
\n \n :pizza :
\n \n :hamburger :
\n \n :fries :
\n \n :poultry_leg :
\n \n :meat_on_bone :
\n \n :spaghetti :
\n \n :curry :
\n \n :fried_shrimp :
\n \n :bento :
\n \n :sushi :
\n \n :fish_cake :
\n \n :rice_ball :
\n \n :rice_cracker :
\n \n :rice :
\n \n :ramen :
\n \n :stew :
\n \n :oden :
\n \n :dango :
\n \n :egg :
\n \n :bread :
\n \n :doughnut :
\n \n :custard :
\n \n :icecream :
\n \n :ice_cream :
\n \n :shaved_ice :
\n \n :birthday :
\n \n :cake :
\n \n :cookie :
\n \n :chocolate_bar :
\n \n :candy :
\n \n :lollipop :
\n \n :honey_pot :
\n \n :apple :
\n \n :green_apple :
\n \n :tangerine :
\n \n :lemon :
\n \n :cherries :
\n \n :grapes :
\n \n :watermelon :
\n \n :strawberry :
\n \n :peach :
\n \n :melon :
\n \n :banana :
\n \n :pear :
\n \n :pineapple :
\n \n :sweet_potato :
\n \n :eggplant :
\n \n :tomato :
\n \n :corn :
\n \n Places \n \n \n :house :
\n \n :house_with_garden :
\n \n :school :
\n \n :office :
\n \n :post_office :
\n \n :hospital :
\n \n :bank :
\n \n :convenience_store :
\n \n :love_hotel :
\n \n :hotel :
\n \n :wedding :
\n \n :church :
\n \n :department_store :
\n \n :european_post_office :
\n \n :city_sunrise :
\n \n :city_sunset :
\n \n :japanese_castle :
\n \n :european_castle :
\n \n :tent :
\n \n :factory :
\n \n :tokyo_tower :
\n \n :japan :
\n \n :mount_fuji :
\n \n :sunrise_over_mountains :
\n \n :sunrise :
\n \n :stars :
\n \n :statue_of_liberty :
\n \n :bridge_at_night :
\n \n :carousel_horse :
\n \n :rainbow :
\n \n :ferris_wheel :
\n \n :fountain :
\n \n :roller_coaster :
\n \n :ship :
\n \n :speedboat :
\n \n :boat :
\n \n :sailboat :
\n \n :rowboat :
\n \n :anchor :
\n \n :rocket :
\n \n :airplane :
\n \n :helicopter :
\n \n :steam_locomotive :
\n \n :tram :
\n \n :mountain_railway :
\n \n :bike :
\n \n :aerial_tramway :
\n \n :suspension_railway :
\n \n :mountain_cableway :
\n \n :tractor :
\n \n :blue_car :
\n \n :oncoming_automobile :
\n \n :car :
\n \n :red_car :
\n \n :taxi :
\n \n :oncoming_taxi :
\n \n :articulated_lorry :
\n \n :bus :
\n \n :oncoming_bus :
\n \n :rotating_light :
\n \n :police_car :
\n \n :oncoming_police_car :
\n \n :fire_engine :
\n \n :ambulance :
\n \n :minibus :
\n \n :truck :
\n \n :train :
\n \n :station :
\n \n :train2 :
\n \n :bullettrain_front :
\n \n :bullettrain_side :
\n \n :light_rail :
\n \n :monorail :
\n \n :railway_car :
\n \n :trolleybus :
\n \n :ticket :
\n \n :fuelpump :
\n \n :vertical_traffic_light :
\n \n :traffic_light :
\n \n :warning :
\n \n :construction :
\n \n :beginner :
\n \n :atm :
\n \n :slot_machine :
\n \n :busstop :
\n \n :barber :
\n \n :hotsprings :
\n \n :checkered_flag :
\n \n :crossed_flags :
\n \n :izakaya_lantern :
\n \n :moyai :
\n \n :circus_tent :
\n \n :performing_arts :
\n \n :round_pushpin :
\n \n :triangular_flag_on_post :
\n \n :jp :
\n \n :kr :
\n \n :cn :
\n \n :us :
\n \n :fr :
\n \n :es :
\n \n :it :
\n \n :ru :
\n \n :gb :
\n \n :uk :
\n \n :de :
\n \n Symbols \n \n \n :one :
\n \n :two :
\n \n :three :
\n \n :four :
\n \n :five :
\n \n :six :
\n \n :seven :
\n \n :eight :
\n \n :nine :
\n \n :keycap_ten :
\n \n :1234 :
\n \n :zero :
\n \n :hash :
\n \n :symbols :
\n \n :arrow_backward :
\n \n :arrow_down :
\n \n :arrow_forward :
\n \n :arrow_left :
\n \n :capital_abcd :
\n \n :abcd :
\n \n :abc :
\n \n :arrow_lower_left :
\n \n :arrow_lower_right :
\n \n :arrow_right :
\n \n :arrow_up :
\n \n :arrow_upper_left :
\n \n :arrow_upper_right :
\n \n :arrow_double_down :
\n \n :arrow_double_up :
\n \n :arrow_down_small :
\n \n :arrow_heading_down :
\n \n :arrow_heading_up :
\n \n :leftwards_arrow_with_hook :
\n \n :arrow_right_hook :
\n \n :left_right_arrow :
\n \n :arrow_up_down :
\n \n :arrow_up_small :
\n \n :arrows_clockwise :
\n \n :arrows_counterclockwise :
\n \n :rewind :
\n \n :fast_forward :
\n \n :information_source :
\n \n :ok :
\n \n :twisted_rightwards_arrows :
\n \n :repeat :
\n \n :repeat_one :
\n \n :new :
\n \n :top :
\n \n :up :
\n \n :cool :
\n \n :free :
\n \n :ng :
\n \n :cinema :
\n \n :koko :
\n \n :signal_strength :
\n \n :u5272 :
\n \n :u5408 :
\n \n :u55b6 :
\n \n :u6307 :
\n \n :u6708 :
\n \n :u6709 :
\n \n :u6e80 :
\n \n :u7121 :
\n \n :u7533 :
\n \n :u7a7a :
\n \n :u7981 :
\n \n :sa :
\n \n :restroom :
\n \n :mens :
\n \n :womens :
\n \n :baby_symbol :
\n \n :no_smoking :
\n \n :parking :
\n \n :wheelchair :
\n \n :metro :
\n \n :baggage_claim :
\n \n :accept :
\n \n :wc :
\n \n :potable_water :
\n \n :put_litter_in_its_place :
\n \n :secret :
\n \n :congratulations :
\n \n :m :
\n \n :passport_control :
\n \n :left_luggage :
\n \n :customs :
\n \n :ideograph_advantage :
\n \n :cl :
\n \n :sos :
\n \n :id :
\n \n :no_entry_sign :
\n \n :underage :
\n \n :no_mobile_phones :
\n \n :do_not_litter :
\n \n :non-potable_water :
\n \n :no_bicycles :
\n \n :no_pedestrians :
\n \n :children_crossing :
\n \n :no_entry :
\n \n :eight_spoked_asterisk :
\n \n :sparkle :
\n \n :eight_pointed_black_star :
\n \n :heart_decoration :
\n \n :vs :
\n \n :vibration_mode :
\n \n :mobile_phone_off :
\n \n :chart :
\n \n :currency_exchange :
\n \n :aries :
\n \n :taurus :
\n \n :gemini :
\n \n :cancer :
\n \n :leo :
\n \n :virgo :
\n \n :libra :
\n \n :scorpius :
\n \n :sagittarius :
\n \n :capricorn :
\n \n :aquarius :
\n \n :pisces :
\n \n :ophiuchus :
\n \n :six_pointed_star :
\n \n :negative_squared_cross_mark :
\n \n :a :
\n \n :b :
\n \n :ab :
\n \n :o2 :
\n \n :diamond_shape_with_a_dot_inside :
\n \n :recycle :
\n \n :end :
\n \n :back :
\n \n :on :
\n \n :soon :
\n \n :clock1 :
\n \n :clock130 :
\n \n :clock10 :
\n \n :clock1030 :
\n \n :clock11 :
\n \n :clock1130 :
\n \n :clock12 :
\n \n :clock1230 :
\n \n :clock2 :
\n \n :clock230 :
\n \n :clock3 :
\n \n :clock330 :
\n \n :clock4 :
\n \n :clock430 :
\n \n :clock5 :
\n \n :clock530 :
\n \n :clock6 :
\n \n :clock630 :
\n \n :clock7 :
\n \n :clock730 :
\n \n :clock8 :
\n \n :clock830 :
\n \n :clock9 :
\n \n :clock930 :
\n \n :heavy_dollar_sign :
\n \n :copyright :
\n \n :registered :
\n \n :tm :
\n \n :x :
\n \n :heavy_exclamation_mark :
\n \n :bangbang :
\n \n :interrobang :
\n \n :o :
\n \n :heavy_multiplication_x :
\n \n :heavy_plus_sign :
\n \n :heavy_minus_sign :
\n \n :heavy_division_sign :
\n \n :white_flower :
\n \n :100 :
\n \n :heavy_check_mark :
\n \n :ballot_box_with_check :
\n \n :radio_button :
\n \n :link :
\n \n :curly_loop :
\n \n :wavy_dash :
\n \n :part_alternation_mark :
\n \n :trident :
\n \n :black_small_square :
\n \n :white_small_square :
\n \n :black_medium_small_square :
\n \n :white_medium_small_square :
\n \n :black_medium_square :
\n \n :white_medium_square :
\n \n :black_large_square :
\n \n :white_large_square :
\n \n :white_check_mark :
\n \n :black_square_button :
\n \n :white_square_button :
\n \n :black_circle :
\n \n :white_circle :
\n \n :red_circle :
\n \n :large_blue_circle :
\n \n :large_blue_diamond :
\n \n :large_orange_diamond :
\n \n :small_blue_diamond :
\n \n :small_orange_diamond :
\n \n :small_red_triangle :
\n \n :small_red_triangle_down :
\n \n :shipit :
\n \n Campfire also supports a few sounds \n \n /play secret
\n /play trombone
\n /play crickets
\n /play rimshot
\n /play vuvuzela
\n /play tmyk
\n /play live
\n /play drama
\n /play yeah
\n /play greatjob
\n /play pushit
\n /play nyan
\n /play tada
\n /play ohmy
\n /play bueller
\n /play ohyeah
\n /play 56k
\n /play dangerzone
\n /play horn
\n /play horror
\n /play loggins
\n /play yodel
\n /play sax
\n /play noooo
\n /play heygirl
\n /play inconceivable
\n /play deeper
\n /play whoomp
\n /play clowntown
\n /play what
\n /play bezos
\n /play trololo
\n /play makeitso
\n /play sexyback
\n /play bell
\n /play danielsan
\n /play greyjoy
\n /play story
\n /play dadgummit
\n /play rollout
\n /play cottoneyejoe
\n /play rumble
\n /play guarantee
\n /play unix
\n /play letitgo
\n /play wups
\n /play flawless
\n /play butts
\n \n\tEmojis and social media \n\tEmojis enhance just about any user experience . They always have a place, from casual social media use to top level inbound marketing strategies.
\n\tIt doesn't matter if you're part of a design team communicating with a different department, a social media manager for your business, or anything in between. Emojis help convey tone and intent, both of which are frequently lost in translation when communicating online.
\n\tThere are now entire generations that grew up and are growing up with emojis as a given. Emojis are no longer stylistic extras that you can ignore, but instead are an integral part of how many online users communicate every single day. Spend a few minutes clicking around Facebook or Twitter if you're still skeptical! You won't be able to scroll more than a page without seeing emojis aplenty.
\n\tSo next time you're considering a social media overhaul or searching for a brand new angle with your online marketing campaigns, find the perfect emoji here on our emoji cheat sheet!
\n \n \n \n \n \n\n",
+ "rawHeaders": [
+ "Content-Type",
+ "text/html",
+ "Transfer-Encoding",
+ "chunked",
+ "Connection",
+ "close",
+ "Date",
+ "Sat, 15 Jul 2017 15:29:20 GMT",
+ "Server",
+ "Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 PHP/5.3.29",
+ "X-Powered-By",
+ "PHP/5.3.29",
+ "Cache-Control",
+ "max-age=300",
+ "Expires",
+ "Sat, 15 Jul 2017 15:34:20 GMT",
+ "Vary",
+ "Accept-Encoding",
+ "X-Cache",
+ "Miss from cloudfront",
+ "Via",
+ "1.1 76bce8bb4fbd102fc0b3aa2e41094b79.cloudfront.net (CloudFront)",
+ "X-Amz-Cf-Id",
+ "l8VcahuY_jd0rtYxkthlB6qyR9YWlmec4F4rS0fLteIinjzRQL9qCQ=="
+ ]
+}
\ No newline at end of file
diff --git a/playbacks/www.webpagefx.com/get+tools-emoji-cheat-sheet+d1924c8483.nock.json b/playbacks/www.webpagefx.com/get+tools-emoji-cheat-sheet+d1924c8483.nock.json
new file mode 100644
index 0000000..10aced4
--- /dev/null
+++ b/playbacks/www.webpagefx.com/get+tools-emoji-cheat-sheet+d1924c8483.nock.json
@@ -0,0 +1,28 @@
+{
+ "scope": "http://www.webpagefx.com:80",
+ "method": "GET",
+ "path": "/tools/emoji-cheat-sheet/",
+ "body": "",
+ "status": 301,
+ "response": "\r\n301 Moved Permanently \r\n\r\n301 Moved Permanently \r\nCloudFront \r\n\r\n\r\n",
+ "rawHeaders": [
+ "Server",
+ "CloudFront",
+ "Date",
+ "Sat, 15 Jul 2017 15:29:19 GMT",
+ "Content-Type",
+ "text/html",
+ "Content-Length",
+ "183",
+ "Connection",
+ "close",
+ "Location",
+ "https://www.webpagefx.com/tools/emoji-cheat-sheet/",
+ "X-Cache",
+ "Redirect from cloudfront",
+ "Via",
+ "1.1 76bce8bb4fbd102fc0b3aa2e41094b79.cloudfront.net (CloudFront)",
+ "X-Amz-Cf-Id",
+ "qpAvYqmevPQivnDy1hZxDykgTI_776Uql3rvV7I9cCJjoo-P9j28sw=="
+ ]
+}
\ No newline at end of file
diff --git a/scripts/generate.ts b/scripts/generate.ts
new file mode 100644
index 0000000..6fffd84
--- /dev/null
+++ b/scripts/generate.ts
@@ -0,0 +1,11 @@
+import * as fs from 'fs';
+import {create_cheat_sheet} from '../src/create-cheat-sheet';
+
+const output_filename = process.argv[2];
+if (output_filename === undefined) {
+ throw new Error(`Usage ts-node path/to/generate.ts path/to/output.md`);
+}
+
+create_cheat_sheet().then(cheat_sheet => {
+ fs.writeFileSync(output_filename, cheat_sheet, 'utf8');
+});
diff --git a/src/__snapshots__/create-cheat-sheet.test.ts.snap b/src/__snapshots__/create-cheat-sheet.test.ts.snap
new file mode 100644
index 0000000..d30a1af
--- /dev/null
+++ b/src/__snapshots__/create-cheat-sheet.test.ts.snap
@@ -0,0 +1,803 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`create-cheat-sheet 1`] = `
+"# emoji-cheat-sheet
+
+[![build](https://travis-ci.org/ikatyang/emoji-cheat-sheet.svg?branch=master)](https://travis-ci.org/ikatyang/emoji-cheat-sheet)
+
+This cheat sheet is automatically generated from [GitHub Emoji API](https://api.github.com/emojis) and [Emoji Cheat Sheet](http://www.emoji-cheat-sheet.com)
+
+## Table of Contents
+
+- [People](#people)
+- [Nature](#nature)
+- [Objects](#objects)
+- [Places](#places)
+- [Symbols](#symbols)
+- [Uncategorized](#uncategorized)
+
+### People
+
+| | ico | emoji | ico | emoji |
+| - | --- | ----- | --- | ----- |
+| [top](#table-of-contents) | :bowtie: | \`:bowtie:\` | :smile: | \`:smile:\` |
+| [top](#table-of-contents) | :laughing: | \`:laughing:\` | :blush: | \`:blush:\` |
+| [top](#table-of-contents) | :smiley: | \`:smiley:\` | :relaxed: | \`:relaxed:\` |
+| [top](#table-of-contents) | :smirk: | \`:smirk:\` | :heart_eyes: | \`:heart_eyes:\` |
+| [top](#table-of-contents) | :kissing_heart: | \`:kissing_heart:\` | :kissing_closed_eyes: | \`:kissing_closed_eyes:\` |
+| [top](#table-of-contents) | :flushed: | \`:flushed:\` | :relieved: | \`:relieved:\` |
+| [top](#table-of-contents) | :satisfied: | \`:satisfied:\` | :grin: | \`:grin:\` |
+| [top](#table-of-contents) | :wink: | \`:wink:\` | :stuck_out_tongue_winking_eye: | \`:stuck_out_tongue_winking_eye:\` |
+| [top](#table-of-contents) | :stuck_out_tongue_closed_eyes: | \`:stuck_out_tongue_closed_eyes:\` | :grinning: | \`:grinning:\` |
+| [top](#table-of-contents) | :kissing: | \`:kissing:\` | :kissing_smiling_eyes: | \`:kissing_smiling_eyes:\` |
+| [top](#table-of-contents) | :stuck_out_tongue: | \`:stuck_out_tongue:\` | :sleeping: | \`:sleeping:\` |
+| [top](#table-of-contents) | :worried: | \`:worried:\` | :frowning: | \`:frowning:\` |
+| [top](#table-of-contents) | :anguished: | \`:anguished:\` | :open_mouth: | \`:open_mouth:\` |
+| [top](#table-of-contents) | :grimacing: | \`:grimacing:\` | :confused: | \`:confused:\` |
+| [top](#table-of-contents) | :hushed: | \`:hushed:\` | :expressionless: | \`:expressionless:\` |
+| [top](#table-of-contents) | :unamused: | \`:unamused:\` | :sweat_smile: | \`:sweat_smile:\` |
+| [top](#table-of-contents) | :sweat: | \`:sweat:\` | :disappointed_relieved: | \`:disappointed_relieved:\` |
+| [top](#table-of-contents) | :weary: | \`:weary:\` | :pensive: | \`:pensive:\` |
+| [top](#table-of-contents) | :disappointed: | \`:disappointed:\` | :confounded: | \`:confounded:\` |
+| [top](#table-of-contents) | :fearful: | \`:fearful:\` | :cold_sweat: | \`:cold_sweat:\` |
+| [top](#table-of-contents) | :persevere: | \`:persevere:\` | :cry: | \`:cry:\` |
+| [top](#table-of-contents) | :sob: | \`:sob:\` | :joy: | \`:joy:\` |
+| [top](#table-of-contents) | :astonished: | \`:astonished:\` | :scream: | \`:scream:\` |
+| [top](#table-of-contents) | :neckbeard: | \`:neckbeard:\` | :tired_face: | \`:tired_face:\` |
+| [top](#table-of-contents) | :angry: | \`:angry:\` | :rage: | \`:rage:\` |
+| [top](#table-of-contents) | :triumph: | \`:triumph:\` | :sleepy: | \`:sleepy:\` |
+| [top](#table-of-contents) | :yum: | \`:yum:\` | :mask: | \`:mask:\` |
+| [top](#table-of-contents) | :sunglasses: | \`:sunglasses:\` | :dizzy_face: | \`:dizzy_face:\` |
+| [top](#table-of-contents) | :imp: | \`:imp:\` | :smiling_imp: | \`:smiling_imp:\` |
+| [top](#table-of-contents) | :neutral_face: | \`:neutral_face:\` | :no_mouth: | \`:no_mouth:\` |
+| [top](#table-of-contents) | :innocent: | \`:innocent:\` | :alien: | \`:alien:\` |
+| [top](#table-of-contents) | :yellow_heart: | \`:yellow_heart:\` | :blue_heart: | \`:blue_heart:\` |
+| [top](#table-of-contents) | :purple_heart: | \`:purple_heart:\` | :heart: | \`:heart:\` |
+| [top](#table-of-contents) | :green_heart: | \`:green_heart:\` | :broken_heart: | \`:broken_heart:\` |
+| [top](#table-of-contents) | :heartbeat: | \`:heartbeat:\` | :heartpulse: | \`:heartpulse:\` |
+| [top](#table-of-contents) | :two_hearts: | \`:two_hearts:\` | :revolving_hearts: | \`:revolving_hearts:\` |
+| [top](#table-of-contents) | :cupid: | \`:cupid:\` | :sparkling_heart: | \`:sparkling_heart:\` |
+| [top](#table-of-contents) | :sparkles: | \`:sparkles:\` | :star: | \`:star:\` |
+| [top](#table-of-contents) | :star2: | \`:star2:\` | :dizzy: | \`:dizzy:\` |
+| [top](#table-of-contents) | :boom: | \`:boom:\` | :collision: | \`:collision:\` |
+| [top](#table-of-contents) | :anger: | \`:anger:\` | :exclamation: | \`:exclamation:\` |
+| [top](#table-of-contents) | :question: | \`:question:\` | :grey_exclamation: | \`:grey_exclamation:\` |
+| [top](#table-of-contents) | :grey_question: | \`:grey_question:\` | :zzz: | \`:zzz:\` |
+| [top](#table-of-contents) | :dash: | \`:dash:\` | :sweat_drops: | \`:sweat_drops:\` |
+| [top](#table-of-contents) | :notes: | \`:notes:\` | :musical_note: | \`:musical_note:\` |
+| [top](#table-of-contents) | :fire: | \`:fire:\` | :hankey: | \`:hankey:\` |
+| [top](#table-of-contents) | :poop: | \`:poop:\` | :shit: | \`:shit:\` |
+| [top](#table-of-contents) | :+1: | \`:+1:\` | :thumbsup: | \`:thumbsup:\` |
+| [top](#table-of-contents) | :-1: | \`:-1:\` | :thumbsdown: | \`:thumbsdown:\` |
+| [top](#table-of-contents) | :ok_hand: | \`:ok_hand:\` | :punch: | \`:punch:\` |
+| [top](#table-of-contents) | :facepunch: | \`:facepunch:\` | :fist: | \`:fist:\` |
+| [top](#table-of-contents) | :v: | \`:v:\` | :wave: | \`:wave:\` |
+| [top](#table-of-contents) | :hand: | \`:hand:\` | :raised_hand: | \`:raised_hand:\` |
+| [top](#table-of-contents) | :open_hands: | \`:open_hands:\` | :point_up: | \`:point_up:\` |
+| [top](#table-of-contents) | :point_down: | \`:point_down:\` | :point_left: | \`:point_left:\` |
+| [top](#table-of-contents) | :point_right: | \`:point_right:\` | :raised_hands: | \`:raised_hands:\` |
+| [top](#table-of-contents) | :pray: | \`:pray:\` | :point_up_2: | \`:point_up_2:\` |
+| [top](#table-of-contents) | :clap: | \`:clap:\` | :muscle: | \`:muscle:\` |
+| [top](#table-of-contents) | :metal: | \`:metal:\` | :fu: | \`:fu:\` |
+| [top](#table-of-contents) | :runner: | \`:runner:\` | :running: | \`:running:\` |
+| [top](#table-of-contents) | :couple: | \`:couple:\` | :family: | \`:family:\` |
+| [top](#table-of-contents) | :two_men_holding_hands: | \`:two_men_holding_hands:\` | :two_women_holding_hands: | \`:two_women_holding_hands:\` |
+| [top](#table-of-contents) | :dancer: | \`:dancer:\` | :dancers: | \`:dancers:\` |
+| [top](#table-of-contents) | :ok_woman: | \`:ok_woman:\` | :no_good: | \`:no_good:\` |
+| [top](#table-of-contents) | :information_desk_person: | \`:information_desk_person:\` | :raising_hand: | \`:raising_hand:\` |
+| [top](#table-of-contents) | :bride_with_veil: | \`:bride_with_veil:\` | :person_with_pouting_face: | \`:person_with_pouting_face:\` |
+| [top](#table-of-contents) | :person_frowning: | \`:person_frowning:\` | :bow: | \`:bow:\` |
+| [top](#table-of-contents) | :couple_with_heart: | \`:couple_with_heart:\` | :massage: | \`:massage:\` |
+| [top](#table-of-contents) | :haircut: | \`:haircut:\` | :nail_care: | \`:nail_care:\` |
+| [top](#table-of-contents) | :boy: | \`:boy:\` | :girl: | \`:girl:\` |
+| [top](#table-of-contents) | :woman: | \`:woman:\` | :man: | \`:man:\` |
+| [top](#table-of-contents) | :baby: | \`:baby:\` | :older_woman: | \`:older_woman:\` |
+| [top](#table-of-contents) | :older_man: | \`:older_man:\` | :person_with_blond_hair: | \`:person_with_blond_hair:\` |
+| [top](#table-of-contents) | :man_with_gua_pi_mao: | \`:man_with_gua_pi_mao:\` | :man_with_turban: | \`:man_with_turban:\` |
+| [top](#table-of-contents) | :construction_worker: | \`:construction_worker:\` | :cop: | \`:cop:\` |
+| [top](#table-of-contents) | :angel: | \`:angel:\` | :princess: | \`:princess:\` |
+| [top](#table-of-contents) | :smiley_cat: | \`:smiley_cat:\` | :smile_cat: | \`:smile_cat:\` |
+| [top](#table-of-contents) | :heart_eyes_cat: | \`:heart_eyes_cat:\` | :kissing_cat: | \`:kissing_cat:\` |
+| [top](#table-of-contents) | :smirk_cat: | \`:smirk_cat:\` | :scream_cat: | \`:scream_cat:\` |
+| [top](#table-of-contents) | :crying_cat_face: | \`:crying_cat_face:\` | :joy_cat: | \`:joy_cat:\` |
+| [top](#table-of-contents) | :pouting_cat: | \`:pouting_cat:\` | :japanese_ogre: | \`:japanese_ogre:\` |
+| [top](#table-of-contents) | :japanese_goblin: | \`:japanese_goblin:\` | :see_no_evil: | \`:see_no_evil:\` |
+| [top](#table-of-contents) | :hear_no_evil: | \`:hear_no_evil:\` | :speak_no_evil: | \`:speak_no_evil:\` |
+| [top](#table-of-contents) | :guardsman: | \`:guardsman:\` | :skull: | \`:skull:\` |
+| [top](#table-of-contents) | :feet: | \`:feet:\` | :lips: | \`:lips:\` |
+| [top](#table-of-contents) | :kiss: | \`:kiss:\` | :droplet: | \`:droplet:\` |
+| [top](#table-of-contents) | :ear: | \`:ear:\` | :eyes: | \`:eyes:\` |
+| [top](#table-of-contents) | :nose: | \`:nose:\` | :tongue: | \`:tongue:\` |
+| [top](#table-of-contents) | :love_letter: | \`:love_letter:\` | :bust_in_silhouette: | \`:bust_in_silhouette:\` |
+| [top](#table-of-contents) | :busts_in_silhouette: | \`:busts_in_silhouette:\` | :speech_balloon: | \`:speech_balloon:\` |
+| [top](#table-of-contents) | :thought_balloon: | \`:thought_balloon:\` | :feelsgood: | \`:feelsgood:\` |
+| [top](#table-of-contents) | :finnadie: | \`:finnadie:\` | :goberserk: | \`:goberserk:\` |
+| [top](#table-of-contents) | :godmode: | \`:godmode:\` | :hurtrealbad: | \`:hurtrealbad:\` |
+| [top](#table-of-contents) | :rage1: | \`:rage1:\` | :rage2: | \`:rage2:\` |
+| [top](#table-of-contents) | :rage3: | \`:rage3:\` | :rage4: | \`:rage4:\` |
+| [top](#table-of-contents) | :suspect: | \`:suspect:\` | :trollface: | \`:trollface:\` |
+
+### Nature
+
+| | ico | emoji | ico | emoji |
+| - | --- | ----- | --- | ----- |
+| [top](#table-of-contents) | :sunny: | \`:sunny:\` | :umbrella: | \`:umbrella:\` |
+| [top](#table-of-contents) | :cloud: | \`:cloud:\` | :snowflake: | \`:snowflake:\` |
+| [top](#table-of-contents) | :snowman: | \`:snowman:\` | :zap: | \`:zap:\` |
+| [top](#table-of-contents) | :cyclone: | \`:cyclone:\` | :foggy: | \`:foggy:\` |
+| [top](#table-of-contents) | :ocean: | \`:ocean:\` | :cat: | \`:cat:\` |
+| [top](#table-of-contents) | :dog: | \`:dog:\` | :mouse: | \`:mouse:\` |
+| [top](#table-of-contents) | :hamster: | \`:hamster:\` | :rabbit: | \`:rabbit:\` |
+| [top](#table-of-contents) | :wolf: | \`:wolf:\` | :frog: | \`:frog:\` |
+| [top](#table-of-contents) | :tiger: | \`:tiger:\` | :koala: | \`:koala:\` |
+| [top](#table-of-contents) | :bear: | \`:bear:\` | :pig: | \`:pig:\` |
+| [top](#table-of-contents) | :pig_nose: | \`:pig_nose:\` | :cow: | \`:cow:\` |
+| [top](#table-of-contents) | :boar: | \`:boar:\` | :monkey_face: | \`:monkey_face:\` |
+| [top](#table-of-contents) | :monkey: | \`:monkey:\` | :horse: | \`:horse:\` |
+| [top](#table-of-contents) | :racehorse: | \`:racehorse:\` | :camel: | \`:camel:\` |
+| [top](#table-of-contents) | :sheep: | \`:sheep:\` | :elephant: | \`:elephant:\` |
+| [top](#table-of-contents) | :panda_face: | \`:panda_face:\` | :snake: | \`:snake:\` |
+| [top](#table-of-contents) | :bird: | \`:bird:\` | :baby_chick: | \`:baby_chick:\` |
+| [top](#table-of-contents) | :hatched_chick: | \`:hatched_chick:\` | :hatching_chick: | \`:hatching_chick:\` |
+| [top](#table-of-contents) | :chicken: | \`:chicken:\` | :penguin: | \`:penguin:\` |
+| [top](#table-of-contents) | :turtle: | \`:turtle:\` | :bug: | \`:bug:\` |
+| [top](#table-of-contents) | :honeybee: | \`:honeybee:\` | :ant: | \`:ant:\` |
+| [top](#table-of-contents) | :beetle: | \`:beetle:\` | :snail: | \`:snail:\` |
+| [top](#table-of-contents) | :octopus: | \`:octopus:\` | :tropical_fish: | \`:tropical_fish:\` |
+| [top](#table-of-contents) | :fish: | \`:fish:\` | :whale: | \`:whale:\` |
+| [top](#table-of-contents) | :whale2: | \`:whale2:\` | :dolphin: | \`:dolphin:\` |
+| [top](#table-of-contents) | :cow2: | \`:cow2:\` | :ram: | \`:ram:\` |
+| [top](#table-of-contents) | :rat: | \`:rat:\` | :water_buffalo: | \`:water_buffalo:\` |
+| [top](#table-of-contents) | :tiger2: | \`:tiger2:\` | :rabbit2: | \`:rabbit2:\` |
+| [top](#table-of-contents) | :dragon: | \`:dragon:\` | :goat: | \`:goat:\` |
+| [top](#table-of-contents) | :rooster: | \`:rooster:\` | :dog2: | \`:dog2:\` |
+| [top](#table-of-contents) | :pig2: | \`:pig2:\` | :mouse2: | \`:mouse2:\` |
+| [top](#table-of-contents) | :ox: | \`:ox:\` | :dragon_face: | \`:dragon_face:\` |
+| [top](#table-of-contents) | :blowfish: | \`:blowfish:\` | :crocodile: | \`:crocodile:\` |
+| [top](#table-of-contents) | :dromedary_camel: | \`:dromedary_camel:\` | :leopard: | \`:leopard:\` |
+| [top](#table-of-contents) | :cat2: | \`:cat2:\` | :poodle: | \`:poodle:\` |
+| [top](#table-of-contents) | :paw_prints: | \`:paw_prints:\` | :bouquet: | \`:bouquet:\` |
+| [top](#table-of-contents) | :cherry_blossom: | \`:cherry_blossom:\` | :tulip: | \`:tulip:\` |
+| [top](#table-of-contents) | :four_leaf_clover: | \`:four_leaf_clover:\` | :rose: | \`:rose:\` |
+| [top](#table-of-contents) | :sunflower: | \`:sunflower:\` | :hibiscus: | \`:hibiscus:\` |
+| [top](#table-of-contents) | :maple_leaf: | \`:maple_leaf:\` | :leaves: | \`:leaves:\` |
+| [top](#table-of-contents) | :fallen_leaf: | \`:fallen_leaf:\` | :herb: | \`:herb:\` |
+| [top](#table-of-contents) | :mushroom: | \`:mushroom:\` | :cactus: | \`:cactus:\` |
+| [top](#table-of-contents) | :palm_tree: | \`:palm_tree:\` | :evergreen_tree: | \`:evergreen_tree:\` |
+| [top](#table-of-contents) | :deciduous_tree: | \`:deciduous_tree:\` | :chestnut: | \`:chestnut:\` |
+| [top](#table-of-contents) | :seedling: | \`:seedling:\` | :blossom: | \`:blossom:\` |
+| [top](#table-of-contents) | :ear_of_rice: | \`:ear_of_rice:\` | :shell: | \`:shell:\` |
+| [top](#table-of-contents) | :globe_with_meridians: | \`:globe_with_meridians:\` | :sun_with_face: | \`:sun_with_face:\` |
+| [top](#table-of-contents) | :full_moon_with_face: | \`:full_moon_with_face:\` | :new_moon_with_face: | \`:new_moon_with_face:\` |
+| [top](#table-of-contents) | :new_moon: | \`:new_moon:\` | :waxing_crescent_moon: | \`:waxing_crescent_moon:\` |
+| [top](#table-of-contents) | :first_quarter_moon: | \`:first_quarter_moon:\` | :waxing_gibbous_moon: | \`:waxing_gibbous_moon:\` |
+| [top](#table-of-contents) | :full_moon: | \`:full_moon:\` | :waning_gibbous_moon: | \`:waning_gibbous_moon:\` |
+| [top](#table-of-contents) | :last_quarter_moon: | \`:last_quarter_moon:\` | :waning_crescent_moon: | \`:waning_crescent_moon:\` |
+| [top](#table-of-contents) | :last_quarter_moon_with_face: | \`:last_quarter_moon_with_face:\` | :first_quarter_moon_with_face: | \`:first_quarter_moon_with_face:\` |
+| [top](#table-of-contents) | :crescent_moon: | \`:crescent_moon:\` | :earth_africa: | \`:earth_africa:\` |
+| [top](#table-of-contents) | :earth_americas: | \`:earth_americas:\` | :earth_asia: | \`:earth_asia:\` |
+| [top](#table-of-contents) | :volcano: | \`:volcano:\` | :milky_way: | \`:milky_way:\` |
+| [top](#table-of-contents) | :partly_sunny: | \`:partly_sunny:\` | :octocat: | \`:octocat:\` |
+| [top](#table-of-contents) | :squirrel: | \`:squirrel:\` | | |
+
+### Objects
+
+| | ico | emoji | ico | emoji |
+| - | --- | ----- | --- | ----- |
+| [top](#table-of-contents) | :bamboo: | \`:bamboo:\` | :gift_heart: | \`:gift_heart:\` |
+| [top](#table-of-contents) | :dolls: | \`:dolls:\` | :school_satchel: | \`:school_satchel:\` |
+| [top](#table-of-contents) | :mortar_board: | \`:mortar_board:\` | :flags: | \`:flags:\` |
+| [top](#table-of-contents) | :fireworks: | \`:fireworks:\` | :sparkler: | \`:sparkler:\` |
+| [top](#table-of-contents) | :wind_chime: | \`:wind_chime:\` | :rice_scene: | \`:rice_scene:\` |
+| [top](#table-of-contents) | :jack_o_lantern: | \`:jack_o_lantern:\` | :ghost: | \`:ghost:\` |
+| [top](#table-of-contents) | :santa: | \`:santa:\` | :christmas_tree: | \`:christmas_tree:\` |
+| [top](#table-of-contents) | :gift: | \`:gift:\` | :bell: | \`:bell:\` |
+| [top](#table-of-contents) | :no_bell: | \`:no_bell:\` | :tanabata_tree: | \`:tanabata_tree:\` |
+| [top](#table-of-contents) | :tada: | \`:tada:\` | :confetti_ball: | \`:confetti_ball:\` |
+| [top](#table-of-contents) | :balloon: | \`:balloon:\` | :crystal_ball: | \`:crystal_ball:\` |
+| [top](#table-of-contents) | :cd: | \`:cd:\` | :dvd: | \`:dvd:\` |
+| [top](#table-of-contents) | :floppy_disk: | \`:floppy_disk:\` | :camera: | \`:camera:\` |
+| [top](#table-of-contents) | :video_camera: | \`:video_camera:\` | :movie_camera: | \`:movie_camera:\` |
+| [top](#table-of-contents) | :computer: | \`:computer:\` | :tv: | \`:tv:\` |
+| [top](#table-of-contents) | :iphone: | \`:iphone:\` | :phone: | \`:phone:\` |
+| [top](#table-of-contents) | :telephone: | \`:telephone:\` | :telephone_receiver: | \`:telephone_receiver:\` |
+| [top](#table-of-contents) | :pager: | \`:pager:\` | :fax: | \`:fax:\` |
+| [top](#table-of-contents) | :minidisc: | \`:minidisc:\` | :vhs: | \`:vhs:\` |
+| [top](#table-of-contents) | :sound: | \`:sound:\` | :speaker: | \`:speaker:\` |
+| [top](#table-of-contents) | :mute: | \`:mute:\` | :loudspeaker: | \`:loudspeaker:\` |
+| [top](#table-of-contents) | :mega: | \`:mega:\` | :hourglass: | \`:hourglass:\` |
+| [top](#table-of-contents) | :hourglass_flowing_sand: | \`:hourglass_flowing_sand:\` | :alarm_clock: | \`:alarm_clock:\` |
+| [top](#table-of-contents) | :watch: | \`:watch:\` | :radio: | \`:radio:\` |
+| [top](#table-of-contents) | :satellite: | \`:satellite:\` | :loop: | \`:loop:\` |
+| [top](#table-of-contents) | :mag: | \`:mag:\` | :mag_right: | \`:mag_right:\` |
+| [top](#table-of-contents) | :unlock: | \`:unlock:\` | :lock: | \`:lock:\` |
+| [top](#table-of-contents) | :lock_with_ink_pen: | \`:lock_with_ink_pen:\` | :closed_lock_with_key: | \`:closed_lock_with_key:\` |
+| [top](#table-of-contents) | :key: | \`:key:\` | :bulb: | \`:bulb:\` |
+| [top](#table-of-contents) | :flashlight: | \`:flashlight:\` | :high_brightness: | \`:high_brightness:\` |
+| [top](#table-of-contents) | :low_brightness: | \`:low_brightness:\` | :electric_plug: | \`:electric_plug:\` |
+| [top](#table-of-contents) | :battery: | \`:battery:\` | :calling: | \`:calling:\` |
+| [top](#table-of-contents) | :email: | \`:email:\` | :mailbox: | \`:mailbox:\` |
+| [top](#table-of-contents) | :postbox: | \`:postbox:\` | :bath: | \`:bath:\` |
+| [top](#table-of-contents) | :bathtub: | \`:bathtub:\` | :shower: | \`:shower:\` |
+| [top](#table-of-contents) | :toilet: | \`:toilet:\` | :wrench: | \`:wrench:\` |
+| [top](#table-of-contents) | :nut_and_bolt: | \`:nut_and_bolt:\` | :hammer: | \`:hammer:\` |
+| [top](#table-of-contents) | :seat: | \`:seat:\` | :moneybag: | \`:moneybag:\` |
+| [top](#table-of-contents) | :yen: | \`:yen:\` | :dollar: | \`:dollar:\` |
+| [top](#table-of-contents) | :pound: | \`:pound:\` | :euro: | \`:euro:\` |
+| [top](#table-of-contents) | :credit_card: | \`:credit_card:\` | :money_with_wings: | \`:money_with_wings:\` |
+| [top](#table-of-contents) | :e-mail: | \`:e-mail:\` | :inbox_tray: | \`:inbox_tray:\` |
+| [top](#table-of-contents) | :outbox_tray: | \`:outbox_tray:\` | :envelope: | \`:envelope:\` |
+| [top](#table-of-contents) | :incoming_envelope: | \`:incoming_envelope:\` | :postal_horn: | \`:postal_horn:\` |
+| [top](#table-of-contents) | :mailbox_closed: | \`:mailbox_closed:\` | :mailbox_with_mail: | \`:mailbox_with_mail:\` |
+| [top](#table-of-contents) | :mailbox_with_no_mail: | \`:mailbox_with_no_mail:\` | :package: | \`:package:\` |
+| [top](#table-of-contents) | :door: | \`:door:\` | :smoking: | \`:smoking:\` |
+| [top](#table-of-contents) | :bomb: | \`:bomb:\` | :gun: | \`:gun:\` |
+| [top](#table-of-contents) | :hocho: | \`:hocho:\` | :pill: | \`:pill:\` |
+| [top](#table-of-contents) | :syringe: | \`:syringe:\` | :page_facing_up: | \`:page_facing_up:\` |
+| [top](#table-of-contents) | :page_with_curl: | \`:page_with_curl:\` | :bookmark_tabs: | \`:bookmark_tabs:\` |
+| [top](#table-of-contents) | :bar_chart: | \`:bar_chart:\` | :chart_with_upwards_trend: | \`:chart_with_upwards_trend:\` |
+| [top](#table-of-contents) | :chart_with_downwards_trend: | \`:chart_with_downwards_trend:\` | :scroll: | \`:scroll:\` |
+| [top](#table-of-contents) | :clipboard: | \`:clipboard:\` | :calendar: | \`:calendar:\` |
+| [top](#table-of-contents) | :date: | \`:date:\` | :card_index: | \`:card_index:\` |
+| [top](#table-of-contents) | :file_folder: | \`:file_folder:\` | :open_file_folder: | \`:open_file_folder:\` |
+| [top](#table-of-contents) | :scissors: | \`:scissors:\` | :pushpin: | \`:pushpin:\` |
+| [top](#table-of-contents) | :paperclip: | \`:paperclip:\` | :black_nib: | \`:black_nib:\` |
+| [top](#table-of-contents) | :pencil2: | \`:pencil2:\` | :straight_ruler: | \`:straight_ruler:\` |
+| [top](#table-of-contents) | :triangular_ruler: | \`:triangular_ruler:\` | :closed_book: | \`:closed_book:\` |
+| [top](#table-of-contents) | :green_book: | \`:green_book:\` | :blue_book: | \`:blue_book:\` |
+| [top](#table-of-contents) | :orange_book: | \`:orange_book:\` | :notebook: | \`:notebook:\` |
+| [top](#table-of-contents) | :notebook_with_decorative_cover: | \`:notebook_with_decorative_cover:\` | :ledger: | \`:ledger:\` |
+| [top](#table-of-contents) | :books: | \`:books:\` | :bookmark: | \`:bookmark:\` |
+| [top](#table-of-contents) | :name_badge: | \`:name_badge:\` | :microscope: | \`:microscope:\` |
+| [top](#table-of-contents) | :telescope: | \`:telescope:\` | :newspaper: | \`:newspaper:\` |
+| [top](#table-of-contents) | :football: | \`:football:\` | :basketball: | \`:basketball:\` |
+| [top](#table-of-contents) | :soccer: | \`:soccer:\` | :baseball: | \`:baseball:\` |
+| [top](#table-of-contents) | :tennis: | \`:tennis:\` | :8ball: | \`:8ball:\` |
+| [top](#table-of-contents) | :rugby_football: | \`:rugby_football:\` | :bowling: | \`:bowling:\` |
+| [top](#table-of-contents) | :golf: | \`:golf:\` | :mountain_bicyclist: | \`:mountain_bicyclist:\` |
+| [top](#table-of-contents) | :bicyclist: | \`:bicyclist:\` | :horse_racing: | \`:horse_racing:\` |
+| [top](#table-of-contents) | :snowboarder: | \`:snowboarder:\` | :swimmer: | \`:swimmer:\` |
+| [top](#table-of-contents) | :surfer: | \`:surfer:\` | :ski: | \`:ski:\` |
+| [top](#table-of-contents) | :spades: | \`:spades:\` | :hearts: | \`:hearts:\` |
+| [top](#table-of-contents) | :clubs: | \`:clubs:\` | :diamonds: | \`:diamonds:\` |
+| [top](#table-of-contents) | :gem: | \`:gem:\` | :ring: | \`:ring:\` |
+| [top](#table-of-contents) | :trophy: | \`:trophy:\` | :musical_score: | \`:musical_score:\` |
+| [top](#table-of-contents) | :musical_keyboard: | \`:musical_keyboard:\` | :violin: | \`:violin:\` |
+| [top](#table-of-contents) | :space_invader: | \`:space_invader:\` | :video_game: | \`:video_game:\` |
+| [top](#table-of-contents) | :black_joker: | \`:black_joker:\` | :flower_playing_cards: | \`:flower_playing_cards:\` |
+| [top](#table-of-contents) | :game_die: | \`:game_die:\` | :dart: | \`:dart:\` |
+| [top](#table-of-contents) | :mahjong: | \`:mahjong:\` | :clapper: | \`:clapper:\` |
+| [top](#table-of-contents) | :memo: | \`:memo:\` | :pencil: | \`:pencil:\` |
+| [top](#table-of-contents) | :book: | \`:book:\` | :art: | \`:art:\` |
+| [top](#table-of-contents) | :microphone: | \`:microphone:\` | :headphones: | \`:headphones:\` |
+| [top](#table-of-contents) | :trumpet: | \`:trumpet:\` | :saxophone: | \`:saxophone:\` |
+| [top](#table-of-contents) | :guitar: | \`:guitar:\` | :shoe: | \`:shoe:\` |
+| [top](#table-of-contents) | :sandal: | \`:sandal:\` | :high_heel: | \`:high_heel:\` |
+| [top](#table-of-contents) | :lipstick: | \`:lipstick:\` | :boot: | \`:boot:\` |
+| [top](#table-of-contents) | :shirt: | \`:shirt:\` | :tshirt: | \`:tshirt:\` |
+| [top](#table-of-contents) | :necktie: | \`:necktie:\` | :womans_clothes: | \`:womans_clothes:\` |
+| [top](#table-of-contents) | :dress: | \`:dress:\` | :running_shirt_with_sash: | \`:running_shirt_with_sash:\` |
+| [top](#table-of-contents) | :jeans: | \`:jeans:\` | :kimono: | \`:kimono:\` |
+| [top](#table-of-contents) | :bikini: | \`:bikini:\` | :ribbon: | \`:ribbon:\` |
+| [top](#table-of-contents) | :tophat: | \`:tophat:\` | :crown: | \`:crown:\` |
+| [top](#table-of-contents) | :womans_hat: | \`:womans_hat:\` | :mans_shoe: | \`:mans_shoe:\` |
+| [top](#table-of-contents) | :closed_umbrella: | \`:closed_umbrella:\` | :briefcase: | \`:briefcase:\` |
+| [top](#table-of-contents) | :handbag: | \`:handbag:\` | :pouch: | \`:pouch:\` |
+| [top](#table-of-contents) | :purse: | \`:purse:\` | :eyeglasses: | \`:eyeglasses:\` |
+| [top](#table-of-contents) | :fishing_pole_and_fish: | \`:fishing_pole_and_fish:\` | :coffee: | \`:coffee:\` |
+| [top](#table-of-contents) | :tea: | \`:tea:\` | :sake: | \`:sake:\` |
+| [top](#table-of-contents) | :baby_bottle: | \`:baby_bottle:\` | :beer: | \`:beer:\` |
+| [top](#table-of-contents) | :beers: | \`:beers:\` | :cocktail: | \`:cocktail:\` |
+| [top](#table-of-contents) | :tropical_drink: | \`:tropical_drink:\` | :wine_glass: | \`:wine_glass:\` |
+| [top](#table-of-contents) | :fork_and_knife: | \`:fork_and_knife:\` | :pizza: | \`:pizza:\` |
+| [top](#table-of-contents) | :hamburger: | \`:hamburger:\` | :fries: | \`:fries:\` |
+| [top](#table-of-contents) | :poultry_leg: | \`:poultry_leg:\` | :meat_on_bone: | \`:meat_on_bone:\` |
+| [top](#table-of-contents) | :spaghetti: | \`:spaghetti:\` | :curry: | \`:curry:\` |
+| [top](#table-of-contents) | :fried_shrimp: | \`:fried_shrimp:\` | :bento: | \`:bento:\` |
+| [top](#table-of-contents) | :sushi: | \`:sushi:\` | :fish_cake: | \`:fish_cake:\` |
+| [top](#table-of-contents) | :rice_ball: | \`:rice_ball:\` | :rice_cracker: | \`:rice_cracker:\` |
+| [top](#table-of-contents) | :rice: | \`:rice:\` | :ramen: | \`:ramen:\` |
+| [top](#table-of-contents) | :stew: | \`:stew:\` | :oden: | \`:oden:\` |
+| [top](#table-of-contents) | :dango: | \`:dango:\` | :egg: | \`:egg:\` |
+| [top](#table-of-contents) | :bread: | \`:bread:\` | :doughnut: | \`:doughnut:\` |
+| [top](#table-of-contents) | :custard: | \`:custard:\` | :icecream: | \`:icecream:\` |
+| [top](#table-of-contents) | :ice_cream: | \`:ice_cream:\` | :shaved_ice: | \`:shaved_ice:\` |
+| [top](#table-of-contents) | :birthday: | \`:birthday:\` | :cake: | \`:cake:\` |
+| [top](#table-of-contents) | :cookie: | \`:cookie:\` | :chocolate_bar: | \`:chocolate_bar:\` |
+| [top](#table-of-contents) | :candy: | \`:candy:\` | :lollipop: | \`:lollipop:\` |
+| [top](#table-of-contents) | :honey_pot: | \`:honey_pot:\` | :apple: | \`:apple:\` |
+| [top](#table-of-contents) | :green_apple: | \`:green_apple:\` | :tangerine: | \`:tangerine:\` |
+| [top](#table-of-contents) | :lemon: | \`:lemon:\` | :cherries: | \`:cherries:\` |
+| [top](#table-of-contents) | :grapes: | \`:grapes:\` | :watermelon: | \`:watermelon:\` |
+| [top](#table-of-contents) | :strawberry: | \`:strawberry:\` | :peach: | \`:peach:\` |
+| [top](#table-of-contents) | :melon: | \`:melon:\` | :banana: | \`:banana:\` |
+| [top](#table-of-contents) | :pear: | \`:pear:\` | :pineapple: | \`:pineapple:\` |
+| [top](#table-of-contents) | :sweet_potato: | \`:sweet_potato:\` | :eggplant: | \`:eggplant:\` |
+| [top](#table-of-contents) | :tomato: | \`:tomato:\` | :corn: | \`:corn:\` |
+
+### Places
+
+| | ico | emoji | ico | emoji |
+| - | --- | ----- | --- | ----- |
+| [top](#table-of-contents) | :house: | \`:house:\` | :house_with_garden: | \`:house_with_garden:\` |
+| [top](#table-of-contents) | :school: | \`:school:\` | :office: | \`:office:\` |
+| [top](#table-of-contents) | :post_office: | \`:post_office:\` | :hospital: | \`:hospital:\` |
+| [top](#table-of-contents) | :bank: | \`:bank:\` | :convenience_store: | \`:convenience_store:\` |
+| [top](#table-of-contents) | :love_hotel: | \`:love_hotel:\` | :hotel: | \`:hotel:\` |
+| [top](#table-of-contents) | :wedding: | \`:wedding:\` | :church: | \`:church:\` |
+| [top](#table-of-contents) | :department_store: | \`:department_store:\` | :european_post_office: | \`:european_post_office:\` |
+| [top](#table-of-contents) | :city_sunrise: | \`:city_sunrise:\` | :city_sunset: | \`:city_sunset:\` |
+| [top](#table-of-contents) | :japanese_castle: | \`:japanese_castle:\` | :european_castle: | \`:european_castle:\` |
+| [top](#table-of-contents) | :tent: | \`:tent:\` | :factory: | \`:factory:\` |
+| [top](#table-of-contents) | :tokyo_tower: | \`:tokyo_tower:\` | :japan: | \`:japan:\` |
+| [top](#table-of-contents) | :mount_fuji: | \`:mount_fuji:\` | :sunrise_over_mountains: | \`:sunrise_over_mountains:\` |
+| [top](#table-of-contents) | :sunrise: | \`:sunrise:\` | :stars: | \`:stars:\` |
+| [top](#table-of-contents) | :statue_of_liberty: | \`:statue_of_liberty:\` | :bridge_at_night: | \`:bridge_at_night:\` |
+| [top](#table-of-contents) | :carousel_horse: | \`:carousel_horse:\` | :rainbow: | \`:rainbow:\` |
+| [top](#table-of-contents) | :ferris_wheel: | \`:ferris_wheel:\` | :fountain: | \`:fountain:\` |
+| [top](#table-of-contents) | :roller_coaster: | \`:roller_coaster:\` | :ship: | \`:ship:\` |
+| [top](#table-of-contents) | :speedboat: | \`:speedboat:\` | :boat: | \`:boat:\` |
+| [top](#table-of-contents) | :sailboat: | \`:sailboat:\` | :rowboat: | \`:rowboat:\` |
+| [top](#table-of-contents) | :anchor: | \`:anchor:\` | :rocket: | \`:rocket:\` |
+| [top](#table-of-contents) | :airplane: | \`:airplane:\` | :helicopter: | \`:helicopter:\` |
+| [top](#table-of-contents) | :steam_locomotive: | \`:steam_locomotive:\` | :tram: | \`:tram:\` |
+| [top](#table-of-contents) | :mountain_railway: | \`:mountain_railway:\` | :bike: | \`:bike:\` |
+| [top](#table-of-contents) | :aerial_tramway: | \`:aerial_tramway:\` | :suspension_railway: | \`:suspension_railway:\` |
+| [top](#table-of-contents) | :mountain_cableway: | \`:mountain_cableway:\` | :tractor: | \`:tractor:\` |
+| [top](#table-of-contents) | :blue_car: | \`:blue_car:\` | :oncoming_automobile: | \`:oncoming_automobile:\` |
+| [top](#table-of-contents) | :car: | \`:car:\` | :red_car: | \`:red_car:\` |
+| [top](#table-of-contents) | :taxi: | \`:taxi:\` | :oncoming_taxi: | \`:oncoming_taxi:\` |
+| [top](#table-of-contents) | :articulated_lorry: | \`:articulated_lorry:\` | :bus: | \`:bus:\` |
+| [top](#table-of-contents) | :oncoming_bus: | \`:oncoming_bus:\` | :rotating_light: | \`:rotating_light:\` |
+| [top](#table-of-contents) | :police_car: | \`:police_car:\` | :oncoming_police_car: | \`:oncoming_police_car:\` |
+| [top](#table-of-contents) | :fire_engine: | \`:fire_engine:\` | :ambulance: | \`:ambulance:\` |
+| [top](#table-of-contents) | :minibus: | \`:minibus:\` | :truck: | \`:truck:\` |
+| [top](#table-of-contents) | :train: | \`:train:\` | :station: | \`:station:\` |
+| [top](#table-of-contents) | :train2: | \`:train2:\` | :bullettrain_front: | \`:bullettrain_front:\` |
+| [top](#table-of-contents) | :bullettrain_side: | \`:bullettrain_side:\` | :light_rail: | \`:light_rail:\` |
+| [top](#table-of-contents) | :monorail: | \`:monorail:\` | :railway_car: | \`:railway_car:\` |
+| [top](#table-of-contents) | :trolleybus: | \`:trolleybus:\` | :ticket: | \`:ticket:\` |
+| [top](#table-of-contents) | :fuelpump: | \`:fuelpump:\` | :vertical_traffic_light: | \`:vertical_traffic_light:\` |
+| [top](#table-of-contents) | :traffic_light: | \`:traffic_light:\` | :warning: | \`:warning:\` |
+| [top](#table-of-contents) | :construction: | \`:construction:\` | :beginner: | \`:beginner:\` |
+| [top](#table-of-contents) | :atm: | \`:atm:\` | :slot_machine: | \`:slot_machine:\` |
+| [top](#table-of-contents) | :busstop: | \`:busstop:\` | :barber: | \`:barber:\` |
+| [top](#table-of-contents) | :hotsprings: | \`:hotsprings:\` | :checkered_flag: | \`:checkered_flag:\` |
+| [top](#table-of-contents) | :crossed_flags: | \`:crossed_flags:\` | :izakaya_lantern: | \`:izakaya_lantern:\` |
+| [top](#table-of-contents) | :moyai: | \`:moyai:\` | :circus_tent: | \`:circus_tent:\` |
+| [top](#table-of-contents) | :performing_arts: | \`:performing_arts:\` | :round_pushpin: | \`:round_pushpin:\` |
+| [top](#table-of-contents) | :triangular_flag_on_post: | \`:triangular_flag_on_post:\` | :jp: | \`:jp:\` |
+| [top](#table-of-contents) | :kr: | \`:kr:\` | :cn: | \`:cn:\` |
+| [top](#table-of-contents) | :us: | \`:us:\` | :fr: | \`:fr:\` |
+| [top](#table-of-contents) | :es: | \`:es:\` | :it: | \`:it:\` |
+| [top](#table-of-contents) | :ru: | \`:ru:\` | :gb: | \`:gb:\` |
+| [top](#table-of-contents) | :uk: | \`:uk:\` | :de: | \`:de:\` |
+
+### Symbols
+
+| | ico | emoji | ico | emoji |
+| - | --- | ----- | --- | ----- |
+| [top](#table-of-contents) | :one: | \`:one:\` | :two: | \`:two:\` |
+| [top](#table-of-contents) | :three: | \`:three:\` | :four: | \`:four:\` |
+| [top](#table-of-contents) | :five: | \`:five:\` | :six: | \`:six:\` |
+| [top](#table-of-contents) | :seven: | \`:seven:\` | :eight: | \`:eight:\` |
+| [top](#table-of-contents) | :nine: | \`:nine:\` | :keycap_ten: | \`:keycap_ten:\` |
+| [top](#table-of-contents) | :1234: | \`:1234:\` | :zero: | \`:zero:\` |
+| [top](#table-of-contents) | :hash: | \`:hash:\` | :symbols: | \`:symbols:\` |
+| [top](#table-of-contents) | :arrow_backward: | \`:arrow_backward:\` | :arrow_down: | \`:arrow_down:\` |
+| [top](#table-of-contents) | :arrow_forward: | \`:arrow_forward:\` | :arrow_left: | \`:arrow_left:\` |
+| [top](#table-of-contents) | :capital_abcd: | \`:capital_abcd:\` | :abcd: | \`:abcd:\` |
+| [top](#table-of-contents) | :abc: | \`:abc:\` | :arrow_lower_left: | \`:arrow_lower_left:\` |
+| [top](#table-of-contents) | :arrow_lower_right: | \`:arrow_lower_right:\` | :arrow_right: | \`:arrow_right:\` |
+| [top](#table-of-contents) | :arrow_up: | \`:arrow_up:\` | :arrow_upper_left: | \`:arrow_upper_left:\` |
+| [top](#table-of-contents) | :arrow_upper_right: | \`:arrow_upper_right:\` | :arrow_double_down: | \`:arrow_double_down:\` |
+| [top](#table-of-contents) | :arrow_double_up: | \`:arrow_double_up:\` | :arrow_down_small: | \`:arrow_down_small:\` |
+| [top](#table-of-contents) | :arrow_heading_down: | \`:arrow_heading_down:\` | :arrow_heading_up: | \`:arrow_heading_up:\` |
+| [top](#table-of-contents) | :leftwards_arrow_with_hook: | \`:leftwards_arrow_with_hook:\` | :arrow_right_hook: | \`:arrow_right_hook:\` |
+| [top](#table-of-contents) | :left_right_arrow: | \`:left_right_arrow:\` | :arrow_up_down: | \`:arrow_up_down:\` |
+| [top](#table-of-contents) | :arrow_up_small: | \`:arrow_up_small:\` | :arrows_clockwise: | \`:arrows_clockwise:\` |
+| [top](#table-of-contents) | :arrows_counterclockwise: | \`:arrows_counterclockwise:\` | :rewind: | \`:rewind:\` |
+| [top](#table-of-contents) | :fast_forward: | \`:fast_forward:\` | :information_source: | \`:information_source:\` |
+| [top](#table-of-contents) | :ok: | \`:ok:\` | :twisted_rightwards_arrows: | \`:twisted_rightwards_arrows:\` |
+| [top](#table-of-contents) | :repeat: | \`:repeat:\` | :repeat_one: | \`:repeat_one:\` |
+| [top](#table-of-contents) | :new: | \`:new:\` | :top: | \`:top:\` |
+| [top](#table-of-contents) | :up: | \`:up:\` | :cool: | \`:cool:\` |
+| [top](#table-of-contents) | :free: | \`:free:\` | :ng: | \`:ng:\` |
+| [top](#table-of-contents) | :cinema: | \`:cinema:\` | :koko: | \`:koko:\` |
+| [top](#table-of-contents) | :signal_strength: | \`:signal_strength:\` | :u5272: | \`:u5272:\` |
+| [top](#table-of-contents) | :u5408: | \`:u5408:\` | :u55b6: | \`:u55b6:\` |
+| [top](#table-of-contents) | :u6307: | \`:u6307:\` | :u6708: | \`:u6708:\` |
+| [top](#table-of-contents) | :u6709: | \`:u6709:\` | :u6e80: | \`:u6e80:\` |
+| [top](#table-of-contents) | :u7121: | \`:u7121:\` | :u7533: | \`:u7533:\` |
+| [top](#table-of-contents) | :u7a7a: | \`:u7a7a:\` | :u7981: | \`:u7981:\` |
+| [top](#table-of-contents) | :sa: | \`:sa:\` | :restroom: | \`:restroom:\` |
+| [top](#table-of-contents) | :mens: | \`:mens:\` | :womens: | \`:womens:\` |
+| [top](#table-of-contents) | :baby_symbol: | \`:baby_symbol:\` | :no_smoking: | \`:no_smoking:\` |
+| [top](#table-of-contents) | :parking: | \`:parking:\` | :wheelchair: | \`:wheelchair:\` |
+| [top](#table-of-contents) | :metro: | \`:metro:\` | :baggage_claim: | \`:baggage_claim:\` |
+| [top](#table-of-contents) | :accept: | \`:accept:\` | :wc: | \`:wc:\` |
+| [top](#table-of-contents) | :potable_water: | \`:potable_water:\` | :put_litter_in_its_place: | \`:put_litter_in_its_place:\` |
+| [top](#table-of-contents) | :secret: | \`:secret:\` | :congratulations: | \`:congratulations:\` |
+| [top](#table-of-contents) | :m: | \`:m:\` | :passport_control: | \`:passport_control:\` |
+| [top](#table-of-contents) | :left_luggage: | \`:left_luggage:\` | :customs: | \`:customs:\` |
+| [top](#table-of-contents) | :ideograph_advantage: | \`:ideograph_advantage:\` | :cl: | \`:cl:\` |
+| [top](#table-of-contents) | :sos: | \`:sos:\` | :id: | \`:id:\` |
+| [top](#table-of-contents) | :no_entry_sign: | \`:no_entry_sign:\` | :underage: | \`:underage:\` |
+| [top](#table-of-contents) | :no_mobile_phones: | \`:no_mobile_phones:\` | :do_not_litter: | \`:do_not_litter:\` |
+| [top](#table-of-contents) | :non-potable_water: | \`:non-potable_water:\` | :no_bicycles: | \`:no_bicycles:\` |
+| [top](#table-of-contents) | :no_pedestrians: | \`:no_pedestrians:\` | :children_crossing: | \`:children_crossing:\` |
+| [top](#table-of-contents) | :no_entry: | \`:no_entry:\` | :eight_spoked_asterisk: | \`:eight_spoked_asterisk:\` |
+| [top](#table-of-contents) | :sparkle: | \`:sparkle:\` | :eight_pointed_black_star: | \`:eight_pointed_black_star:\` |
+| [top](#table-of-contents) | :heart_decoration: | \`:heart_decoration:\` | :vs: | \`:vs:\` |
+| [top](#table-of-contents) | :vibration_mode: | \`:vibration_mode:\` | :mobile_phone_off: | \`:mobile_phone_off:\` |
+| [top](#table-of-contents) | :chart: | \`:chart:\` | :currency_exchange: | \`:currency_exchange:\` |
+| [top](#table-of-contents) | :aries: | \`:aries:\` | :taurus: | \`:taurus:\` |
+| [top](#table-of-contents) | :gemini: | \`:gemini:\` | :cancer: | \`:cancer:\` |
+| [top](#table-of-contents) | :leo: | \`:leo:\` | :virgo: | \`:virgo:\` |
+| [top](#table-of-contents) | :libra: | \`:libra:\` | :scorpius: | \`:scorpius:\` |
+| [top](#table-of-contents) | :sagittarius: | \`:sagittarius:\` | :capricorn: | \`:capricorn:\` |
+| [top](#table-of-contents) | :aquarius: | \`:aquarius:\` | :pisces: | \`:pisces:\` |
+| [top](#table-of-contents) | :ophiuchus: | \`:ophiuchus:\` | :six_pointed_star: | \`:six_pointed_star:\` |
+| [top](#table-of-contents) | :negative_squared_cross_mark: | \`:negative_squared_cross_mark:\` | :a: | \`:a:\` |
+| [top](#table-of-contents) | :b: | \`:b:\` | :ab: | \`:ab:\` |
+| [top](#table-of-contents) | :o2: | \`:o2:\` | :diamond_shape_with_a_dot_inside: | \`:diamond_shape_with_a_dot_inside:\` |
+| [top](#table-of-contents) | :recycle: | \`:recycle:\` | :end: | \`:end:\` |
+| [top](#table-of-contents) | :back: | \`:back:\` | :on: | \`:on:\` |
+| [top](#table-of-contents) | :soon: | \`:soon:\` | :clock1: | \`:clock1:\` |
+| [top](#table-of-contents) | :clock130: | \`:clock130:\` | :clock10: | \`:clock10:\` |
+| [top](#table-of-contents) | :clock1030: | \`:clock1030:\` | :clock11: | \`:clock11:\` |
+| [top](#table-of-contents) | :clock1130: | \`:clock1130:\` | :clock12: | \`:clock12:\` |
+| [top](#table-of-contents) | :clock1230: | \`:clock1230:\` | :clock2: | \`:clock2:\` |
+| [top](#table-of-contents) | :clock230: | \`:clock230:\` | :clock3: | \`:clock3:\` |
+| [top](#table-of-contents) | :clock330: | \`:clock330:\` | :clock4: | \`:clock4:\` |
+| [top](#table-of-contents) | :clock430: | \`:clock430:\` | :clock5: | \`:clock5:\` |
+| [top](#table-of-contents) | :clock530: | \`:clock530:\` | :clock6: | \`:clock6:\` |
+| [top](#table-of-contents) | :clock630: | \`:clock630:\` | :clock7: | \`:clock7:\` |
+| [top](#table-of-contents) | :clock730: | \`:clock730:\` | :clock8: | \`:clock8:\` |
+| [top](#table-of-contents) | :clock830: | \`:clock830:\` | :clock9: | \`:clock9:\` |
+| [top](#table-of-contents) | :clock930: | \`:clock930:\` | :heavy_dollar_sign: | \`:heavy_dollar_sign:\` |
+| [top](#table-of-contents) | :copyright: | \`:copyright:\` | :registered: | \`:registered:\` |
+| [top](#table-of-contents) | :tm: | \`:tm:\` | :x: | \`:x:\` |
+| [top](#table-of-contents) | :heavy_exclamation_mark: | \`:heavy_exclamation_mark:\` | :bangbang: | \`:bangbang:\` |
+| [top](#table-of-contents) | :interrobang: | \`:interrobang:\` | :o: | \`:o:\` |
+| [top](#table-of-contents) | :heavy_multiplication_x: | \`:heavy_multiplication_x:\` | :heavy_plus_sign: | \`:heavy_plus_sign:\` |
+| [top](#table-of-contents) | :heavy_minus_sign: | \`:heavy_minus_sign:\` | :heavy_division_sign: | \`:heavy_division_sign:\` |
+| [top](#table-of-contents) | :white_flower: | \`:white_flower:\` | :100: | \`:100:\` |
+| [top](#table-of-contents) | :heavy_check_mark: | \`:heavy_check_mark:\` | :ballot_box_with_check: | \`:ballot_box_with_check:\` |
+| [top](#table-of-contents) | :radio_button: | \`:radio_button:\` | :link: | \`:link:\` |
+| [top](#table-of-contents) | :curly_loop: | \`:curly_loop:\` | :wavy_dash: | \`:wavy_dash:\` |
+| [top](#table-of-contents) | :part_alternation_mark: | \`:part_alternation_mark:\` | :trident: | \`:trident:\` |
+| [top](#table-of-contents) | :black_small_square: | \`:black_small_square:\` | :white_small_square: | \`:white_small_square:\` |
+| [top](#table-of-contents) | :black_medium_small_square: | \`:black_medium_small_square:\` | :white_medium_small_square: | \`:white_medium_small_square:\` |
+| [top](#table-of-contents) | :black_medium_square: | \`:black_medium_square:\` | :white_medium_square: | \`:white_medium_square:\` |
+| [top](#table-of-contents) | :black_large_square: | \`:black_large_square:\` | :white_large_square: | \`:white_large_square:\` |
+| [top](#table-of-contents) | :white_check_mark: | \`:white_check_mark:\` | :black_square_button: | \`:black_square_button:\` |
+| [top](#table-of-contents) | :white_square_button: | \`:white_square_button:\` | :black_circle: | \`:black_circle:\` |
+| [top](#table-of-contents) | :white_circle: | \`:white_circle:\` | :red_circle: | \`:red_circle:\` |
+| [top](#table-of-contents) | :large_blue_circle: | \`:large_blue_circle:\` | :large_blue_diamond: | \`:large_blue_diamond:\` |
+| [top](#table-of-contents) | :large_orange_diamond: | \`:large_orange_diamond:\` | :small_blue_diamond: | \`:small_blue_diamond:\` |
+| [top](#table-of-contents) | :small_orange_diamond: | \`:small_orange_diamond:\` | :small_red_triangle: | \`:small_red_triangle:\` |
+| [top](#table-of-contents) | :small_red_triangle_down: | \`:small_red_triangle_down:\` | :shipit: | \`:shipit:\` |
+
+### Uncategorized
+
+| | ico | emoji | ico | emoji |
+| - | --- | ----- | --- | ----- |
+| [top](#table-of-contents) | :1st_place_medal: | \`:1st_place_medal:\` | :2nd_place_medal: | \`:2nd_place_medal:\` |
+| [top](#table-of-contents) | :3rd_place_medal: | \`:3rd_place_medal:\` | :afghanistan: | \`:afghanistan:\` |
+| [top](#table-of-contents) | :aland_islands: | \`:aland_islands:\` | :albania: | \`:albania:\` |
+| [top](#table-of-contents) | :alembic: | \`:alembic:\` | :algeria: | \`:algeria:\` |
+| [top](#table-of-contents) | :american_samoa: | \`:american_samoa:\` | :amphora: | \`:amphora:\` |
+| [top](#table-of-contents) | :andorra: | \`:andorra:\` | :angola: | \`:angola:\` |
+| [top](#table-of-contents) | :anguilla: | \`:anguilla:\` | :antarctica: | \`:antarctica:\` |
+| [top](#table-of-contents) | :antigua_barbuda: | \`:antigua_barbuda:\` | :argentina: | \`:argentina:\` |
+| [top](#table-of-contents) | :armenia: | \`:armenia:\` | :artificial_satellite: | \`:artificial_satellite:\` |
+| [top](#table-of-contents) | :aruba: | \`:aruba:\` | :asterisk: | \`:asterisk:\` |
+| [top](#table-of-contents) | :athletic_shoe: | \`:athletic_shoe:\` | :atom: | \`:atom:\` |
+| [top](#table-of-contents) | :atom_symbol: | \`:atom_symbol:\` | :australia: | \`:australia:\` |
+| [top](#table-of-contents) | :austria: | \`:austria:\` | :avocado: | \`:avocado:\` |
+| [top](#table-of-contents) | :azerbaijan: | \`:azerbaijan:\` | :bacon: | \`:bacon:\` |
+| [top](#table-of-contents) | :badminton: | \`:badminton:\` | :baguette_bread: | \`:baguette_bread:\` |
+| [top](#table-of-contents) | :bahamas: | \`:bahamas:\` | :bahrain: | \`:bahrain:\` |
+| [top](#table-of-contents) | :balance_scale: | \`:balance_scale:\` | :ballot_box: | \`:ballot_box:\` |
+| [top](#table-of-contents) | :bangladesh: | \`:bangladesh:\` | :barbados: | \`:barbados:\` |
+| [top](#table-of-contents) | :basecamp: | \`:basecamp:\` | :basecampy: | \`:basecampy:\` |
+| [top](#table-of-contents) | :basketball_man: | \`:basketball_man:\` | :basketball_woman: | \`:basketball_woman:\` |
+| [top](#table-of-contents) | :bat: | \`:bat:\` | :beach_umbrella: | \`:beach_umbrella:\` |
+| [top](#table-of-contents) | :bed: | \`:bed:\` | :bee: | \`:bee:\` |
+| [top](#table-of-contents) | :belarus: | \`:belarus:\` | :belgium: | \`:belgium:\` |
+| [top](#table-of-contents) | :belize: | \`:belize:\` | :bellhop_bell: | \`:bellhop_bell:\` |
+| [top](#table-of-contents) | :benin: | \`:benin:\` | :bermuda: | \`:bermuda:\` |
+| [top](#table-of-contents) | :bhutan: | \`:bhutan:\` | :biking_man: | \`:biking_man:\` |
+| [top](#table-of-contents) | :biking_woman: | \`:biking_woman:\` | :biohazard: | \`:biohazard:\` |
+| [top](#table-of-contents) | :black_flag: | \`:black_flag:\` | :black_heart: | \`:black_heart:\` |
+| [top](#table-of-contents) | :blonde_man: | \`:blonde_man:\` | :blonde_woman: | \`:blonde_woman:\` |
+| [top](#table-of-contents) | :bolivia: | \`:bolivia:\` | :bosnia_herzegovina: | \`:bosnia_herzegovina:\` |
+| [top](#table-of-contents) | :botswana: | \`:botswana:\` | :bow_and_arrow: | \`:bow_and_arrow:\` |
+| [top](#table-of-contents) | :bowing_man: | \`:bowing_man:\` | :bowing_woman: | \`:bowing_woman:\` |
+| [top](#table-of-contents) | :boxing_glove: | \`:boxing_glove:\` | :brazil: | \`:brazil:\` |
+| [top](#table-of-contents) | :british_indian_ocean_territory: | \`:british_indian_ocean_territory:\` | :british_virgin_islands: | \`:british_virgin_islands:\` |
+| [top](#table-of-contents) | :brunei: | \`:brunei:\` | :building_construction: | \`:building_construction:\` |
+| [top](#table-of-contents) | :bulgaria: | \`:bulgaria:\` | :burkina_faso: | \`:burkina_faso:\` |
+| [top](#table-of-contents) | :burrito: | \`:burrito:\` | :burundi: | \`:burundi:\` |
+| [top](#table-of-contents) | :business_suit_levitating: | \`:business_suit_levitating:\` | :butterfly: | \`:butterfly:\` |
+| [top](#table-of-contents) | :call_me_hand: | \`:call_me_hand:\` | :cambodia: | \`:cambodia:\` |
+| [top](#table-of-contents) | :camera_flash: | \`:camera_flash:\` | :cameroon: | \`:cameroon:\` |
+| [top](#table-of-contents) | :camping: | \`:camping:\` | :canada: | \`:canada:\` |
+| [top](#table-of-contents) | :canary_islands: | \`:canary_islands:\` | :candle: | \`:candle:\` |
+| [top](#table-of-contents) | :canoe: | \`:canoe:\` | :cape_verde: | \`:cape_verde:\` |
+| [top](#table-of-contents) | :card_file_box: | \`:card_file_box:\` | :card_index_dividers: | \`:card_index_dividers:\` |
+| [top](#table-of-contents) | :caribbean_netherlands: | \`:caribbean_netherlands:\` | :carrot: | \`:carrot:\` |
+| [top](#table-of-contents) | :cayman_islands: | \`:cayman_islands:\` | :central_african_republic: | \`:central_african_republic:\` |
+| [top](#table-of-contents) | :chad: | \`:chad:\` | :chains: | \`:chains:\` |
+| [top](#table-of-contents) | :champagne: | \`:champagne:\` | :cheese: | \`:cheese:\` |
+| [top](#table-of-contents) | :chile: | \`:chile:\` | :chipmunk: | \`:chipmunk:\` |
+| [top](#table-of-contents) | :christmas_island: | \`:christmas_island:\` | :cityscape: | \`:cityscape:\` |
+| [top](#table-of-contents) | :clamp: | \`:clamp:\` | :classical_building: | \`:classical_building:\` |
+| [top](#table-of-contents) | :clinking_glasses: | \`:clinking_glasses:\` | :cloud_with_lightning: | \`:cloud_with_lightning:\` |
+| [top](#table-of-contents) | :cloud_with_lightning_and_rain: | \`:cloud_with_lightning_and_rain:\` | :cloud_with_rain: | \`:cloud_with_rain:\` |
+| [top](#table-of-contents) | :cloud_with_snow: | \`:cloud_with_snow:\` | :clown_face: | \`:clown_face:\` |
+| [top](#table-of-contents) | :cocos_islands: | \`:cocos_islands:\` | :coffin: | \`:coffin:\` |
+| [top](#table-of-contents) | :colombia: | \`:colombia:\` | :comet: | \`:comet:\` |
+| [top](#table-of-contents) | :comoros: | \`:comoros:\` | :computer_mouse: | \`:computer_mouse:\` |
+| [top](#table-of-contents) | :congo_brazzaville: | \`:congo_brazzaville:\` | :congo_kinshasa: | \`:congo_kinshasa:\` |
+| [top](#table-of-contents) | :construction_worker_man: | \`:construction_worker_man:\` | :construction_worker_woman: | \`:construction_worker_woman:\` |
+| [top](#table-of-contents) | :control_knobs: | \`:control_knobs:\` | :cook_islands: | \`:cook_islands:\` |
+| [top](#table-of-contents) | :costa_rica: | \`:costa_rica:\` | :cote_divoire: | \`:cote_divoire:\` |
+| [top](#table-of-contents) | :couch_and_lamp: | \`:couch_and_lamp:\` | :couple_with_heart_man_man: | \`:couple_with_heart_man_man:\` |
+| [top](#table-of-contents) | :couple_with_heart_woman_man: | \`:couple_with_heart_woman_man:\` | :couple_with_heart_woman_woman: | \`:couple_with_heart_woman_woman:\` |
+| [top](#table-of-contents) | :couplekiss_man_man: | \`:couplekiss_man_man:\` | :couplekiss_man_woman: | \`:couplekiss_man_woman:\` |
+| [top](#table-of-contents) | :couplekiss_woman_woman: | \`:couplekiss_woman_woman:\` | :cowboy_hat_face: | \`:cowboy_hat_face:\` |
+| [top](#table-of-contents) | :crab: | \`:crab:\` | :crayon: | \`:crayon:\` |
+| [top](#table-of-contents) | :cricket: | \`:cricket:\` | :croatia: | \`:croatia:\` |
+| [top](#table-of-contents) | :croissant: | \`:croissant:\` | :crossed_fingers: | \`:crossed_fingers:\` |
+| [top](#table-of-contents) | :crossed_swords: | \`:crossed_swords:\` | :cuba: | \`:cuba:\` |
+| [top](#table-of-contents) | :cucumber: | \`:cucumber:\` | :curacao: | \`:curacao:\` |
+| [top](#table-of-contents) | :cyprus: | \`:cyprus:\` | :czech_republic: | \`:czech_republic:\` |
+| [top](#table-of-contents) | :dagger: | \`:dagger:\` | :dancing_men: | \`:dancing_men:\` |
+| [top](#table-of-contents) | :dancing_women: | \`:dancing_women:\` | :dark_sunglasses: | \`:dark_sunglasses:\` |
+| [top](#table-of-contents) | :deer: | \`:deer:\` | :denmark: | \`:denmark:\` |
+| [top](#table-of-contents) | :derelict_house: | \`:derelict_house:\` | :desert: | \`:desert:\` |
+| [top](#table-of-contents) | :desert_island: | \`:desert_island:\` | :desktop_computer: | \`:desktop_computer:\` |
+| [top](#table-of-contents) | :detective: | \`:detective:\` | :djibouti: | \`:djibouti:\` |
+| [top](#table-of-contents) | :dominica: | \`:dominica:\` | :dominican_republic: | \`:dominican_republic:\` |
+| [top](#table-of-contents) | :dove: | \`:dove:\` | :drooling_face: | \`:drooling_face:\` |
+| [top](#table-of-contents) | :drum: | \`:drum:\` | :duck: | \`:duck:\` |
+| [top](#table-of-contents) | :eagle: | \`:eagle:\` | :ecuador: | \`:ecuador:\` |
+| [top](#table-of-contents) | :egypt: | \`:egypt:\` | :el_salvador: | \`:el_salvador:\` |
+| [top](#table-of-contents) | :electron: | \`:electron:\` | :envelope_with_arrow: | \`:envelope_with_arrow:\` |
+| [top](#table-of-contents) | :equatorial_guinea: | \`:equatorial_guinea:\` | :eritrea: | \`:eritrea:\` |
+| [top](#table-of-contents) | :estonia: | \`:estonia:\` | :ethiopia: | \`:ethiopia:\` |
+| [top](#table-of-contents) | :eu: | \`:eu:\` | :european_union: | \`:european_union:\` |
+| [top](#table-of-contents) | :eye: | \`:eye:\` | :eye_speech_bubble: | \`:eye_speech_bubble:\` |
+| [top](#table-of-contents) | :face_with_head_bandage: | \`:face_with_head_bandage:\` | :face_with_thermometer: | \`:face_with_thermometer:\` |
+| [top](#table-of-contents) | :falkland_islands: | \`:falkland_islands:\` | :family_man_boy: | \`:family_man_boy:\` |
+| [top](#table-of-contents) | :family_man_boy_boy: | \`:family_man_boy_boy:\` | :family_man_girl: | \`:family_man_girl:\` |
+| [top](#table-of-contents) | :family_man_girl_boy: | \`:family_man_girl_boy:\` | :family_man_girl_girl: | \`:family_man_girl_girl:\` |
+| [top](#table-of-contents) | :family_man_man_boy: | \`:family_man_man_boy:\` | :family_man_man_boy_boy: | \`:family_man_man_boy_boy:\` |
+| [top](#table-of-contents) | :family_man_man_girl: | \`:family_man_man_girl:\` | :family_man_man_girl_boy: | \`:family_man_man_girl_boy:\` |
+| [top](#table-of-contents) | :family_man_man_girl_girl: | \`:family_man_man_girl_girl:\` | :family_man_woman_boy: | \`:family_man_woman_boy:\` |
+| [top](#table-of-contents) | :family_man_woman_boy_boy: | \`:family_man_woman_boy_boy:\` | :family_man_woman_girl: | \`:family_man_woman_girl:\` |
+| [top](#table-of-contents) | :family_man_woman_girl_boy: | \`:family_man_woman_girl_boy:\` | :family_man_woman_girl_girl: | \`:family_man_woman_girl_girl:\` |
+| [top](#table-of-contents) | :family_woman_boy: | \`:family_woman_boy:\` | :family_woman_boy_boy: | \`:family_woman_boy_boy:\` |
+| [top](#table-of-contents) | :family_woman_girl: | \`:family_woman_girl:\` | :family_woman_girl_boy: | \`:family_woman_girl_boy:\` |
+| [top](#table-of-contents) | :family_woman_girl_girl: | \`:family_woman_girl_girl:\` | :family_woman_woman_boy: | \`:family_woman_woman_boy:\` |
+| [top](#table-of-contents) | :family_woman_woman_boy_boy: | \`:family_woman_woman_boy_boy:\` | :family_woman_woman_girl: | \`:family_woman_woman_girl:\` |
+| [top](#table-of-contents) | :family_woman_woman_girl_boy: | \`:family_woman_woman_girl_boy:\` | :family_woman_woman_girl_girl: | \`:family_woman_woman_girl_girl:\` |
+| [top](#table-of-contents) | :faroe_islands: | \`:faroe_islands:\` | :female_detective: | \`:female_detective:\` |
+| [top](#table-of-contents) | :ferry: | \`:ferry:\` | :field_hockey: | \`:field_hockey:\` |
+| [top](#table-of-contents) | :fiji: | \`:fiji:\` | :file_cabinet: | \`:file_cabinet:\` |
+| [top](#table-of-contents) | :film_projector: | \`:film_projector:\` | :film_strip: | \`:film_strip:\` |
+| [top](#table-of-contents) | :finland: | \`:finland:\` | :fist_left: | \`:fist_left:\` |
+| [top](#table-of-contents) | :fist_oncoming: | \`:fist_oncoming:\` | :fist_raised: | \`:fist_raised:\` |
+| [top](#table-of-contents) | :fist_right: | \`:fist_right:\` | :fleur_de_lis: | \`:fleur_de_lis:\` |
+| [top](#table-of-contents) | :flight_arrival: | \`:flight_arrival:\` | :flight_departure: | \`:flight_departure:\` |
+| [top](#table-of-contents) | :flipper: | \`:flipper:\` | :fog: | \`:fog:\` |
+| [top](#table-of-contents) | :footprints: | \`:footprints:\` | :fountain_pen: | \`:fountain_pen:\` |
+| [top](#table-of-contents) | :fox_face: | \`:fox_face:\` | :framed_picture: | \`:framed_picture:\` |
+| [top](#table-of-contents) | :french_guiana: | \`:french_guiana:\` | :french_polynesia: | \`:french_polynesia:\` |
+| [top](#table-of-contents) | :french_southern_territories: | \`:french_southern_territories:\` | :fried_egg: | \`:fried_egg:\` |
+| [top](#table-of-contents) | :frowning_face: | \`:frowning_face:\` | :frowning_man: | \`:frowning_man:\` |
+| [top](#table-of-contents) | :frowning_woman: | \`:frowning_woman:\` | :funeral_urn: | \`:funeral_urn:\` |
+| [top](#table-of-contents) | :gabon: | \`:gabon:\` | :gambia: | \`:gambia:\` |
+| [top](#table-of-contents) | :gear: | \`:gear:\` | :georgia: | \`:georgia:\` |
+| [top](#table-of-contents) | :ghana: | \`:ghana:\` | :gibraltar: | \`:gibraltar:\` |
+| [top](#table-of-contents) | :goal_net: | \`:goal_net:\` | :golfing_man: | \`:golfing_man:\` |
+| [top](#table-of-contents) | :golfing_woman: | \`:golfing_woman:\` | :gorilla: | \`:gorilla:\` |
+| [top](#table-of-contents) | :greece: | \`:greece:\` | :green_salad: | \`:green_salad:\` |
+| [top](#table-of-contents) | :greenland: | \`:greenland:\` | :grenada: | \`:grenada:\` |
+| [top](#table-of-contents) | :guadeloupe: | \`:guadeloupe:\` | :guam: | \`:guam:\` |
+| [top](#table-of-contents) | :guardswoman: | \`:guardswoman:\` | :guatemala: | \`:guatemala:\` |
+| [top](#table-of-contents) | :guernsey: | \`:guernsey:\` | :guinea: | \`:guinea:\` |
+| [top](#table-of-contents) | :guinea_bissau: | \`:guinea_bissau:\` | :guyana: | \`:guyana:\` |
+| [top](#table-of-contents) | :haircut_man: | \`:haircut_man:\` | :haircut_woman: | \`:haircut_woman:\` |
+| [top](#table-of-contents) | :haiti: | \`:haiti:\` | :hammer_and_pick: | \`:hammer_and_pick:\` |
+| [top](#table-of-contents) | :hammer_and_wrench: | \`:hammer_and_wrench:\` | :handshake: | \`:handshake:\` |
+| [top](#table-of-contents) | :heavy_heart_exclamation: | \`:heavy_heart_exclamation:\` | :hole: | \`:hole:\` |
+| [top](#table-of-contents) | :honduras: | \`:honduras:\` | :hong_kong: | \`:hong_kong:\` |
+| [top](#table-of-contents) | :hot_pepper: | \`:hot_pepper:\` | :hotdog: | \`:hotdog:\` |
+| [top](#table-of-contents) | :houses: | \`:houses:\` | :hugs: | \`:hugs:\` |
+| [top](#table-of-contents) | :hungary: | \`:hungary:\` | :ice_hockey: | \`:ice_hockey:\` |
+| [top](#table-of-contents) | :ice_skate: | \`:ice_skate:\` | :iceland: | \`:iceland:\` |
+| [top](#table-of-contents) | :india: | \`:india:\` | :indonesia: | \`:indonesia:\` |
+| [top](#table-of-contents) | :iran: | \`:iran:\` | :iraq: | \`:iraq:\` |
+| [top](#table-of-contents) | :ireland: | \`:ireland:\` | :isle_of_man: | \`:isle_of_man:\` |
+| [top](#table-of-contents) | :israel: | \`:israel:\` | :jamaica: | \`:jamaica:\` |
+| [top](#table-of-contents) | :jersey: | \`:jersey:\` | :jordan: | \`:jordan:\` |
+| [top](#table-of-contents) | :joystick: | \`:joystick:\` | :kaaba: | \`:kaaba:\` |
+| [top](#table-of-contents) | :kazakhstan: | \`:kazakhstan:\` | :kenya: | \`:kenya:\` |
+| [top](#table-of-contents) | :keyboard: | \`:keyboard:\` | :kick_scooter: | \`:kick_scooter:\` |
+| [top](#table-of-contents) | :kiribati: | \`:kiribati:\` | :kiwi_fruit: | \`:kiwi_fruit:\` |
+| [top](#table-of-contents) | :knife: | \`:knife:\` | :kosovo: | \`:kosovo:\` |
+| [top](#table-of-contents) | :kuwait: | \`:kuwait:\` | :kyrgyzstan: | \`:kyrgyzstan:\` |
+| [top](#table-of-contents) | :label: | \`:label:\` | :lantern: | \`:lantern:\` |
+| [top](#table-of-contents) | :laos: | \`:laos:\` | :latin_cross: | \`:latin_cross:\` |
+| [top](#table-of-contents) | :latvia: | \`:latvia:\` | :lebanon: | \`:lebanon:\` |
+| [top](#table-of-contents) | :lesotho: | \`:lesotho:\` | :level_slider: | \`:level_slider:\` |
+| [top](#table-of-contents) | :liberia: | \`:liberia:\` | :libya: | \`:libya:\` |
+| [top](#table-of-contents) | :liechtenstein: | \`:liechtenstein:\` | :lion: | \`:lion:\` |
+| [top](#table-of-contents) | :lithuania: | \`:lithuania:\` | :lizard: | \`:lizard:\` |
+| [top](#table-of-contents) | :loud_sound: | \`:loud_sound:\` | :luxembourg: | \`:luxembourg:\` |
+| [top](#table-of-contents) | :lying_face: | \`:lying_face:\` | :macau: | \`:macau:\` |
+| [top](#table-of-contents) | :macedonia: | \`:macedonia:\` | :madagascar: | \`:madagascar:\` |
+| [top](#table-of-contents) | :malawi: | \`:malawi:\` | :malaysia: | \`:malaysia:\` |
+| [top](#table-of-contents) | :maldives: | \`:maldives:\` | :male_detective: | \`:male_detective:\` |
+| [top](#table-of-contents) | :mali: | \`:mali:\` | :malta: | \`:malta:\` |
+| [top](#table-of-contents) | :man_artist: | \`:man_artist:\` | :man_astronaut: | \`:man_astronaut:\` |
+| [top](#table-of-contents) | :man_cartwheeling: | \`:man_cartwheeling:\` | :man_cook: | \`:man_cook:\` |
+| [top](#table-of-contents) | :man_dancing: | \`:man_dancing:\` | :man_facepalming: | \`:man_facepalming:\` |
+| [top](#table-of-contents) | :man_factory_worker: | \`:man_factory_worker:\` | :man_farmer: | \`:man_farmer:\` |
+| [top](#table-of-contents) | :man_firefighter: | \`:man_firefighter:\` | :man_health_worker: | \`:man_health_worker:\` |
+| [top](#table-of-contents) | :man_in_tuxedo: | \`:man_in_tuxedo:\` | :man_judge: | \`:man_judge:\` |
+| [top](#table-of-contents) | :man_juggling: | \`:man_juggling:\` | :man_mechanic: | \`:man_mechanic:\` |
+| [top](#table-of-contents) | :man_office_worker: | \`:man_office_worker:\` | :man_pilot: | \`:man_pilot:\` |
+| [top](#table-of-contents) | :man_playing_handball: | \`:man_playing_handball:\` | :man_playing_water_polo: | \`:man_playing_water_polo:\` |
+| [top](#table-of-contents) | :man_scientist: | \`:man_scientist:\` | :man_shrugging: | \`:man_shrugging:\` |
+| [top](#table-of-contents) | :man_singer: | \`:man_singer:\` | :man_student: | \`:man_student:\` |
+| [top](#table-of-contents) | :man_teacher: | \`:man_teacher:\` | :man_technologist: | \`:man_technologist:\` |
+| [top](#table-of-contents) | :mandarin: | \`:mandarin:\` | :mantelpiece_clock: | \`:mantelpiece_clock:\` |
+| [top](#table-of-contents) | :marshall_islands: | \`:marshall_islands:\` | :martial_arts_uniform: | \`:martial_arts_uniform:\` |
+| [top](#table-of-contents) | :martinique: | \`:martinique:\` | :massage_man: | \`:massage_man:\` |
+| [top](#table-of-contents) | :massage_woman: | \`:massage_woman:\` | :mauritania: | \`:mauritania:\` |
+| [top](#table-of-contents) | :mauritius: | \`:mauritius:\` | :mayotte: | \`:mayotte:\` |
+| [top](#table-of-contents) | :medal_military: | \`:medal_military:\` | :medal_sports: | \`:medal_sports:\` |
+| [top](#table-of-contents) | :men_wrestling: | \`:men_wrestling:\` | :menorah: | \`:menorah:\` |
+| [top](#table-of-contents) | :mexico: | \`:mexico:\` | :micronesia: | \`:micronesia:\` |
+| [top](#table-of-contents) | :middle_finger: | \`:middle_finger:\` | :milk_glass: | \`:milk_glass:\` |
+| [top](#table-of-contents) | :moldova: | \`:moldova:\` | :monaco: | \`:monaco:\` |
+| [top](#table-of-contents) | :money_mouth_face: | \`:money_mouth_face:\` | :mongolia: | \`:mongolia:\` |
+| [top](#table-of-contents) | :montenegro: | \`:montenegro:\` | :montserrat: | \`:montserrat:\` |
+| [top](#table-of-contents) | :moon: | \`:moon:\` | :morocco: | \`:morocco:\` |
+| [top](#table-of-contents) | :mosque: | \`:mosque:\` | :motor_boat: | \`:motor_boat:\` |
+| [top](#table-of-contents) | :motor_scooter: | \`:motor_scooter:\` | :motorcycle: | \`:motorcycle:\` |
+| [top](#table-of-contents) | :motorway: | \`:motorway:\` | :mountain: | \`:mountain:\` |
+| [top](#table-of-contents) | :mountain_biking_man: | \`:mountain_biking_man:\` | :mountain_biking_woman: | \`:mountain_biking_woman:\` |
+| [top](#table-of-contents) | :mountain_snow: | \`:mountain_snow:\` | :mozambique: | \`:mozambique:\` |
+| [top](#table-of-contents) | :mrs_claus: | \`:mrs_claus:\` | :myanmar: | \`:myanmar:\` |
+| [top](#table-of-contents) | :namibia: | \`:namibia:\` | :national_park: | \`:national_park:\` |
+| [top](#table-of-contents) | :nauru: | \`:nauru:\` | :nauseated_face: | \`:nauseated_face:\` |
+| [top](#table-of-contents) | :nepal: | \`:nepal:\` | :nerd_face: | \`:nerd_face:\` |
+| [top](#table-of-contents) | :netherlands: | \`:netherlands:\` | :new_caledonia: | \`:new_caledonia:\` |
+| [top](#table-of-contents) | :new_zealand: | \`:new_zealand:\` | :newspaper_roll: | \`:newspaper_roll:\` |
+| [top](#table-of-contents) | :next_track_button: | \`:next_track_button:\` | :ng_man: | \`:ng_man:\` |
+| [top](#table-of-contents) | :ng_woman: | \`:ng_woman:\` | :nicaragua: | \`:nicaragua:\` |
+| [top](#table-of-contents) | :niger: | \`:niger:\` | :nigeria: | \`:nigeria:\` |
+| [top](#table-of-contents) | :night_with_stars: | \`:night_with_stars:\` | :niue: | \`:niue:\` |
+| [top](#table-of-contents) | :no_good_man: | \`:no_good_man:\` | :no_good_woman: | \`:no_good_woman:\` |
+| [top](#table-of-contents) | :norfolk_island: | \`:norfolk_island:\` | :north_korea: | \`:north_korea:\` |
+| [top](#table-of-contents) | :northern_mariana_islands: | \`:northern_mariana_islands:\` | :norway: | \`:norway:\` |
+| [top](#table-of-contents) | :oil_drum: | \`:oil_drum:\` | :ok_man: | \`:ok_man:\` |
+| [top](#table-of-contents) | :old_key: | \`:old_key:\` | :om: | \`:om:\` |
+| [top](#table-of-contents) | :oman: | \`:oman:\` | :open_book: | \`:open_book:\` |
+| [top](#table-of-contents) | :open_umbrella: | \`:open_umbrella:\` | :orange: | \`:orange:\` |
+| [top](#table-of-contents) | :orthodox_cross: | \`:orthodox_cross:\` | :owl: | \`:owl:\` |
+| [top](#table-of-contents) | :paintbrush: | \`:paintbrush:\` | :pakistan: | \`:pakistan:\` |
+| [top](#table-of-contents) | :palau: | \`:palau:\` | :palestinian_territories: | \`:palestinian_territories:\` |
+| [top](#table-of-contents) | :panama: | \`:panama:\` | :pancakes: | \`:pancakes:\` |
+| [top](#table-of-contents) | :paperclips: | \`:paperclips:\` | :papua_new_guinea: | \`:papua_new_guinea:\` |
+| [top](#table-of-contents) | :paraguay: | \`:paraguay:\` | :parasol_on_ground: | \`:parasol_on_ground:\` |
+| [top](#table-of-contents) | :passenger_ship: | \`:passenger_ship:\` | :pause_button: | \`:pause_button:\` |
+| [top](#table-of-contents) | :peace_symbol: | \`:peace_symbol:\` | :peanuts: | \`:peanuts:\` |
+| [top](#table-of-contents) | :pen: | \`:pen:\` | :person_fencing: | \`:person_fencing:\` |
+| [top](#table-of-contents) | :peru: | \`:peru:\` | :philippines: | \`:philippines:\` |
+| [top](#table-of-contents) | :pick: | \`:pick:\` | :ping_pong: | \`:ping_pong:\` |
+| [top](#table-of-contents) | :pitcairn_islands: | \`:pitcairn_islands:\` | :place_of_worship: | \`:place_of_worship:\` |
+| [top](#table-of-contents) | :plate_with_cutlery: | \`:plate_with_cutlery:\` | :play_or_pause_button: | \`:play_or_pause_button:\` |
+| [top](#table-of-contents) | :poland: | \`:poland:\` | :policeman: | \`:policeman:\` |
+| [top](#table-of-contents) | :policewoman: | \`:policewoman:\` | :popcorn: | \`:popcorn:\` |
+| [top](#table-of-contents) | :portugal: | \`:portugal:\` | :potato: | \`:potato:\` |
+| [top](#table-of-contents) | :pout: | \`:pout:\` | :pouting_man: | \`:pouting_man:\` |
+| [top](#table-of-contents) | :pouting_woman: | \`:pouting_woman:\` | :prayer_beads: | \`:prayer_beads:\` |
+| [top](#table-of-contents) | :pregnant_woman: | \`:pregnant_woman:\` | :previous_track_button: | \`:previous_track_button:\` |
+| [top](#table-of-contents) | :prince: | \`:prince:\` | :printer: | \`:printer:\` |
+| [top](#table-of-contents) | :puerto_rico: | \`:puerto_rico:\` | :qatar: | \`:qatar:\` |
+| [top](#table-of-contents) | :racing_car: | \`:racing_car:\` | :radioactive: | \`:radioactive:\` |
+| [top](#table-of-contents) | :railway_track: | \`:railway_track:\` | :rainbow_flag: | \`:rainbow_flag:\` |
+| [top](#table-of-contents) | :raised_back_of_hand: | \`:raised_back_of_hand:\` | :raised_hand_with_fingers_splayed: | \`:raised_hand_with_fingers_splayed:\` |
+| [top](#table-of-contents) | :raising_hand_man: | \`:raising_hand_man:\` | :raising_hand_woman: | \`:raising_hand_woman:\` |
+| [top](#table-of-contents) | :record_button: | \`:record_button:\` | :reminder_ribbon: | \`:reminder_ribbon:\` |
+| [top](#table-of-contents) | :rescue_worker_helmet: | \`:rescue_worker_helmet:\` | :reunion: | \`:reunion:\` |
+| [top](#table-of-contents) | :rhinoceros: | \`:rhinoceros:\` | :right_anger_bubble: | \`:right_anger_bubble:\` |
+| [top](#table-of-contents) | :robot: | \`:robot:\` | :rofl: | \`:rofl:\` |
+| [top](#table-of-contents) | :roll_eyes: | \`:roll_eyes:\` | :romania: | \`:romania:\` |
+| [top](#table-of-contents) | :rosette: | \`:rosette:\` | :rowing_man: | \`:rowing_man:\` |
+| [top](#table-of-contents) | :rowing_woman: | \`:rowing_woman:\` | :running_man: | \`:running_man:\` |
+| [top](#table-of-contents) | :running_woman: | \`:running_woman:\` | :rwanda: | \`:rwanda:\` |
+| [top](#table-of-contents) | :samoa: | \`:samoa:\` | :san_marino: | \`:san_marino:\` |
+| [top](#table-of-contents) | :sao_tome_principe: | \`:sao_tome_principe:\` | :saudi_arabia: | \`:saudi_arabia:\` |
+| [top](#table-of-contents) | :scorpion: | \`:scorpion:\` | :selfie: | \`:selfie:\` |
+| [top](#table-of-contents) | :senegal: | \`:senegal:\` | :serbia: | \`:serbia:\` |
+| [top](#table-of-contents) | :seychelles: | \`:seychelles:\` | :shallow_pan_of_food: | \`:shallow_pan_of_food:\` |
+| [top](#table-of-contents) | :shamrock: | \`:shamrock:\` | :shark: | \`:shark:\` |
+| [top](#table-of-contents) | :shield: | \`:shield:\` | :shinto_shrine: | \`:shinto_shrine:\` |
+| [top](#table-of-contents) | :shopping: | \`:shopping:\` | :shopping_cart: | \`:shopping_cart:\` |
+| [top](#table-of-contents) | :shrimp: | \`:shrimp:\` | :sierra_leone: | \`:sierra_leone:\` |
+| [top](#table-of-contents) | :singapore: | \`:singapore:\` | :sint_maarten: | \`:sint_maarten:\` |
+| [top](#table-of-contents) | :skier: | \`:skier:\` | :skull_and_crossbones: | \`:skull_and_crossbones:\` |
+| [top](#table-of-contents) | :sleeping_bed: | \`:sleeping_bed:\` | :slightly_frowning_face: | \`:slightly_frowning_face:\` |
+| [top](#table-of-contents) | :slightly_smiling_face: | \`:slightly_smiling_face:\` | :slovakia: | \`:slovakia:\` |
+| [top](#table-of-contents) | :slovenia: | \`:slovenia:\` | :small_airplane: | \`:small_airplane:\` |
+| [top](#table-of-contents) | :sneezing_face: | \`:sneezing_face:\` | :snowman_with_snow: | \`:snowman_with_snow:\` |
+| [top](#table-of-contents) | :solomon_islands: | \`:solomon_islands:\` | :somalia: | \`:somalia:\` |
+| [top](#table-of-contents) | :south_africa: | \`:south_africa:\` | :south_georgia_south_sandwich_islands: | \`:south_georgia_south_sandwich_islands:\` |
+| [top](#table-of-contents) | :south_sudan: | \`:south_sudan:\` | :speaking_head: | \`:speaking_head:\` |
+| [top](#table-of-contents) | :spider: | \`:spider:\` | :spider_web: | \`:spider_web:\` |
+| [top](#table-of-contents) | :spiral_calendar: | \`:spiral_calendar:\` | :spiral_notepad: | \`:spiral_notepad:\` |
+| [top](#table-of-contents) | :spoon: | \`:spoon:\` | :squid: | \`:squid:\` |
+| [top](#table-of-contents) | :sri_lanka: | \`:sri_lanka:\` | :st_barthelemy: | \`:st_barthelemy:\` |
+| [top](#table-of-contents) | :st_helena: | \`:st_helena:\` | :st_kitts_nevis: | \`:st_kitts_nevis:\` |
+| [top](#table-of-contents) | :st_lucia: | \`:st_lucia:\` | :st_pierre_miquelon: | \`:st_pierre_miquelon:\` |
+| [top](#table-of-contents) | :st_vincent_grenadines: | \`:st_vincent_grenadines:\` | :stadium: | \`:stadium:\` |
+| [top](#table-of-contents) | :star_and_crescent: | \`:star_and_crescent:\` | :star_of_david: | \`:star_of_david:\` |
+| [top](#table-of-contents) | :stop_button: | \`:stop_button:\` | :stop_sign: | \`:stop_sign:\` |
+| [top](#table-of-contents) | :stopwatch: | \`:stopwatch:\` | :studio_microphone: | \`:studio_microphone:\` |
+| [top](#table-of-contents) | :stuffed_flatbread: | \`:stuffed_flatbread:\` | :sudan: | \`:sudan:\` |
+| [top](#table-of-contents) | :sun_behind_large_cloud: | \`:sun_behind_large_cloud:\` | :sun_behind_rain_cloud: | \`:sun_behind_rain_cloud:\` |
+| [top](#table-of-contents) | :sun_behind_small_cloud: | \`:sun_behind_small_cloud:\` | :surfing_man: | \`:surfing_man:\` |
+| [top](#table-of-contents) | :surfing_woman: | \`:surfing_woman:\` | :suriname: | \`:suriname:\` |
+| [top](#table-of-contents) | :swaziland: | \`:swaziland:\` | :sweden: | \`:sweden:\` |
+| [top](#table-of-contents) | :swimming_man: | \`:swimming_man:\` | :swimming_woman: | \`:swimming_woman:\` |
+| [top](#table-of-contents) | :switzerland: | \`:switzerland:\` | :synagogue: | \`:synagogue:\` |
+| [top](#table-of-contents) | :syria: | \`:syria:\` | :taco: | \`:taco:\` |
+| [top](#table-of-contents) | :taiwan: | \`:taiwan:\` | :tajikistan: | \`:tajikistan:\` |
+| [top](#table-of-contents) | :tanzania: | \`:tanzania:\` | :thailand: | \`:thailand:\` |
+| [top](#table-of-contents) | :thermometer: | \`:thermometer:\` | :thinking: | \`:thinking:\` |
+| [top](#table-of-contents) | :tickets: | \`:tickets:\` | :timer_clock: | \`:timer_clock:\` |
+| [top](#table-of-contents) | :timor_leste: | \`:timor_leste:\` | :tipping_hand_man: | \`:tipping_hand_man:\` |
+| [top](#table-of-contents) | :tipping_hand_woman: | \`:tipping_hand_woman:\` | :togo: | \`:togo:\` |
+| [top](#table-of-contents) | :tokelau: | \`:tokelau:\` | :tonga: | \`:tonga:\` |
+| [top](#table-of-contents) | :tornado: | \`:tornado:\` | :tr: | \`:tr:\` |
+| [top](#table-of-contents) | :trackball: | \`:trackball:\` | :trinidad_tobago: | \`:trinidad_tobago:\` |
+| [top](#table-of-contents) | :tumbler_glass: | \`:tumbler_glass:\` | :tunisia: | \`:tunisia:\` |
+| [top](#table-of-contents) | :turkey: | \`:turkey:\` | :turkmenistan: | \`:turkmenistan:\` |
+| [top](#table-of-contents) | :turks_caicos_islands: | \`:turks_caicos_islands:\` | :tuvalu: | \`:tuvalu:\` |
+| [top](#table-of-contents) | :uganda: | \`:uganda:\` | :ukraine: | \`:ukraine:\` |
+| [top](#table-of-contents) | :unicorn: | \`:unicorn:\` | :united_arab_emirates: | \`:united_arab_emirates:\` |
+| [top](#table-of-contents) | :upside_down_face: | \`:upside_down_face:\` | :uruguay: | \`:uruguay:\` |
+| [top](#table-of-contents) | :us_virgin_islands: | \`:us_virgin_islands:\` | :uzbekistan: | \`:uzbekistan:\` |
+| [top](#table-of-contents) | :vanuatu: | \`:vanuatu:\` | :vatican_city: | \`:vatican_city:\` |
+| [top](#table-of-contents) | :venezuela: | \`:venezuela:\` | :vietnam: | \`:vietnam:\` |
+| [top](#table-of-contents) | :volleyball: | \`:volleyball:\` | :vulcan_salute: | \`:vulcan_salute:\` |
+| [top](#table-of-contents) | :walking: | \`:walking:\` | :walking_man: | \`:walking_man:\` |
+| [top](#table-of-contents) | :walking_woman: | \`:walking_woman:\` | :wallis_futuna: | \`:wallis_futuna:\` |
+| [top](#table-of-contents) | :wastebasket: | \`:wastebasket:\` | :weight_lifting_man: | \`:weight_lifting_man:\` |
+| [top](#table-of-contents) | :weight_lifting_woman: | \`:weight_lifting_woman:\` | :western_sahara: | \`:western_sahara:\` |
+| [top](#table-of-contents) | :wheel_of_dharma: | \`:wheel_of_dharma:\` | :white_flag: | \`:white_flag:\` |
+| [top](#table-of-contents) | :wilted_flower: | \`:wilted_flower:\` | :wind_face: | \`:wind_face:\` |
+| [top](#table-of-contents) | :woman_artist: | \`:woman_artist:\` | :woman_astronaut: | \`:woman_astronaut:\` |
+| [top](#table-of-contents) | :woman_cartwheeling: | \`:woman_cartwheeling:\` | :woman_cook: | \`:woman_cook:\` |
+| [top](#table-of-contents) | :woman_facepalming: | \`:woman_facepalming:\` | :woman_factory_worker: | \`:woman_factory_worker:\` |
+| [top](#table-of-contents) | :woman_farmer: | \`:woman_farmer:\` | :woman_firefighter: | \`:woman_firefighter:\` |
+| [top](#table-of-contents) | :woman_health_worker: | \`:woman_health_worker:\` | :woman_judge: | \`:woman_judge:\` |
+| [top](#table-of-contents) | :woman_juggling: | \`:woman_juggling:\` | :woman_mechanic: | \`:woman_mechanic:\` |
+| [top](#table-of-contents) | :woman_office_worker: | \`:woman_office_worker:\` | :woman_pilot: | \`:woman_pilot:\` |
+| [top](#table-of-contents) | :woman_playing_handball: | \`:woman_playing_handball:\` | :woman_playing_water_polo: | \`:woman_playing_water_polo:\` |
+| [top](#table-of-contents) | :woman_scientist: | \`:woman_scientist:\` | :woman_shrugging: | \`:woman_shrugging:\` |
+| [top](#table-of-contents) | :woman_singer: | \`:woman_singer:\` | :woman_student: | \`:woman_student:\` |
+| [top](#table-of-contents) | :woman_teacher: | \`:woman_teacher:\` | :woman_technologist: | \`:woman_technologist:\` |
+| [top](#table-of-contents) | :woman_with_turban: | \`:woman_with_turban:\` | :women_wrestling: | \`:women_wrestling:\` |
+| [top](#table-of-contents) | :world_map: | \`:world_map:\` | :writing_hand: | \`:writing_hand:\` |
+| [top](#table-of-contents) | :yemen: | \`:yemen:\` | :yin_yang: | \`:yin_yang:\` |
+| [top](#table-of-contents) | :zambia: | \`:zambia:\` | :zimbabwe: | \`:zimbabwe:\` |
+| [top](#table-of-contents) | :zipper_mouth_face: | \`:zipper_mouth_face:\` | | |"
+`;
diff --git a/src/create-cheat-sheet.test.ts b/src/create-cheat-sheet.test.ts
new file mode 100644
index 0000000..b265e17
--- /dev/null
+++ b/src/create-cheat-sheet.test.ts
@@ -0,0 +1,6 @@
+import {create_cheat_sheet} from './create-cheat-sheet';
+
+test('create-cheat-sheet', async () => {
+ const cheat_sheet = await create_cheat_sheet();
+ expect(cheat_sheet).toMatchSnapshot();
+});
diff --git a/src/create-cheat-sheet.ts b/src/create-cheat-sheet.ts
new file mode 100644
index 0000000..0e4ab1e
--- /dev/null
+++ b/src/create-cheat-sheet.ts
@@ -0,0 +1,159 @@
+import $ = require('cheerio');
+import request = require('request');
+
+// tslint:disable-next-line:no-var-requires
+const package_json = require('../package.json');
+
+const repo_name = package_json.name;
+const repo_author = package_json.author;
+
+const uncategorized = 'Uncategorized';
+
+const api_url = 'https://api.github.com/emojis';
+const sheet_url = 'http://www.emoji-cheat-sheet.com';
+
+const travis_repo_url = `https://travis-ci.org/${repo_author}/${repo_name}`;
+const travis_badge_url = `https://travis-ci.org/${repo_author}/${repo_name}.svg?branch=master`;
+
+const url_descriptions = [
+ ['GitHub Emoji API', api_url],
+ ['Emoji Cheat Sheet', sheet_url],
+].map(([site_name, site_url]) => `[${site_name}](${site_url})`).join(' and ');
+
+// tslint:disable-next-line:max-line-length
+const description = `This cheat sheet is automatically generated from ${url_descriptions}`;
+
+const toc_name = 'Table of Contents';
+
+const top_name = 'top';
+const top_href = '#table-of-contents';
+
+const column_divisions = 2;
+
+type Url = string;
+
+export interface Urls {
+ [site_name: string]: Url;
+}
+
+export interface EmojiTable {
+ [category: string]: string[];
+}
+
+export async function create_cheat_sheet() {
+ const api_html = await get_html(api_url);
+ const sheet_html = await get_html(sheet_url);
+
+ const api_emojis = Object.keys(JSON.parse(api_html));
+ const emoji_table: EmojiTable = {};
+
+ const $html = $.load(sheet_html).root();
+ $html.find('h2').each((_outer_index, category_element) => {
+ const emojis: string[] = [];
+ const category = $(category_element).text();
+ $html.find(`#emoji-${category.toLowerCase()} li .name`).each((_inner_index, emoji_element) => {
+ const emoji = $(emoji_element).text();
+ const index = api_emojis.indexOf(emoji);
+ if (index !== -1) {
+ api_emojis.splice(index, 1);
+ emojis.push(emoji);
+ }
+ });
+ emoji_table[category] = emojis;
+ });
+
+ // istanbul ignore next
+ if (api_emojis.length > 0) {
+ emoji_table[uncategorized] = api_emojis;
+ }
+
+ return create_table(emoji_table);
+}
+
+function create_table(emoji_table: EmojiTable) {
+ const categories = Object.keys(emoji_table);
+ return format(`
+
+ # ${repo_name}
+
+ [![build](${travis_badge_url})](${travis_repo_url})
+
+ ${description}
+
+ ## ${toc_name}
+
+ ${categories.map(category => `- [${category}](#${category.toLowerCase()})`).join('\n')}
+
+ ${
+ categories.map(category => {
+ const emojis = emoji_table[category];
+ return format(`
+
+ ### ${category}
+
+ ${create_table_head()}
+ ${create_table_content(emojis)}
+
+ `);
+ }).join(('\n').repeat(2))
+ }
+
+ `);
+}
+
+function create_table_content(emojis: string[]) {
+ let table_content = '';
+ for (let i = 0; i < emojis.length; i += column_divisions) {
+ const row_emojis = emojis.slice(i, i + column_divisions);
+ while (row_emojis.length < column_divisions) {
+ row_emojis.push('');
+ }
+ table_content += `${format(`
+
+ | [${top_name}](${top_href}) |${
+ row_emojis.map(
+ emoji => emoji.length !== 0
+ ? ` :${emoji}: | \`:${emoji}:\` `
+ : ' | ',
+ ).join(' | ')
+ }|
+
+ `)}\n`;
+ }
+ return table_content;
+}
+
+function create_table_head() {
+ return format(`
+
+ | |${(' ico | emoji |').repeat(column_divisions)}
+ | - |${(' --- | ----- |').repeat(column_divisions)}
+
+ `);
+}
+
+function format(str: string) {
+ return str.trim().replace(/^ +/mg, '');
+}
+
+async function get_html(url: string) {
+ return new Promise((resolve, reject) => {
+ const options = {url};
+ if (url === api_url) {
+ Object.assign(options, {
+ headers: {'User-Agent': 'https://github.com/ikatyang/emoji-cheat-sheet'},
+ });
+ }
+ request.get(options, (error, response, html) => {
+ // istanbul ignore next
+ if (!error && response.statusCode === 200) {
+ resolve(html);
+ } else {
+ const error_message = Boolean(error)
+ ? error
+ : `Unexpected response status code: ${response.statusCode}`;
+ reject(error_message);
+ }
+ });
+ });
+}
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..18d46f4
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,8 @@
+{
+ "compilerOptions": {
+ "strict": true,
+ "lib": ["es6"],
+ "module": "commonjs"
+ },
+ "include": ["src/**/*.ts"]
+}
diff --git a/tslint.json b/tslint.json
new file mode 100644
index 0000000..8fea16e
--- /dev/null
+++ b/tslint.json
@@ -0,0 +1,3 @@
+{
+ "extends": "tslint-config-ikatyang"
+}
diff --git a/yarn.lock b/yarn.lock
new file mode 100644
index 0000000..87850a2
--- /dev/null
+++ b/yarn.lock
@@ -0,0 +1,2658 @@
+# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
+# yarn lockfile v1
+
+
+"@types/babel-core@^6.7.14":
+ version "6.7.14"
+ resolved "https://registry.yarnpkg.com/@types/babel-core/-/babel-core-6.7.14.tgz#a08c900a98e8987c1a98d2ea4fa0a1805a7d131f"
+ dependencies:
+ "@types/babel-template" "*"
+ "@types/babel-traverse" "*"
+ "@types/babel-types" "*"
+
+"@types/babel-template@*":
+ version "6.7.14"
+ resolved "https://registry.yarnpkg.com/@types/babel-template/-/babel-template-6.7.14.tgz#8088a56f9d697d620d3d079c3ef66025b7a08d02"
+ dependencies:
+ "@types/babel-types" "*"
+ "@types/babylon" "*"
+
+"@types/babel-traverse@*":
+ version "6.7.17"
+ resolved "https://registry.yarnpkg.com/@types/babel-traverse/-/babel-traverse-6.7.17.tgz#5212a4edced81f53a6c4fb1fd7a34aa4ff6cf36b"
+ dependencies:
+ "@types/babel-types" "*"
+
+"@types/babel-types@*":
+ version "6.7.16"
+ resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-6.7.16.tgz#e2602896636858a0067971f7ca4bb8678038293f"
+
+"@types/babylon@*":
+ version "6.16.1"
+ resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.1.tgz#e4d10ab9e43a73703a17c6f41438bede28769340"
+ dependencies:
+ "@types/babel-types" "*"
+
+"@types/cheerio@0.22.2":
+ version "0.22.2"
+ resolved "https://registry.yarnpkg.com/@types/cheerio/-/cheerio-0.22.2.tgz#539625874bc856086ad491c2fdc9b10c05ae308e"
+
+"@types/form-data@*":
+ version "0.0.33"
+ resolved "https://registry.yarnpkg.com/@types/form-data/-/form-data-0.0.33.tgz#c9ac85b2a5fd18435b8c85d9ecb50e6d6c893ff8"
+ dependencies:
+ "@types/node" "*"
+
+"@types/jest@20.0.2":
+ version "20.0.2"
+ resolved "https://registry.yarnpkg.com/@types/jest/-/jest-20.0.2.tgz#86c751121fb53dbd39bb1a08c45083da13f2dc67"
+
+"@types/node@*", "@types/node@8.0.13":
+ version "8.0.13"
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.13.tgz#530f0f9254209b0335bf5cc6387822594ef47093"
+
+"@types/request@0.0.47":
+ version "0.0.47"
+ resolved "https://registry.yarnpkg.com/@types/request/-/request-0.0.47.tgz#b8093530603ffd04782bf48e95aba5a25eb4f88b"
+ dependencies:
+ "@types/form-data" "*"
+ "@types/node" "*"
+
+abab@^1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/abab/-/abab-1.0.3.tgz#b81de5f7274ec4e756d797cd834f303642724e5d"
+
+acorn-globals@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-3.1.0.tgz#fd8270f71fbb4996b004fa880ee5d46573a731bf"
+ dependencies:
+ acorn "^4.0.4"
+
+acorn@^4.0.4:
+ version "4.0.13"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"
+
+ajv@^4.9.1:
+ version "4.11.8"
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
+ dependencies:
+ co "^4.6.0"
+ json-stable-stringify "^1.0.1"
+
+align-text@^0.1.1, align-text@^0.1.3:
+ version "0.1.4"
+ resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117"
+ dependencies:
+ kind-of "^3.0.2"
+ longest "^1.0.1"
+ repeat-string "^1.5.2"
+
+amdefine@>=0.0.4:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
+
+ansi-escapes@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"
+
+ansi-regex@^2.0.0, ansi-regex@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
+
+ansi-regex@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
+
+ansi-styles@^2.2.1:
+ version "2.2.1"
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
+
+ansi-styles@^3.0.0, ansi-styles@^3.1.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.1.0.tgz#09c202d5c917ec23188caa5c9cb9179cd9547750"
+ dependencies:
+ color-convert "^1.0.0"
+
+anymatch@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.0.tgz#a3e52fa39168c825ff57b0248126ce5a8ff95507"
+ dependencies:
+ arrify "^1.0.0"
+ micromatch "^2.1.5"
+
+append-transform@^0.4.0:
+ version "0.4.0"
+ resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
+ dependencies:
+ default-require-extensions "^1.0.0"
+
+argparse@^1.0.7:
+ version "1.0.9"
+ resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.9.tgz#73d83bc263f86e97f8cc4f6bae1b0e90a7d22c86"
+ dependencies:
+ sprintf-js "~1.0.2"
+
+arr-diff@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
+ dependencies:
+ arr-flatten "^1.0.1"
+
+arr-flatten@^1.0.1:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1"
+
+array-equal@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93"
+
+array-unique@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
+
+arrify@^1.0.0, arrify@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
+
+asn1@~0.2.3:
+ version "0.2.3"
+ resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.3.tgz#dac8787713c9966849fc8180777ebe9c1ddf3b86"
+
+assert-plus@1.0.0, assert-plus@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
+
+assert-plus@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-0.2.0.tgz#d74e1b87e7affc0db8aadb7021f3fe48101ab234"
+
+assertion-error@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.0.2.tgz#13ca515d86206da0bac66e834dd397d87581094c"
+
+async@^1.4.0:
+ version "1.5.2"
+ resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
+
+async@^2.1.4:
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d"
+ dependencies:
+ lodash "^4.14.0"
+
+asynckit@^0.4.0:
+ version "0.4.0"
+ resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
+
+aws-sign2@~0.6.0:
+ version "0.6.0"
+ resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.6.0.tgz#14342dd38dbcc94d0e5b87d763cd63612c0e794f"
+
+aws4@^1.2.1:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
+
+babel-code-frame@^6.22.0:
+ version "6.22.0"
+ resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.22.0.tgz#027620bee567a88c32561574e7fd0801d33118e4"
+ dependencies:
+ chalk "^1.1.0"
+ esutils "^2.0.2"
+ js-tokens "^3.0.0"
+
+babel-core@^6.0.0, babel-core@^6.24.1:
+ version "6.25.0"
+ resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.25.0.tgz#7dd42b0463c742e9d5296deb3ec67a9322dad729"
+ dependencies:
+ babel-code-frame "^6.22.0"
+ babel-generator "^6.25.0"
+ babel-helpers "^6.24.1"
+ babel-messages "^6.23.0"
+ babel-register "^6.24.1"
+ babel-runtime "^6.22.0"
+ babel-template "^6.25.0"
+ babel-traverse "^6.25.0"
+ babel-types "^6.25.0"
+ babylon "^6.17.2"
+ convert-source-map "^1.1.0"
+ debug "^2.1.1"
+ json5 "^0.5.0"
+ lodash "^4.2.0"
+ minimatch "^3.0.2"
+ path-is-absolute "^1.0.0"
+ private "^0.1.6"
+ slash "^1.0.0"
+ source-map "^0.5.0"
+
+babel-generator@^6.18.0, babel-generator@^6.25.0:
+ version "6.25.0"
+ resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.25.0.tgz#33a1af70d5f2890aeb465a4a7793c1df6a9ea9fc"
+ dependencies:
+ babel-messages "^6.23.0"
+ babel-runtime "^6.22.0"
+ babel-types "^6.25.0"
+ detect-indent "^4.0.0"
+ jsesc "^1.3.0"
+ lodash "^4.2.0"
+ source-map "^0.5.0"
+ trim-right "^1.0.1"
+
+babel-helpers@^6.24.1:
+ version "6.24.1"
+ resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2"
+ dependencies:
+ babel-runtime "^6.22.0"
+ babel-template "^6.24.1"
+
+babel-jest@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-20.0.3.tgz#e4a03b13dc10389e140fc645d09ffc4ced301671"
+ dependencies:
+ babel-core "^6.0.0"
+ babel-plugin-istanbul "^4.0.0"
+ babel-preset-jest "^20.0.3"
+
+babel-messages@^6.23.0:
+ version "6.23.0"
+ resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e"
+ dependencies:
+ babel-runtime "^6.22.0"
+
+babel-plugin-istanbul@^4.0.0, babel-plugin-istanbul@^4.1.4:
+ version "4.1.4"
+ resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.4.tgz#18dde84bf3ce329fddf3f4103fae921456d8e587"
+ dependencies:
+ find-up "^2.1.0"
+ istanbul-lib-instrument "^1.7.2"
+ test-exclude "^4.1.1"
+
+babel-plugin-jest-hoist@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-20.0.3.tgz#afedc853bd3f8dc3548ea671fbe69d03cc2c1767"
+
+babel-plugin-transform-es2015-modules-commonjs@^6.24.1:
+ version "6.24.1"
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.24.1.tgz#d3e310b40ef664a36622200097c6d440298f2bfe"
+ dependencies:
+ babel-plugin-transform-strict-mode "^6.24.1"
+ babel-runtime "^6.22.0"
+ babel-template "^6.24.1"
+ babel-types "^6.24.1"
+
+babel-plugin-transform-strict-mode@^6.24.1:
+ version "6.24.1"
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758"
+ dependencies:
+ babel-runtime "^6.22.0"
+ babel-types "^6.24.1"
+
+babel-preset-jest@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-20.0.3.tgz#cbacaadecb5d689ca1e1de1360ebfc66862c178a"
+ dependencies:
+ babel-plugin-jest-hoist "^20.0.3"
+
+babel-register@^6.24.1:
+ version "6.24.1"
+ resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.24.1.tgz#7e10e13a2f71065bdfad5a1787ba45bca6ded75f"
+ dependencies:
+ babel-core "^6.24.1"
+ babel-runtime "^6.22.0"
+ core-js "^2.4.0"
+ home-or-tmp "^2.0.0"
+ lodash "^4.2.0"
+ mkdirp "^0.5.1"
+ source-map-support "^0.4.2"
+
+babel-runtime@^6.22.0:
+ version "6.23.0"
+ resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
+ dependencies:
+ core-js "^2.4.0"
+ regenerator-runtime "^0.10.0"
+
+babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.25.0:
+ version "6.25.0"
+ resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.25.0.tgz#665241166b7c2aa4c619d71e192969552b10c071"
+ dependencies:
+ babel-runtime "^6.22.0"
+ babel-traverse "^6.25.0"
+ babel-types "^6.25.0"
+ babylon "^6.17.2"
+ lodash "^4.2.0"
+
+babel-traverse@^6.18.0, babel-traverse@^6.25.0:
+ version "6.25.0"
+ resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.25.0.tgz#2257497e2fcd19b89edc13c4c91381f9512496f1"
+ dependencies:
+ babel-code-frame "^6.22.0"
+ babel-messages "^6.23.0"
+ babel-runtime "^6.22.0"
+ babel-types "^6.25.0"
+ babylon "^6.17.2"
+ debug "^2.2.0"
+ globals "^9.0.0"
+ invariant "^2.2.0"
+ lodash "^4.2.0"
+
+babel-types@^6.18.0, babel-types@^6.24.1, babel-types@^6.25.0:
+ version "6.25.0"
+ resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.25.0.tgz#70afb248d5660e5d18f811d91c8303b54134a18e"
+ dependencies:
+ babel-runtime "^6.22.0"
+ esutils "^2.0.2"
+ lodash "^4.2.0"
+ to-fast-properties "^1.0.1"
+
+babylon@^6.17.2, babylon@^6.17.4:
+ version "6.17.4"
+ resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.17.4.tgz#3e8b7402b88d22c3423e137a1577883b15ff869a"
+
+balanced-match@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
+
+bcrypt-pbkdf@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz#63bc5dcb61331b92bc05fd528953c33462a06f8d"
+ dependencies:
+ tweetnacl "^0.14.3"
+
+boolbase@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
+
+boom@2.x.x:
+ version "2.10.1"
+ resolved "https://registry.yarnpkg.com/boom/-/boom-2.10.1.tgz#39c8918ceff5799f83f9492a848f625add0c766f"
+ dependencies:
+ hoek "2.x.x"
+
+brace-expansion@^1.1.7:
+ version "1.1.8"
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
+ dependencies:
+ balanced-match "^1.0.0"
+ concat-map "0.0.1"
+
+braces@^1.8.2:
+ version "1.8.5"
+ resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
+ dependencies:
+ expand-range "^1.8.1"
+ preserve "^0.2.0"
+ repeat-element "^1.1.2"
+
+browser-resolve@^1.11.2:
+ version "1.11.2"
+ resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.2.tgz#8ff09b0a2c421718a1051c260b32e48f442938ce"
+ dependencies:
+ resolve "1.1.7"
+
+bser@1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/bser/-/bser-1.0.2.tgz#381116970b2a6deea5646dd15dd7278444b56169"
+ dependencies:
+ node-int64 "^0.4.0"
+
+bser@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719"
+ dependencies:
+ node-int64 "^0.4.0"
+
+builtin-modules@^1.0.0:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
+
+callsites@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
+
+camelcase@^1.0.2:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
+
+camelcase@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
+
+camelcase@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
+
+caseless@~0.12.0:
+ version "0.12.0"
+ resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
+
+center-align@^0.1.1:
+ version "0.1.3"
+ resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad"
+ dependencies:
+ align-text "^0.1.3"
+ lazy-cache "^1.0.3"
+
+"chai@>=1.9.2 <4.0.0":
+ version "3.5.0"
+ resolved "https://registry.yarnpkg.com/chai/-/chai-3.5.0.tgz#4d02637b067fe958bdbfdd3a40ec56fef7373247"
+ dependencies:
+ assertion-error "^1.0.1"
+ deep-eql "^0.1.3"
+ type-detect "^1.0.0"
+
+chalk@^1.1.0, chalk@^1.1.3:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
+ dependencies:
+ 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"
+
+chalk@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.0.1.tgz#dbec49436d2ae15f536114e76d14656cdbc0f44d"
+ dependencies:
+ ansi-styles "^3.1.0"
+ escape-string-regexp "^1.0.5"
+ supports-color "^4.0.0"
+
+cheerio@^0.22.0:
+ version "0.22.0"
+ resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-0.22.0.tgz#a9baa860a3f9b595a6b81b1a86873121ed3a269e"
+ dependencies:
+ css-select "~1.2.0"
+ dom-serializer "~0.1.0"
+ entities "~1.1.1"
+ htmlparser2 "^3.9.1"
+ lodash.assignin "^4.0.9"
+ lodash.bind "^4.1.4"
+ lodash.defaults "^4.0.1"
+ lodash.filter "^4.4.0"
+ lodash.flatten "^4.2.0"
+ lodash.foreach "^4.3.0"
+ lodash.map "^4.4.0"
+ lodash.merge "^4.4.0"
+ lodash.pick "^4.2.1"
+ lodash.reduce "^4.4.0"
+ lodash.reject "^4.4.0"
+ lodash.some "^4.4.0"
+
+ci-info@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.0.0.tgz#dc5285f2b4e251821683681c381c3388f46ec534"
+
+cliui@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1"
+ dependencies:
+ center-align "^0.1.1"
+ right-align "^0.1.1"
+ wordwrap "0.0.2"
+
+cliui@^3.2.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d"
+ dependencies:
+ string-width "^1.0.1"
+ strip-ansi "^3.0.1"
+ wrap-ansi "^2.0.0"
+
+co@^4.6.0:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
+
+code-point-at@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
+
+color-convert@^1.0.0:
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
+ dependencies:
+ color-name "^1.1.1"
+
+color-name@^1.1.1:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.2.tgz#5c8ab72b64bd2215d617ae9559ebb148475cf98d"
+
+colors@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/colors/-/colors-1.1.2.tgz#168a4701756b6a7f51a12ce0c97bfa28c084ed63"
+
+combined-stream@^1.0.5, combined-stream@~1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.5.tgz#938370a57b4a51dea2c77c15d5c5fdf895164009"
+ dependencies:
+ delayed-stream "~1.0.0"
+
+commander@^2.9.0:
+ version "2.11.0"
+ resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
+
+concat-map@0.0.1:
+ version "0.0.1"
+ resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
+
+content-type-parser@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/content-type-parser/-/content-type-parser-1.0.1.tgz#c3e56988c53c65127fb46d4032a3a900246fdc94"
+
+convert-source-map@^1.1.0, convert-source-map@^1.4.0:
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.5.0.tgz#9acd70851c6d5dfdd93d9282e5edf94a03ff46b5"
+
+core-js@^2.4.0:
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"
+
+core-util-is@~1.0.0:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
+
+cross-spawn@^4.0.0:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-4.0.2.tgz#7b9247621c23adfdd3856004a823cbe397424d41"
+ dependencies:
+ lru-cache "^4.0.1"
+ which "^1.2.9"
+
+cryptiles@2.x.x:
+ version "2.0.5"
+ resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
+ dependencies:
+ boom "2.x.x"
+
+css-select@~1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858"
+ dependencies:
+ boolbase "~1.0.0"
+ css-what "2.1"
+ domutils "1.5.1"
+ nth-check "~1.0.1"
+
+css-what@2.1:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd"
+
+cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0":
+ version "0.3.2"
+ resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.2.tgz#b8036170c79f07a90ff2f16e22284027a243848b"
+
+"cssstyle@>= 0.2.37 < 0.3.0":
+ version "0.2.37"
+ resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-0.2.37.tgz#541097234cb2513c83ceed3acddc27ff27987d54"
+ dependencies:
+ cssom "0.3.x"
+
+dashdash@^1.12.0:
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
+ dependencies:
+ assert-plus "^1.0.0"
+
+debug@^2.1.1, debug@^2.2.0, debug@^2.6.3:
+ version "2.6.8"
+ resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
+ dependencies:
+ ms "2.0.0"
+
+decamelize@^1.0.0, decamelize@^1.1.1:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
+
+deep-eql@^0.1.3:
+ version "0.1.3"
+ resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-0.1.3.tgz#ef558acab8de25206cd713906d74e56930eb69f2"
+ dependencies:
+ type-detect "0.1.1"
+
+deep-equal@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"
+
+deep-is@~0.1.3:
+ version "0.1.3"
+ resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
+
+default-require-extensions@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8"
+ dependencies:
+ strip-bom "^2.0.0"
+
+delayed-stream@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
+
+detect-indent@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208"
+ dependencies:
+ repeating "^2.0.0"
+
+diff@^3.1.0, diff@^3.2.0:
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/diff/-/diff-3.3.0.tgz#056695150d7aa93237ca7e378ac3b1682b7963b9"
+
+doctrine@^0.7.2:
+ version "0.7.2"
+ resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-0.7.2.tgz#7cb860359ba3be90e040b26b729ce4bfa654c523"
+ dependencies:
+ esutils "^1.1.6"
+ isarray "0.0.1"
+
+dom-serializer@0, dom-serializer@~0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"
+ dependencies:
+ domelementtype "~1.1.1"
+ entities "~1.1.1"
+
+domelementtype@1, domelementtype@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.3.0.tgz#b17aed82e8ab59e52dd9c19b1756e0fc187204c2"
+
+domelementtype@~1.1.1:
+ version "1.1.3"
+ resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-1.1.3.tgz#bd28773e2642881aec51544924299c5cd822185b"
+
+domhandler@^2.3.0:
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-2.4.1.tgz#892e47000a99be55bbf3774ffea0561d8879c259"
+ dependencies:
+ domelementtype "1"
+
+domutils@1.5.1:
+ version "1.5.1"
+ resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.5.1.tgz#dcd8488a26f563d61079e48c9f7b7e32373682cf"
+ dependencies:
+ dom-serializer "0"
+ domelementtype "1"
+
+domutils@^1.5.1:
+ version "1.6.2"
+ resolved "https://registry.yarnpkg.com/domutils/-/domutils-1.6.2.tgz#1958cc0b4c9426e9ed367fb1c8e854891b0fa3ff"
+ dependencies:
+ dom-serializer "0"
+ domelementtype "1"
+
+ecc-jsbn@~0.1.1:
+ version "0.1.1"
+ resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz#0fc73a9ed5f0d53c38193398523ef7e543777505"
+ dependencies:
+ jsbn "~0.1.0"
+
+entities@^1.1.1, entities@~1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
+
+errno@^0.1.4:
+ version "0.1.4"
+ resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.4.tgz#b896e23a9e5e8ba33871fc996abd3635fc9a1c7d"
+ dependencies:
+ prr "~0.0.0"
+
+error-ex@^1.2.0:
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.1.tgz#f855a86ce61adc4e8621c3cda21e7a7612c3a8dc"
+ dependencies:
+ is-arrayish "^0.2.1"
+
+escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
+
+escodegen@^1.6.1:
+ version "1.8.1"
+ resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.8.1.tgz#5a5b53af4693110bebb0867aa3430dd3b70a1018"
+ dependencies:
+ esprima "^2.7.1"
+ estraverse "^1.9.1"
+ esutils "^2.0.2"
+ optionator "^0.8.1"
+ optionalDependencies:
+ source-map "~0.2.0"
+
+esprima@^2.7.1:
+ version "2.7.3"
+ resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"
+
+esprima@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
+
+estraverse@^1.9.1:
+ version "1.9.3"
+ resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44"
+
+esutils@^1.1.6:
+ version "1.1.6"
+ resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375"
+
+esutils@^2.0.2:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
+
+exec-sh@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.2.0.tgz#14f75de3f20d286ef933099b2ce50a90359cef10"
+ dependencies:
+ merge "^1.1.3"
+
+execa@^0.5.0:
+ version "0.5.1"
+ resolved "https://registry.yarnpkg.com/execa/-/execa-0.5.1.tgz#de3fb85cb8d6e91c85bcbceb164581785cb57b36"
+ dependencies:
+ cross-spawn "^4.0.0"
+ get-stream "^2.2.0"
+ is-stream "^1.1.0"
+ npm-run-path "^2.0.0"
+ p-finally "^1.0.0"
+ signal-exit "^3.0.0"
+ strip-eof "^1.0.0"
+
+expand-brackets@^0.1.4:
+ version "0.1.5"
+ resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b"
+ dependencies:
+ is-posix-bracket "^0.1.0"
+
+expand-range@^1.8.1:
+ version "1.8.2"
+ resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337"
+ dependencies:
+ fill-range "^2.1.0"
+
+extend@~3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.1.tgz#a755ea7bc1adfcc5a31ce7e762dbaadc5e636444"
+
+extglob@^0.3.1:
+ version "0.3.2"
+ resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1"
+ dependencies:
+ is-extglob "^1.0.0"
+
+extsprintf@1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
+
+fast-levenshtein@~2.0.4:
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
+
+fb-watchman@^1.8.0:
+ version "1.9.2"
+ resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-1.9.2.tgz#a24cf47827f82d38fb59a69ad70b76e3b6ae7383"
+ dependencies:
+ bser "1.0.2"
+
+fb-watchman@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
+ dependencies:
+ bser "^2.0.0"
+
+filename-regex@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26"
+
+fileset@^2.0.2:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/fileset/-/fileset-2.0.3.tgz#8e7548a96d3cc2327ee5e674168723a333bba2a0"
+ dependencies:
+ glob "^7.0.3"
+ minimatch "^3.0.3"
+
+fill-range@^2.1.0:
+ version "2.2.3"
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.3.tgz#50b77dfd7e469bc7492470963699fe7a8485a723"
+ dependencies:
+ is-number "^2.1.0"
+ isobject "^2.0.0"
+ randomatic "^1.1.3"
+ repeat-element "^1.1.2"
+ repeat-string "^1.5.2"
+
+find-up@^1.0.0:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
+ dependencies:
+ path-exists "^2.0.0"
+ pinkie-promise "^2.0.0"
+
+find-up@^2.0.0, find-up@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
+ dependencies:
+ locate-path "^2.0.0"
+
+for-in@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
+
+for-own@^0.1.4:
+ version "0.1.5"
+ resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce"
+ dependencies:
+ for-in "^1.0.1"
+
+forever-agent@~0.6.1:
+ version "0.6.1"
+ resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
+
+form-data@~2.1.1:
+ version "2.1.4"
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.4.tgz#33c183acf193276ecaa98143a69e94bfee1750d1"
+ dependencies:
+ asynckit "^0.4.0"
+ combined-stream "^1.0.5"
+ mime-types "^2.1.12"
+
+fs-extra@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
+ dependencies:
+ graceful-fs "^4.1.2"
+ jsonfile "^3.0.0"
+ universalify "^0.1.0"
+
+fs.realpath@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
+
+get-caller-file@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.2.tgz#f702e63127e7e231c160a80c1554acb70d5047e5"
+
+get-stream@^2.2.0:
+ version "2.3.1"
+ resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-2.3.1.tgz#5f38f93f346009666ee0150a054167f91bdd95de"
+ dependencies:
+ object-assign "^4.0.1"
+ pinkie-promise "^2.0.0"
+
+getpass@^0.1.1:
+ version "0.1.7"
+ resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
+ dependencies:
+ assert-plus "^1.0.0"
+
+glob-base@^0.3.0:
+ version "0.3.0"
+ resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4"
+ dependencies:
+ glob-parent "^2.0.0"
+ is-glob "^2.0.0"
+
+glob-parent@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28"
+ dependencies:
+ is-glob "^2.0.0"
+
+glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2:
+ version "7.1.2"
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
+ dependencies:
+ 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"
+
+globals@^9.0.0:
+ version "9.18.0"
+ resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
+
+graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
+ version "4.1.11"
+ resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
+
+growly@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
+
+handlebars@^4.0.3:
+ version "4.0.10"
+ resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.10.tgz#3d30c718b09a3d96f23ea4cc1f403c4d3ba9ff4f"
+ dependencies:
+ async "^1.4.0"
+ optimist "^0.6.1"
+ source-map "^0.4.4"
+ optionalDependencies:
+ uglify-js "^2.6"
+
+har-schema@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e"
+
+har-validator@~4.2.1:
+ version "4.2.1"
+ resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a"
+ dependencies:
+ ajv "^4.9.1"
+ har-schema "^1.0.5"
+
+has-ansi@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
+ dependencies:
+ ansi-regex "^2.0.0"
+
+has-flag@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
+
+has-flag@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
+
+hawk@~3.1.3:
+ version "3.1.3"
+ resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
+ dependencies:
+ boom "2.x.x"
+ cryptiles "2.x.x"
+ hoek "2.x.x"
+ sntp "1.x.x"
+
+hoek@2.x.x:
+ version "2.16.3"
+ resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
+
+home-or-tmp@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
+ dependencies:
+ os-homedir "^1.0.0"
+ os-tmpdir "^1.0.1"
+
+hosted-git-info@^2.1.4:
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc8313062c3b798ef8d901a07af3c"
+
+html-encoding-sniffer@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.1.tgz#79bf7a785ea495fe66165e734153f363ff5437da"
+ dependencies:
+ whatwg-encoding "^1.0.1"
+
+htmlparser2@^3.9.1:
+ version "3.9.2"
+ resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.9.2.tgz#1bdf87acca0f3f9e53fa4fcceb0f4b4cbb00b338"
+ dependencies:
+ domelementtype "^1.3.0"
+ domhandler "^2.3.0"
+ domutils "^1.5.1"
+ entities "^1.1.1"
+ inherits "^2.0.1"
+ readable-stream "^2.0.2"
+
+http-signature@~1.1.0:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.1.1.tgz#df72e267066cd0ac67fb76adf8e134a8fbcf91bf"
+ dependencies:
+ assert-plus "^0.2.0"
+ jsprim "^1.2.2"
+ sshpk "^1.7.0"
+
+iconv-lite@0.4.13:
+ version "0.4.13"
+ resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2"
+
+inflight@^1.0.4:
+ version "1.0.6"
+ resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
+ dependencies:
+ once "^1.3.0"
+ wrappy "1"
+
+inherits@2, inherits@^2.0.1, inherits@~2.0.3:
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
+
+invariant@^2.2.0:
+ version "2.2.2"
+ resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
+ dependencies:
+ loose-envify "^1.0.0"
+
+invert-kv@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6"
+
+is-arrayish@^0.2.1:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
+
+is-buffer@^1.1.5:
+ version "1.1.5"
+ resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.5.tgz#1f3b26ef613b214b88cbca23cc6c01d87961eecc"
+
+is-builtin-module@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"
+ dependencies:
+ builtin-modules "^1.0.0"
+
+is-ci@^1.0.10:
+ version "1.0.10"
+ resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.0.10.tgz#f739336b2632365061a9d48270cd56ae3369318e"
+ dependencies:
+ ci-info "^1.0.0"
+
+is-dotfile@^1.0.0:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1"
+
+is-equal-shallow@^0.1.3:
+ version "0.1.3"
+ resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534"
+ dependencies:
+ is-primitive "^2.0.0"
+
+is-extendable@^0.1.1:
+ version "0.1.1"
+ resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
+
+is-extglob@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
+
+is-finite@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa"
+ dependencies:
+ number-is-nan "^1.0.0"
+
+is-fullwidth-code-point@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
+ dependencies:
+ number-is-nan "^1.0.0"
+
+is-fullwidth-code-point@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
+
+is-glob@^2.0.0, is-glob@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
+ dependencies:
+ is-extglob "^1.0.0"
+
+is-number@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f"
+ dependencies:
+ kind-of "^3.0.2"
+
+is-number@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195"
+ dependencies:
+ kind-of "^3.0.2"
+
+is-posix-bracket@^0.1.0:
+ version "0.1.1"
+ resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4"
+
+is-primitive@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575"
+
+is-stream@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
+
+is-typedarray@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
+
+is-utf8@^0.2.0:
+ version "0.2.1"
+ resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
+
+isarray@0.0.1:
+ version "0.0.1"
+ resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
+
+isarray@1.0.0, isarray@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
+
+isexe@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
+
+isobject@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89"
+ dependencies:
+ isarray "1.0.0"
+
+isstream@~0.1.2:
+ version "0.1.2"
+ resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
+
+istanbul-api@^1.1.1:
+ version "1.1.10"
+ resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.1.10.tgz#f27e5e7125c8de13f6a80661af78f512e5439b2b"
+ dependencies:
+ async "^2.1.4"
+ fileset "^2.0.2"
+ istanbul-lib-coverage "^1.1.1"
+ istanbul-lib-hook "^1.0.7"
+ istanbul-lib-instrument "^1.7.3"
+ istanbul-lib-report "^1.1.1"
+ istanbul-lib-source-maps "^1.2.1"
+ istanbul-reports "^1.1.1"
+ js-yaml "^3.7.0"
+ mkdirp "^0.5.1"
+ once "^1.4.0"
+
+istanbul-lib-coverage@^1.0.1, istanbul-lib-coverage@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.1.1.tgz#73bfb998885299415c93d38a3e9adf784a77a9da"
+
+istanbul-lib-hook@^1.0.7:
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.0.7.tgz#dd6607f03076578fe7d6f2a630cf143b49bacddc"
+ dependencies:
+ append-transform "^0.4.0"
+
+istanbul-lib-instrument@^1.4.2, istanbul-lib-instrument@^1.7.2, istanbul-lib-instrument@^1.7.3:
+ version "1.7.3"
+ resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.7.3.tgz#925b239163eabdd68cc4048f52c2fa4f899ecfa7"
+ dependencies:
+ babel-generator "^6.18.0"
+ babel-template "^6.16.0"
+ babel-traverse "^6.18.0"
+ babel-types "^6.18.0"
+ babylon "^6.17.4"
+ istanbul-lib-coverage "^1.1.1"
+ semver "^5.3.0"
+
+istanbul-lib-report@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz#f0e55f56655ffa34222080b7a0cd4760e1405fc9"
+ dependencies:
+ istanbul-lib-coverage "^1.1.1"
+ mkdirp "^0.5.1"
+ path-parse "^1.0.5"
+ supports-color "^3.1.2"
+
+istanbul-lib-source-maps@^1.1.0, istanbul-lib-source-maps@^1.2.1:
+ version "1.2.1"
+ resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.1.tgz#a6fe1acba8ce08eebc638e572e294d267008aa0c"
+ dependencies:
+ debug "^2.6.3"
+ istanbul-lib-coverage "^1.1.1"
+ mkdirp "^0.5.1"
+ rimraf "^2.6.1"
+ source-map "^0.5.3"
+
+istanbul-reports@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.1.1.tgz#042be5c89e175bc3f86523caab29c014e77fee4e"
+ dependencies:
+ handlebars "^4.0.3"
+
+jest-changed-files@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-20.0.3.tgz#9394d5cc65c438406149bef1bf4d52b68e03e3f8"
+
+jest-cli@^20.0.4:
+ version "20.0.4"
+ resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-20.0.4.tgz#e532b19d88ae5bc6c417e8b0593a6fe954b1dc93"
+ dependencies:
+ ansi-escapes "^1.4.0"
+ callsites "^2.0.0"
+ chalk "^1.1.3"
+ graceful-fs "^4.1.11"
+ is-ci "^1.0.10"
+ istanbul-api "^1.1.1"
+ istanbul-lib-coverage "^1.0.1"
+ istanbul-lib-instrument "^1.4.2"
+ istanbul-lib-source-maps "^1.1.0"
+ jest-changed-files "^20.0.3"
+ jest-config "^20.0.4"
+ jest-docblock "^20.0.3"
+ jest-environment-jsdom "^20.0.3"
+ jest-haste-map "^20.0.4"
+ jest-jasmine2 "^20.0.4"
+ jest-message-util "^20.0.3"
+ jest-regex-util "^20.0.3"
+ jest-resolve-dependencies "^20.0.3"
+ jest-runtime "^20.0.4"
+ jest-snapshot "^20.0.3"
+ jest-util "^20.0.3"
+ micromatch "^2.3.11"
+ node-notifier "^5.0.2"
+ pify "^2.3.0"
+ slash "^1.0.0"
+ string-length "^1.0.1"
+ throat "^3.0.0"
+ which "^1.2.12"
+ worker-farm "^1.3.1"
+ yargs "^7.0.2"
+
+jest-config@^20.0.0, jest-config@^20.0.4:
+ version "20.0.4"
+ resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-20.0.4.tgz#e37930ab2217c913605eff13e7bd763ec48faeea"
+ dependencies:
+ chalk "^1.1.3"
+ glob "^7.1.1"
+ jest-environment-jsdom "^20.0.3"
+ jest-environment-node "^20.0.3"
+ jest-jasmine2 "^20.0.4"
+ jest-matcher-utils "^20.0.3"
+ jest-regex-util "^20.0.3"
+ jest-resolve "^20.0.4"
+ jest-validate "^20.0.3"
+ pretty-format "^20.0.3"
+
+jest-diff@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-20.0.3.tgz#81f288fd9e675f0fb23c75f1c2b19445fe586617"
+ dependencies:
+ chalk "^1.1.3"
+ diff "^3.2.0"
+ jest-matcher-utils "^20.0.3"
+ pretty-format "^20.0.3"
+
+jest-docblock@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-20.0.3.tgz#17bea984342cc33d83c50fbe1545ea0efaa44712"
+
+jest-environment-jsdom@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-20.0.3.tgz#048a8ac12ee225f7190417713834bb999787de99"
+ dependencies:
+ jest-mock "^20.0.3"
+ jest-util "^20.0.3"
+ jsdom "^9.12.0"
+
+jest-environment-node@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-20.0.3.tgz#d488bc4612af2c246e986e8ae7671a099163d403"
+ dependencies:
+ jest-mock "^20.0.3"
+ jest-util "^20.0.3"
+
+jest-haste-map@^20.0.4:
+ version "20.0.4"
+ resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-20.0.4.tgz#653eb55c889ce3c021f7b94693f20a4159badf03"
+ dependencies:
+ fb-watchman "^2.0.0"
+ graceful-fs "^4.1.11"
+ jest-docblock "^20.0.3"
+ micromatch "^2.3.11"
+ sane "~1.6.0"
+ worker-farm "^1.3.1"
+
+jest-jasmine2@^20.0.4:
+ version "20.0.4"
+ resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-20.0.4.tgz#fcc5b1411780d911d042902ef1859e852e60d5e1"
+ dependencies:
+ chalk "^1.1.3"
+ graceful-fs "^4.1.11"
+ jest-diff "^20.0.3"
+ jest-matcher-utils "^20.0.3"
+ jest-matchers "^20.0.3"
+ jest-message-util "^20.0.3"
+ jest-snapshot "^20.0.3"
+ once "^1.4.0"
+ p-map "^1.1.1"
+
+jest-matcher-utils@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-20.0.3.tgz#b3a6b8e37ca577803b0832a98b164f44b7815612"
+ dependencies:
+ chalk "^1.1.3"
+ pretty-format "^20.0.3"
+
+jest-matchers@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-matchers/-/jest-matchers-20.0.3.tgz#ca69db1c32db5a6f707fa5e0401abb55700dfd60"
+ dependencies:
+ jest-diff "^20.0.3"
+ jest-matcher-utils "^20.0.3"
+ jest-message-util "^20.0.3"
+ jest-regex-util "^20.0.3"
+
+jest-message-util@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-20.0.3.tgz#6aec2844306fcb0e6e74d5796c1006d96fdd831c"
+ dependencies:
+ chalk "^1.1.3"
+ micromatch "^2.3.11"
+ slash "^1.0.0"
+
+jest-mock@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-20.0.3.tgz#8bc070e90414aa155c11a8d64c869a0d5c71da59"
+
+jest-playback@1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/jest-playback/-/jest-playback-1.0.0.tgz#e55a39f14f23d8b988f27e4471700b3f5f96fdd7"
+ dependencies:
+ glob "^7.1.2"
+ lodash "^4.17.4"
+ make-dir "^1.0.0"
+ nock "^9.0.13"
+ rev-hash "^2.0.0"
+
+jest-regex-util@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-20.0.3.tgz#85bbab5d133e44625b19faf8c6aa5122d085d762"
+
+jest-resolve-dependencies@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-20.0.3.tgz#6e14a7b717af0f2cb3667c549de40af017b1723a"
+ dependencies:
+ jest-regex-util "^20.0.3"
+
+jest-resolve@^20.0.4:
+ version "20.0.4"
+ resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-20.0.4.tgz#9448b3e8b6bafc15479444c6499045b7ffe597a5"
+ dependencies:
+ browser-resolve "^1.11.2"
+ is-builtin-module "^1.0.0"
+ resolve "^1.3.2"
+
+jest-runtime@^20.0.4:
+ version "20.0.4"
+ resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-20.0.4.tgz#a2c802219c4203f754df1404e490186169d124d8"
+ dependencies:
+ babel-core "^6.0.0"
+ babel-jest "^20.0.3"
+ babel-plugin-istanbul "^4.0.0"
+ chalk "^1.1.3"
+ convert-source-map "^1.4.0"
+ graceful-fs "^4.1.11"
+ jest-config "^20.0.4"
+ jest-haste-map "^20.0.4"
+ jest-regex-util "^20.0.3"
+ jest-resolve "^20.0.4"
+ jest-util "^20.0.3"
+ json-stable-stringify "^1.0.1"
+ micromatch "^2.3.11"
+ strip-bom "3.0.0"
+ yargs "^7.0.2"
+
+jest-snapshot@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-20.0.3.tgz#5b847e1adb1a4d90852a7f9f125086e187c76566"
+ dependencies:
+ chalk "^1.1.3"
+ jest-diff "^20.0.3"
+ jest-matcher-utils "^20.0.3"
+ jest-util "^20.0.3"
+ natural-compare "^1.4.0"
+ pretty-format "^20.0.3"
+
+jest-util@^20.0.0, jest-util@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-20.0.3.tgz#0c07f7d80d82f4e5a67c6f8b9c3fe7f65cfd32ad"
+ dependencies:
+ chalk "^1.1.3"
+ graceful-fs "^4.1.11"
+ jest-message-util "^20.0.3"
+ jest-mock "^20.0.3"
+ jest-validate "^20.0.3"
+ leven "^2.1.0"
+ mkdirp "^0.5.1"
+
+jest-validate@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-20.0.3.tgz#d0cfd1de4f579f298484925c280f8f1d94ec3cab"
+ dependencies:
+ chalk "^1.1.3"
+ jest-matcher-utils "^20.0.3"
+ leven "^2.1.0"
+ pretty-format "^20.0.3"
+
+jest@20.0.4:
+ version "20.0.4"
+ resolved "https://registry.yarnpkg.com/jest/-/jest-20.0.4.tgz#3dd260c2989d6dad678b1e9cc4d91944f6d602ac"
+ dependencies:
+ jest-cli "^20.0.4"
+
+js-tokens@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
+
+js-yaml@^3.7.0:
+ version "3.9.0"
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.9.0.tgz#4ffbbf25c2ac963b8299dc74da7e3740de1c18ce"
+ dependencies:
+ argparse "^1.0.7"
+ esprima "^4.0.0"
+
+jsbn@~0.1.0:
+ version "0.1.1"
+ resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
+
+jsdom@^9.12.0:
+ version "9.12.0"
+ resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-9.12.0.tgz#e8c546fffcb06c00d4833ca84410fed7f8a097d4"
+ dependencies:
+ abab "^1.0.3"
+ acorn "^4.0.4"
+ acorn-globals "^3.1.0"
+ array-equal "^1.0.0"
+ content-type-parser "^1.0.1"
+ cssom ">= 0.3.2 < 0.4.0"
+ cssstyle ">= 0.2.37 < 0.3.0"
+ escodegen "^1.6.1"
+ html-encoding-sniffer "^1.0.1"
+ nwmatcher ">= 1.3.9 < 2.0.0"
+ parse5 "^1.5.1"
+ request "^2.79.0"
+ sax "^1.2.1"
+ symbol-tree "^3.2.1"
+ tough-cookie "^2.3.2"
+ webidl-conversions "^4.0.0"
+ whatwg-encoding "^1.0.1"
+ whatwg-url "^4.3.0"
+ xml-name-validator "^2.0.1"
+
+jsesc@^1.3.0:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
+
+json-schema@0.2.3:
+ version "0.2.3"
+ resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
+
+json-stable-stringify@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af"
+ dependencies:
+ jsonify "~0.0.0"
+
+json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
+
+json5@^0.5.0:
+ version "0.5.1"
+ resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
+
+jsonfile@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-3.0.1.tgz#a5ecc6f65f53f662c4415c7675a0331d0992ec66"
+ optionalDependencies:
+ graceful-fs "^4.1.6"
+
+jsonify@~0.0.0:
+ version "0.0.0"
+ resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
+
+jsprim@^1.2.2:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.0.tgz#a3b87e40298d8c380552d8cc7628a0bb95a22918"
+ dependencies:
+ assert-plus "1.0.0"
+ extsprintf "1.0.2"
+ json-schema "0.2.3"
+ verror "1.3.6"
+
+kind-of@^3.0.2:
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
+ dependencies:
+ is-buffer "^1.1.5"
+
+kind-of@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57"
+ dependencies:
+ is-buffer "^1.1.5"
+
+lazy-cache@^1.0.3:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e"
+
+lcid@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835"
+ dependencies:
+ invert-kv "^1.0.0"
+
+leven@^2.1.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580"
+
+levn@~0.3.0:
+ version "0.3.0"
+ resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee"
+ dependencies:
+ prelude-ls "~1.1.2"
+ type-check "~0.3.2"
+
+load-json-file@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
+ dependencies:
+ graceful-fs "^4.1.2"
+ parse-json "^2.2.0"
+ pify "^2.0.0"
+ pinkie-promise "^2.0.0"
+ strip-bom "^2.0.0"
+
+load-json-file@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8"
+ dependencies:
+ graceful-fs "^4.1.2"
+ parse-json "^2.2.0"
+ pify "^2.0.0"
+ strip-bom "^3.0.0"
+
+locate-path@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
+ dependencies:
+ p-locate "^2.0.0"
+ path-exists "^3.0.0"
+
+lodash.assignin@^4.0.9:
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/lodash.assignin/-/lodash.assignin-4.2.0.tgz#ba8df5fb841eb0a3e8044232b0e263a8dc6a28a2"
+
+lodash.bind@^4.1.4:
+ version "4.2.1"
+ resolved "https://registry.yarnpkg.com/lodash.bind/-/lodash.bind-4.2.1.tgz#7ae3017e939622ac31b7d7d7dcb1b34db1690d35"
+
+lodash.defaults@^4.0.1:
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
+
+lodash.filter@^4.4.0:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/lodash.filter/-/lodash.filter-4.6.0.tgz#668b1d4981603ae1cc5a6fa760143e480b4c4ace"
+
+lodash.flatten@^4.2.0:
+ version "4.4.0"
+ resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f"
+
+lodash.foreach@^4.3.0:
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53"
+
+lodash.map@^4.4.0:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/lodash.map/-/lodash.map-4.6.0.tgz#771ec7839e3473d9c4cde28b19394c3562f4f6d3"
+
+lodash.merge@^4.4.0:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
+
+lodash.pick@^4.2.1:
+ version "4.4.0"
+ resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
+
+lodash.reduce@^4.4.0:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/lodash.reduce/-/lodash.reduce-4.6.0.tgz#f1ab6b839299ad48f784abbf476596f03b914d3b"
+
+lodash.reject@^4.4.0:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/lodash.reject/-/lodash.reject-4.6.0.tgz#80d6492dc1470864bbf583533b651f42a9f52415"
+
+lodash.some@^4.4.0:
+ version "4.6.0"
+ resolved "https://registry.yarnpkg.com/lodash.some/-/lodash.some-4.6.0.tgz#1bb9f314ef6b8baded13b549169b2a945eb68e4d"
+
+lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.0, lodash@~4.17.2:
+ version "4.17.4"
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
+
+longest@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
+
+loose-envify@^1.0.0:
+ version "1.3.1"
+ resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
+ dependencies:
+ js-tokens "^3.0.0"
+
+lru-cache@^4.0.1:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.1.tgz#622e32e82488b49279114a4f9ecf45e7cd6bba55"
+ dependencies:
+ pseudomap "^1.0.2"
+ yallist "^2.1.2"
+
+make-dir@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.0.0.tgz#97a011751e91dd87cfadef58832ebb04936de978"
+ dependencies:
+ pify "^2.3.0"
+
+make-error@^1.1.1:
+ version "1.3.0"
+ resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.0.tgz#52ad3a339ccf10ce62b4040b708fe707244b8b96"
+
+makeerror@1.0.x:
+ version "1.0.11"
+ resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c"
+ dependencies:
+ tmpl "1.0.x"
+
+mem@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76"
+ dependencies:
+ mimic-fn "^1.0.0"
+
+merge@^1.1.3:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.0.tgz#7531e39d4949c281a66b8c5a6e0265e8b05894da"
+
+micromatch@^2.1.5, micromatch@^2.3.11:
+ version "2.3.11"
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565"
+ dependencies:
+ 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"
+
+mime-db@~1.27.0:
+ version "1.27.0"
+ resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.27.0.tgz#820f572296bbd20ec25ed55e5b5de869e5436eb1"
+
+mime-types@^2.1.12, mime-types@~2.1.7:
+ version "2.1.15"
+ resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.15.tgz#a4ebf5064094569237b8cf70046776d09fc92aed"
+ dependencies:
+ mime-db "~1.27.0"
+
+mimic-fn@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
+
+minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
+ dependencies:
+ brace-expansion "^1.1.7"
+
+minimist@0.0.8:
+ version "0.0.8"
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
+
+minimist@^1.1.1, minimist@^1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
+
+minimist@~0.0.1:
+ version "0.0.10"
+ resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
+
+mkdirp@^0.5.0, mkdirp@^0.5.1:
+ version "0.5.1"
+ resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
+ dependencies:
+ minimist "0.0.8"
+
+ms@2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
+
+natural-compare@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
+
+nock@^9.0.13:
+ version "9.0.13"
+ resolved "https://registry.yarnpkg.com/nock/-/nock-9.0.13.tgz#d0bc39ef43d3179981e22b2e8ea069f916c5781a"
+ dependencies:
+ chai ">=1.9.2 <4.0.0"
+ debug "^2.2.0"
+ deep-equal "^1.0.0"
+ json-stringify-safe "^5.0.1"
+ lodash "~4.17.2"
+ mkdirp "^0.5.0"
+ propagate "0.4.0"
+ qs "^6.0.2"
+
+node-int64@^0.4.0:
+ version "0.4.0"
+ resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
+
+node-notifier@^5.0.2:
+ version "5.1.2"
+ resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.1.2.tgz#2fa9e12605fa10009d44549d6fcd8a63dde0e4ff"
+ dependencies:
+ growly "^1.3.0"
+ semver "^5.3.0"
+ shellwords "^0.1.0"
+ which "^1.2.12"
+
+normalize-package-data@^2.3.2:
+ version "2.4.0"
+ resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f"
+ dependencies:
+ 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@^2.0.1:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
+ dependencies:
+ remove-trailing-separator "^1.0.1"
+
+npm-run-path@^2.0.0:
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
+ dependencies:
+ path-key "^2.0.0"
+
+nth-check@~1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-1.0.1.tgz#9929acdf628fc2c41098deab82ac580cf149aae4"
+ dependencies:
+ boolbase "~1.0.0"
+
+number-is-nan@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
+
+"nwmatcher@>= 1.3.9 < 2.0.0":
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/nwmatcher/-/nwmatcher-1.4.1.tgz#7ae9b07b0ea804db7e25f05cb5fe4097d4e4949f"
+
+oauth-sign@~0.8.1:
+ version "0.8.2"
+ resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
+
+object-assign@^4.0.1, object-assign@^4.1.0:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
+
+object.omit@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa"
+ dependencies:
+ for-own "^0.1.4"
+ is-extendable "^0.1.1"
+
+once@^1.3.0, once@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
+ dependencies:
+ wrappy "1"
+
+optimist@^0.6.1:
+ version "0.6.1"
+ resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"
+ dependencies:
+ minimist "~0.0.1"
+ wordwrap "~0.0.2"
+
+optionator@^0.8.1:
+ version "0.8.2"
+ resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64"
+ dependencies:
+ 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"
+
+os-homedir@^1.0.0:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
+
+os-locale@^1.4.0:
+ version "1.4.0"
+ resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13d2009803c14d9"
+ dependencies:
+ lcid "^1.0.0"
+
+os-locale@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.0.0.tgz#15918ded510522b81ee7ae5a309d54f639fc39a4"
+ dependencies:
+ execa "^0.5.0"
+ lcid "^1.0.0"
+ mem "^1.1.0"
+
+os-tmpdir@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
+
+p-finally@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
+
+p-limit@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.1.0.tgz#b07ff2d9a5d88bec806035895a2bab66a27988bc"
+
+p-locate@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
+ dependencies:
+ p-limit "^1.1.0"
+
+p-map@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.1.1.tgz#05f5e4ae97a068371bc2a5cc86bfbdbc19c4ae7a"
+
+parse-glob@^3.0.4:
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c"
+ dependencies:
+ glob-base "^0.3.0"
+ is-dotfile "^1.0.0"
+ is-extglob "^1.0.0"
+ is-glob "^2.0.0"
+
+parse-json@^2.2.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
+ dependencies:
+ error-ex "^1.2.0"
+
+parse5@^1.5.1:
+ version "1.5.1"
+ resolved "https://registry.yarnpkg.com/parse5/-/parse5-1.5.1.tgz#9b7f3b0de32be78dc2401b17573ccaf0f6f59d94"
+
+path-exists@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
+ dependencies:
+ pinkie-promise "^2.0.0"
+
+path-exists@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
+
+path-is-absolute@^1.0.0:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
+
+path-key@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
+
+path-parse@^1.0.5:
+ version "1.0.5"
+ resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
+
+path-type@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
+ dependencies:
+ graceful-fs "^4.1.2"
+ pify "^2.0.0"
+ pinkie-promise "^2.0.0"
+
+path-type@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
+ dependencies:
+ pify "^2.0.0"
+
+performance-now@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5"
+
+pify@^2.0.0, pify@^2.3.0:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
+
+pinkie-promise@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
+ dependencies:
+ pinkie "^2.0.0"
+
+pinkie@^2.0.0:
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
+
+pkg-dir@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
+ dependencies:
+ find-up "^2.1.0"
+
+prelude-ls@~1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
+
+preserve@^0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
+
+pretty-format@^20.0.3:
+ version "20.0.3"
+ resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-20.0.3.tgz#020e350a560a1fe1a98dc3beb6ccffb386de8b14"
+ dependencies:
+ ansi-regex "^2.1.1"
+ ansi-styles "^3.0.0"
+
+private@^0.1.6:
+ version "0.1.7"
+ resolved "https://registry.yarnpkg.com/private/-/private-0.1.7.tgz#68ce5e8a1ef0a23bb570cc28537b5332aba63ef1"
+
+process-nextick-args@~1.0.6:
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-1.0.7.tgz#150e20b756590ad3f91093f25a4f2ad8bff30ba3"
+
+propagate@0.4.0:
+ version "0.4.0"
+ resolved "https://registry.yarnpkg.com/propagate/-/propagate-0.4.0.tgz#f3fcca0a6fe06736a7ba572966069617c130b481"
+
+prr@~0.0.0:
+ version "0.0.0"
+ resolved "https://registry.yarnpkg.com/prr/-/prr-0.0.0.tgz#1a84b85908325501411853d0081ee3fa86e2926a"
+
+pseudomap@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
+
+punycode@^1.4.1:
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
+
+qs@^6.0.2:
+ version "6.5.0"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.0.tgz#8d04954d364def3efc55b5a0793e1e2c8b1e6e49"
+
+qs@~6.4.0:
+ version "6.4.0"
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
+
+randomatic@^1.1.3:
+ version "1.1.7"
+ resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-1.1.7.tgz#c7abe9cc8b87c0baa876b19fde83fd464797e38c"
+ dependencies:
+ is-number "^3.0.0"
+ kind-of "^4.0.0"
+
+read-pkg-up@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
+ dependencies:
+ find-up "^1.0.0"
+ read-pkg "^1.0.0"
+
+read-pkg-up@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be"
+ dependencies:
+ find-up "^2.0.0"
+ read-pkg "^2.0.0"
+
+read-pkg@^1.0.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
+ dependencies:
+ load-json-file "^1.0.0"
+ normalize-package-data "^2.3.2"
+ path-type "^1.0.0"
+
+read-pkg@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8"
+ dependencies:
+ load-json-file "^2.0.0"
+ normalize-package-data "^2.3.2"
+ path-type "^2.0.0"
+
+readable-stream@^2.0.2:
+ version "2.3.3"
+ resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.3.tgz#368f2512d79f9d46fdfc71349ae7878bbc1eb95c"
+ dependencies:
+ 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"
+
+regenerator-runtime@^0.10.0:
+ version "0.10.5"
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658"
+
+regex-cache@^0.4.2:
+ version "0.4.3"
+ resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.3.tgz#9b1a6c35d4d0dfcef5711ae651e8e9d3d7114145"
+ dependencies:
+ is-equal-shallow "^0.1.3"
+ is-primitive "^2.0.0"
+
+remove-trailing-separator@^1.0.1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.0.2.tgz#69b062d978727ad14dc6b56ba4ab772fd8d70511"
+
+repeat-element@^1.1.2:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baae4d93eb98b4f9e4e11d990a"
+
+repeat-string@^1.5.2:
+ version "1.6.1"
+ resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
+
+repeating@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
+ dependencies:
+ is-finite "^1.0.0"
+
+request@^2.79.0, request@^2.81.0:
+ version "2.81.0"
+ resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0"
+ dependencies:
+ 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"
+
+require-directory@^2.1.1:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
+
+require-main-filename@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
+
+resolve@1.1.7:
+ version "1.1.7"
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
+
+resolve@^1.3.2:
+ version "1.3.3"
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.3.tgz#655907c3469a8680dc2de3a275a8fdd69691f0e5"
+ dependencies:
+ path-parse "^1.0.5"
+
+rev-hash@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/rev-hash/-/rev-hash-2.0.0.tgz#7720a236ed0c258df3e64bec03ec048b05b924c4"
+
+right-align@^0.1.1:
+ version "0.1.3"
+ resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef"
+ dependencies:
+ align-text "^0.1.1"
+
+rimraf@^2.6.1:
+ version "2.6.1"
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.1.tgz#c2338ec643df7a1b7fe5c54fa86f57428a55f33d"
+ dependencies:
+ glob "^7.0.5"
+
+safe-buffer@^5.0.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
+ version "5.1.1"
+ resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"
+
+sane@~1.6.0:
+ version "1.6.0"
+ resolved "https://registry.yarnpkg.com/sane/-/sane-1.6.0.tgz#9610c452307a135d29c1fdfe2547034180c46775"
+ dependencies:
+ anymatch "^1.3.0"
+ exec-sh "^0.2.0"
+ fb-watchman "^1.8.0"
+ minimatch "^3.0.2"
+ minimist "^1.1.1"
+ walker "~1.0.5"
+ watch "~0.10.0"
+
+sax@^1.2.1:
+ version "1.2.4"
+ resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
+
+"semver@2 || 3 || 4 || 5", semver@^5.3.0:
+ version "5.3.0"
+ resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
+
+set-blocking@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
+
+shellwords@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.0.tgz#66afd47b6a12932d9071cbfd98a52e785cd0ba14"
+
+signal-exit@^3.0.0:
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
+
+slash@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"
+
+sntp@1.x.x:
+ version "1.0.9"
+ resolved "https://registry.yarnpkg.com/sntp/-/sntp-1.0.9.tgz#6541184cc90aeea6c6e7b35e2659082443c66198"
+ dependencies:
+ hoek "2.x.x"
+
+source-map-support@^0.4.0, source-map-support@^0.4.2, source-map-support@^0.4.4:
+ version "0.4.15"
+ resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.15.tgz#03202df65c06d2bd8c7ec2362a193056fef8d3b1"
+ dependencies:
+ source-map "^0.5.6"
+
+source-map@^0.4.4:
+ version "0.4.4"
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"
+ dependencies:
+ amdefine ">=0.0.4"
+
+source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1:
+ version "0.5.6"
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.6.tgz#75ce38f52bf0733c5a7f0c118d81334a2bb5f412"
+
+source-map@~0.2.0:
+ version "0.2.0"
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.2.0.tgz#dab73fbcfc2ba819b4de03bd6f6eaa48164b3f9d"
+ dependencies:
+ amdefine ">=0.0.4"
+
+spdx-correct@~1.0.0:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-1.0.2.tgz#4b3073d933ff51f3912f03ac5519498a4150db40"
+ dependencies:
+ spdx-license-ids "^1.0.2"
+
+spdx-expression-parse@~1.0.0:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz#9bdf2f20e1f40ed447fbe273266191fced51626c"
+
+spdx-license-ids@^1.0.2:
+ version "1.2.2"
+ resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz#c9df7a3424594ade6bd11900d596696dc06bac57"
+
+sprintf-js@~1.0.2:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
+
+sshpk@^1.7.0:
+ version "1.13.1"
+ resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.13.1.tgz#512df6da6287144316dc4c18fe1cf1d940739be3"
+ dependencies:
+ asn1 "~0.2.3"
+ assert-plus "^1.0.0"
+ dashdash "^1.12.0"
+ getpass "^0.1.1"
+ optionalDependencies:
+ bcrypt-pbkdf "^1.0.0"
+ ecc-jsbn "~0.1.1"
+ jsbn "~0.1.0"
+ tweetnacl "~0.14.0"
+
+string-length@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/string-length/-/string-length-1.0.1.tgz#56970fb1c38558e9e70b728bf3de269ac45adfac"
+ dependencies:
+ strip-ansi "^3.0.0"
+
+string-width@^1.0.1, string-width@^1.0.2:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
+ dependencies:
+ code-point-at "^1.0.0"
+ is-fullwidth-code-point "^1.0.0"
+ strip-ansi "^3.0.0"
+
+string-width@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.0.tgz#030664561fc146c9423ec7d978fe2457437fe6d0"
+ dependencies:
+ is-fullwidth-code-point "^2.0.0"
+ strip-ansi "^4.0.0"
+
+string_decoder@~1.0.3:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.0.3.tgz#0fc67d7c141825de94282dd536bec6b9bce860ab"
+ dependencies:
+ safe-buffer "~5.1.0"
+
+stringstream@~0.0.4:
+ version "0.0.5"
+ resolved "https://registry.yarnpkg.com/stringstream/-/stringstream-0.0.5.tgz#4e484cd4de5a0bbbee18e46307710a8a81621878"
+
+strip-ansi@^3.0.0, strip-ansi@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
+ dependencies:
+ ansi-regex "^2.0.0"
+
+strip-ansi@^4.0.0:
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
+ dependencies:
+ ansi-regex "^3.0.0"
+
+strip-bom@3.0.0, strip-bom@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
+
+strip-bom@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
+ dependencies:
+ is-utf8 "^0.2.0"
+
+strip-eof@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
+
+strip-json-comments@^2.0.0:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
+
+supports-color@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
+
+supports-color@^3.1.2:
+ version "3.2.3"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6"
+ dependencies:
+ has-flag "^1.0.0"
+
+supports-color@^4.0.0:
+ version "4.2.0"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-4.2.0.tgz#ad986dc7eb2315d009b4d77c8169c2231a684037"
+ dependencies:
+ has-flag "^2.0.0"
+
+symbol-tree@^3.2.1:
+ version "3.2.2"
+ resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6"
+
+test-exclude@^4.1.1:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.1.1.tgz#4d84964b0966b0087ecc334a2ce002d3d9341e26"
+ dependencies:
+ arrify "^1.0.1"
+ micromatch "^2.3.11"
+ object-assign "^4.1.0"
+ read-pkg-up "^1.0.1"
+ require-main-filename "^1.0.1"
+
+throat@^3.0.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/throat/-/throat-3.2.0.tgz#50cb0670edbc40237b9e347d7e1f88e4620af836"
+
+tmpl@1.0.x:
+ version "1.0.4"
+ resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
+
+to-fast-properties@^1.0.1:
+ version "1.0.3"
+ resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
+
+tough-cookie@^2.3.2, tough-cookie@~2.3.0:
+ version "2.3.2"
+ resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"
+ dependencies:
+ punycode "^1.4.1"
+
+tr46@~0.0.3:
+ version "0.0.3"
+ resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
+
+trim-right@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
+
+ts-jest@20.0.7:
+ version "20.0.7"
+ resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-20.0.7.tgz#82c99b9163f8c0a864a2b221238202fa1e623c26"
+ dependencies:
+ "@types/babel-core" "^6.7.14"
+ babel-core "^6.24.1"
+ babel-plugin-istanbul "^4.1.4"
+ babel-plugin-transform-es2015-modules-commonjs "^6.24.1"
+ babel-preset-jest "^20.0.3"
+ fs-extra "^3.0.0"
+ jest-config "^20.0.0"
+ jest-util "^20.0.0"
+ pkg-dir "^2.0.0"
+ source-map-support "^0.4.4"
+ yargs "^8.0.1"
+
+ts-node@3.2.0:
+ version "3.2.0"
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.2.0.tgz#9814f0c0141784900cf12fef1197ad4b7f4d23d1"
+ dependencies:
+ arrify "^1.0.0"
+ chalk "^2.0.0"
+ diff "^3.1.0"
+ make-error "^1.1.1"
+ minimist "^1.2.0"
+ mkdirp "^0.5.1"
+ source-map-support "^0.4.0"
+ tsconfig "^6.0.0"
+ v8flags "^2.0.11"
+ yn "^2.0.0"
+
+tsconfig@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-6.0.0.tgz#6b0e8376003d7af1864f8df8f89dd0059ffcd032"
+ dependencies:
+ strip-bom "^3.0.0"
+ strip-json-comments "^2.0.0"
+
+tslib@^1.0.0, tslib@^1.7.1:
+ version "1.7.1"
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"
+
+tslint-config-ikatyang@0.10.0:
+ version "0.10.0"
+ resolved "https://registry.yarnpkg.com/tslint-config-ikatyang/-/tslint-config-ikatyang-0.10.0.tgz#e3243c7068cda8c11c2da83822ff6c4de0bf792c"
+ dependencies:
+ tslint-eslint-rules "^4.1.0"
+
+tslint-eslint-rules@^4.1.0:
+ version "4.1.1"
+ resolved "https://registry.yarnpkg.com/tslint-eslint-rules/-/tslint-eslint-rules-4.1.1.tgz#7c30e7882f26bc276bff91d2384975c69daf88ba"
+ dependencies:
+ doctrine "^0.7.2"
+ tslib "^1.0.0"
+ tsutils "^1.4.0"
+
+tslint@5.5.0:
+ version "5.5.0"
+ resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.5.0.tgz#10e8dab3e3061fa61e9442e8cee3982acf20a6aa"
+ dependencies:
+ babel-code-frame "^6.22.0"
+ colors "^1.1.2"
+ commander "^2.9.0"
+ diff "^3.2.0"
+ glob "^7.1.1"
+ minimatch "^3.0.4"
+ resolve "^1.3.2"
+ semver "^5.3.0"
+ tslib "^1.7.1"
+ tsutils "^2.5.1"
+
+tsutils@^1.4.0:
+ version "1.9.1"
+ resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-1.9.1.tgz#b9f9ab44e55af9681831d5f28d0aeeaf5c750cb0"
+
+tsutils@^2.5.1:
+ version "2.7.1"
+ resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.7.1.tgz#411a0e9466525a2b2869260a55620d7292155e24"
+ dependencies:
+ tslib "^1.7.1"
+
+tunnel-agent@^0.6.0:
+ version "0.6.0"
+ resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
+ dependencies:
+ safe-buffer "^5.0.1"
+
+tweetnacl@^0.14.3, tweetnacl@~0.14.0:
+ version "0.14.5"
+ resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
+
+type-check@~0.3.2:
+ version "0.3.2"
+ resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72"
+ dependencies:
+ prelude-ls "~1.1.2"
+
+type-detect@0.1.1:
+ version "0.1.1"
+ resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822"
+
+type-detect@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-1.0.0.tgz#762217cc06db258ec48908a1298e8b95121e8ea2"
+
+typescript@2.4.1:
+ version "2.4.1"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc"
+
+uglify-js@^2.6:
+ version "2.8.29"
+ resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
+ dependencies:
+ source-map "~0.5.1"
+ yargs "~3.10.0"
+ optionalDependencies:
+ uglify-to-browserify "~1.0.0"
+
+uglify-to-browserify@~1.0.0:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7"
+
+universalify@^0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.0.tgz#9eb1c4651debcc670cc94f1a75762332bb967778"
+
+user-home@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190"
+
+util-deprecate@~1.0.1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
+
+uuid@^3.0.0:
+ version "3.1.0"
+ resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.1.0.tgz#3dd3d3e790abc24d7b0d3a034ffababe28ebbc04"
+
+v8flags@^2.0.11:
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.1.1.tgz#aab1a1fa30d45f88dd321148875ac02c0b55e5b4"
+ dependencies:
+ user-home "^1.1.1"
+
+validate-npm-package-license@^3.0.1:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz#2804babe712ad3379459acfbe24746ab2c303fbc"
+ dependencies:
+ spdx-correct "~1.0.0"
+ spdx-expression-parse "~1.0.0"
+
+verror@1.3.6:
+ version "1.3.6"
+ resolved "https://registry.yarnpkg.com/verror/-/verror-1.3.6.tgz#cff5df12946d297d2baaefaa2689e25be01c005c"
+ dependencies:
+ extsprintf "1.0.2"
+
+walker@~1.0.5:
+ version "1.0.7"
+ resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"
+ dependencies:
+ makeerror "1.0.x"
+
+watch@~0.10.0:
+ version "0.10.0"
+ resolved "https://registry.yarnpkg.com/watch/-/watch-0.10.0.tgz#77798b2da0f9910d595f1ace5b0c2258521f21dc"
+
+webidl-conversions@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
+
+webidl-conversions@^4.0.0:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.1.tgz#8015a17ab83e7e1b311638486ace81da6ce206a0"
+
+whatwg-encoding@^1.0.1:
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.1.tgz#3c6c451a198ee7aec55b1ec61d0920c67801a5f4"
+ dependencies:
+ iconv-lite "0.4.13"
+
+whatwg-url@^4.3.0:
+ version "4.8.0"
+ resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-4.8.0.tgz#d2981aa9148c1e00a41c5a6131166ab4683bbcc0"
+ dependencies:
+ tr46 "~0.0.3"
+ webidl-conversions "^3.0.0"
+
+which-module@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f"
+
+which-module@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
+
+which@^1.2.12, which@^1.2.9:
+ version "1.2.14"
+ resolved "https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5"
+ dependencies:
+ isexe "^2.0.0"
+
+window-size@0.1.0:
+ version "0.1.0"
+ resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
+
+wordwrap@0.0.2:
+ version "0.0.2"
+ resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
+
+wordwrap@~0.0.2:
+ version "0.0.3"
+ resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
+
+wordwrap@~1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
+
+worker-farm@^1.3.1:
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.4.1.tgz#a438bc993a7a7d133bcb6547c95eca7cff4897d8"
+ dependencies:
+ errno "^0.1.4"
+ xtend "^4.0.1"
+
+wrap-ansi@^2.0.0:
+ version "2.1.0"
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
+ dependencies:
+ string-width "^1.0.1"
+ strip-ansi "^3.0.1"
+
+wrappy@1:
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
+
+xml-name-validator@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
+
+xtend@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
+
+y18n@^3.2.1:
+ version "3.2.1"
+ resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41"
+
+yallist@^2.1.2:
+ version "2.1.2"
+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
+
+yargs-parser@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-5.0.0.tgz#275ecf0d7ffe05c77e64e7c86e4cd94bf0e1228a"
+ dependencies:
+ camelcase "^3.0.0"
+
+yargs-parser@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9"
+ dependencies:
+ camelcase "^4.1.0"
+
+yargs@^7.0.2:
+ version "7.1.0"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-7.1.0.tgz#6ba318eb16961727f5d284f8ea003e8d6154d0c8"
+ dependencies:
+ camelcase "^3.0.0"
+ cliui "^3.2.0"
+ decamelize "^1.1.1"
+ get-caller-file "^1.0.1"
+ os-locale "^1.4.0"
+ read-pkg-up "^1.0.1"
+ require-directory "^2.1.1"
+ require-main-filename "^1.0.1"
+ set-blocking "^2.0.0"
+ string-width "^1.0.2"
+ which-module "^1.0.0"
+ y18n "^3.2.1"
+ yargs-parser "^5.0.0"
+
+yargs@^8.0.1:
+ version "8.0.2"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-8.0.2.tgz#6299a9055b1cefc969ff7e79c1d918dceb22c360"
+ dependencies:
+ camelcase "^4.1.0"
+ cliui "^3.2.0"
+ decamelize "^1.1.1"
+ get-caller-file "^1.0.1"
+ os-locale "^2.0.0"
+ read-pkg-up "^2.0.0"
+ require-directory "^2.1.1"
+ require-main-filename "^1.0.1"
+ set-blocking "^2.0.0"
+ string-width "^2.0.0"
+ which-module "^2.0.0"
+ y18n "^3.2.1"
+ yargs-parser "^7.0.0"
+
+yargs@~3.10.0:
+ version "3.10.0"
+ resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
+ dependencies:
+ camelcase "^1.0.2"
+ cliui "^2.1.0"
+ decamelize "^1.0.0"
+ window-size "0.1.0"
+
+yn@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/yn/-/yn-2.0.0.tgz#e5adabc8acf408f6385fc76495684c88e6af689a"