├── patches ├── .keep ├── 3d-ify.zip ├── fleksy.zip ├── fluent.zip ├── glyph.zip ├── mdalt.zip ├── plumpy.zip ├── yandex.zip ├── amoledify.zip ├── doticons.zip ├── ios_icons.zip ├── mds_bold.zip ├── mds_icons.zip ├── mds_light.zip ├── mds_round.zip ├── mds_thin.zip ├── ndoticons.zip ├── ninjaify.zip ├── roundeys.zip ├── topshadow.zip ├── unicons.zip ├── veu_icons.zip ├── Key_shadows.zip ├── border_fix.zip ├── font_casual.zip ├── lumiq_icons.zip ├── mds_filled.zip ├── mds_regular.zip ├── overfilled.zip ├── roundedkeys.zip ├── square_keys.zip ├── top_rounded.zip ├── Custom_delete.zip ├── amoled_header.zip ├── border_outline.zip ├── customicondone.zip ├── customicongo.zip ├── customiconnext.zip ├── customiconprev.zip ├── customiconsend.zip ├── customimagebg.zip ├── customshadow.zip ├── font_cursive.zip ├── font_monospace.zip ├── googleshadow.zip ├── iconifybsicons.zip ├── ios_alt_icons.zip ├── mds_bold_round.zip ├── pill_popup_fix.zip ├── samsung_icons.zip ├── smaller_font.zip ├── swiftkey_icons.zip ├── topshadowtest.zip ├── twotoneicons.zip ├── xiaomi_icons.zip ├── xiaomi_layout.zip ├── xperia_icons.zip ├── xperia_layout.zip ├── CustomLabelColor.zip ├── Fakefamss_icons.zip ├── body_top_rounded.zip ├── customiconaccess.zip ├── customiconemoji.zip ├── customiconenter.zip ├── customsearchicon.zip ├── font_GoogleSans.zip ├── font_sans-serif.zip ├── low_pixel_icons.zip ├── smartisan_icons.zip ├── borderless_pill_fix.zip ├── customiconshiftoff.zip ├── customiconshifton.zip ├── disable_sec_label.zip ├── emoji_icon_remover.zip ├── low_pixel_2_icons.zip ├── material_io_icons.zip ├── old_swiftkey_icons.zip ├── veu_outline_icons.zip ├── Customborderroundness.zip ├── border_shadow_disable.zip ├── customiconshiftlocked.zip ├── disable_spacebar_text.zip ├── enter_to_border_dark.zip ├── font_GoogleSans-bold.zip ├── font_GoogleSans-text.zip ├── font_sans-serif-black.zip ├── font_sans-serif-light.zip ├── font_sans-serif-thin.zip ├── font_serif-monospace.zip ├── font_source-sans-pro.zip ├── border_dark_keys_enter.zip ├── border_dark_to regular.zip ├── border_half_transparency.zip ├── font_GoogleSans-Medium.zip ├── font_sans-serif-medium.zip ├── font_GoogleSans-text-bold.zip ├── font_sans-serif-condensed.zip ├── font_sans-serif-smallcaps.zip ├── new_access_point_items_fix.zip ├── candidate_separator_disabler.zip ├── font_GoogleSans-text-italic.zip ├── font_GoogleSans-text-medium.zip ├── new_access_point_items_round.zip ├── new_access_point_items_shadow.zip ├── unify_body_with_header_border.zip ├── borderless_spacebar_transparent.zip ├── font_sans-serif-condensed-light.zip ├── font_sans-serif-condensed-medium.zip ├── new_access_point_icon_bg_remover.zip └── new_access_point_items_transparent_bg.zip ├── .gitignore ├── previews ├── Key_shadows.png ├── topshadowtest.png ├── new_access_point_items_round.png └── new_access_point_items_transparent_bg.png ├── package.json ├── .github └── workflows │ ├── pullRequest.yml │ └── build.yml ├── index.js ├── patches.json └── yarn.lock /patches/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /patches/3d-ify.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/3d-ify.zip -------------------------------------------------------------------------------- /patches/fleksy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/fleksy.zip -------------------------------------------------------------------------------- /patches/fluent.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/fluent.zip -------------------------------------------------------------------------------- /patches/glyph.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/glyph.zip -------------------------------------------------------------------------------- /patches/mdalt.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/mdalt.zip -------------------------------------------------------------------------------- /patches/plumpy.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/plumpy.zip -------------------------------------------------------------------------------- /patches/yandex.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/yandex.zip -------------------------------------------------------------------------------- /patches/amoledify.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/amoledify.zip -------------------------------------------------------------------------------- /patches/doticons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/doticons.zip -------------------------------------------------------------------------------- /patches/ios_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/ios_icons.zip -------------------------------------------------------------------------------- /patches/mds_bold.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/mds_bold.zip -------------------------------------------------------------------------------- /patches/mds_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/mds_icons.zip -------------------------------------------------------------------------------- /patches/mds_light.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/mds_light.zip -------------------------------------------------------------------------------- /patches/mds_round.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/mds_round.zip -------------------------------------------------------------------------------- /patches/mds_thin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/mds_thin.zip -------------------------------------------------------------------------------- /patches/ndoticons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/ndoticons.zip -------------------------------------------------------------------------------- /patches/ninjaify.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/ninjaify.zip -------------------------------------------------------------------------------- /patches/roundeys.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/roundeys.zip -------------------------------------------------------------------------------- /patches/topshadow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/topshadow.zip -------------------------------------------------------------------------------- /patches/unicons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/unicons.zip -------------------------------------------------------------------------------- /patches/veu_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/veu_icons.zip -------------------------------------------------------------------------------- /patches/Key_shadows.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/Key_shadows.zip -------------------------------------------------------------------------------- /patches/border_fix.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/border_fix.zip -------------------------------------------------------------------------------- /patches/font_casual.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_casual.zip -------------------------------------------------------------------------------- /patches/lumiq_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/lumiq_icons.zip -------------------------------------------------------------------------------- /patches/mds_filled.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/mds_filled.zip -------------------------------------------------------------------------------- /patches/mds_regular.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/mds_regular.zip -------------------------------------------------------------------------------- /patches/overfilled.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/overfilled.zip -------------------------------------------------------------------------------- /patches/roundedkeys.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/roundedkeys.zip -------------------------------------------------------------------------------- /patches/square_keys.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/square_keys.zip -------------------------------------------------------------------------------- /patches/top_rounded.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/top_rounded.zip -------------------------------------------------------------------------------- /patches/Custom_delete.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/Custom_delete.zip -------------------------------------------------------------------------------- /patches/amoled_header.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/amoled_header.zip -------------------------------------------------------------------------------- /patches/border_outline.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/border_outline.zip -------------------------------------------------------------------------------- /patches/customicondone.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customicondone.zip -------------------------------------------------------------------------------- /patches/customicongo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customicongo.zip -------------------------------------------------------------------------------- /patches/customiconnext.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customiconnext.zip -------------------------------------------------------------------------------- /patches/customiconprev.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customiconprev.zip -------------------------------------------------------------------------------- /patches/customiconsend.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customiconsend.zip -------------------------------------------------------------------------------- /patches/customimagebg.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customimagebg.zip -------------------------------------------------------------------------------- /patches/customshadow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customshadow.zip -------------------------------------------------------------------------------- /patches/font_cursive.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_cursive.zip -------------------------------------------------------------------------------- /patches/font_monospace.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_monospace.zip -------------------------------------------------------------------------------- /patches/googleshadow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/googleshadow.zip -------------------------------------------------------------------------------- /patches/iconifybsicons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/iconifybsicons.zip -------------------------------------------------------------------------------- /patches/ios_alt_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/ios_alt_icons.zip -------------------------------------------------------------------------------- /patches/mds_bold_round.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/mds_bold_round.zip -------------------------------------------------------------------------------- /patches/pill_popup_fix.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/pill_popup_fix.zip -------------------------------------------------------------------------------- /patches/samsung_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/samsung_icons.zip -------------------------------------------------------------------------------- /patches/smaller_font.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/smaller_font.zip -------------------------------------------------------------------------------- /patches/swiftkey_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/swiftkey_icons.zip -------------------------------------------------------------------------------- /patches/topshadowtest.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/topshadowtest.zip -------------------------------------------------------------------------------- /patches/twotoneicons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/twotoneicons.zip -------------------------------------------------------------------------------- /patches/xiaomi_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/xiaomi_icons.zip -------------------------------------------------------------------------------- /patches/xiaomi_layout.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/xiaomi_layout.zip -------------------------------------------------------------------------------- /patches/xperia_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/xperia_icons.zip -------------------------------------------------------------------------------- /patches/xperia_layout.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/xperia_layout.zip -------------------------------------------------------------------------------- /previews/Key_shadows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/previews/Key_shadows.png -------------------------------------------------------------------------------- /previews/topshadowtest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/previews/topshadowtest.png -------------------------------------------------------------------------------- /patches/CustomLabelColor.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/CustomLabelColor.zip -------------------------------------------------------------------------------- /patches/Fakefamss_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/Fakefamss_icons.zip -------------------------------------------------------------------------------- /patches/body_top_rounded.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/body_top_rounded.zip -------------------------------------------------------------------------------- /patches/customiconaccess.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customiconaccess.zip -------------------------------------------------------------------------------- /patches/customiconemoji.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customiconemoji.zip -------------------------------------------------------------------------------- /patches/customiconenter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customiconenter.zip -------------------------------------------------------------------------------- /patches/customsearchicon.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customsearchicon.zip -------------------------------------------------------------------------------- /patches/font_GoogleSans.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_GoogleSans.zip -------------------------------------------------------------------------------- /patches/font_sans-serif.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_sans-serif.zip -------------------------------------------------------------------------------- /patches/low_pixel_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/low_pixel_icons.zip -------------------------------------------------------------------------------- /patches/smartisan_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/smartisan_icons.zip -------------------------------------------------------------------------------- /patches/borderless_pill_fix.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/borderless_pill_fix.zip -------------------------------------------------------------------------------- /patches/customiconshiftoff.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customiconshiftoff.zip -------------------------------------------------------------------------------- /patches/customiconshifton.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customiconshifton.zip -------------------------------------------------------------------------------- /patches/disable_sec_label.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/disable_sec_label.zip -------------------------------------------------------------------------------- /patches/emoji_icon_remover.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/emoji_icon_remover.zip -------------------------------------------------------------------------------- /patches/low_pixel_2_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/low_pixel_2_icons.zip -------------------------------------------------------------------------------- /patches/material_io_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/material_io_icons.zip -------------------------------------------------------------------------------- /patches/old_swiftkey_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/old_swiftkey_icons.zip -------------------------------------------------------------------------------- /patches/veu_outline_icons.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/veu_outline_icons.zip -------------------------------------------------------------------------------- /patches/Customborderroundness.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/Customborderroundness.zip -------------------------------------------------------------------------------- /patches/border_shadow_disable.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/border_shadow_disable.zip -------------------------------------------------------------------------------- /patches/customiconshiftlocked.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/customiconshiftlocked.zip -------------------------------------------------------------------------------- /patches/disable_spacebar_text.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/disable_spacebar_text.zip -------------------------------------------------------------------------------- /patches/enter_to_border_dark.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/enter_to_border_dark.zip -------------------------------------------------------------------------------- /patches/font_GoogleSans-bold.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_GoogleSans-bold.zip -------------------------------------------------------------------------------- /patches/font_GoogleSans-text.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_GoogleSans-text.zip -------------------------------------------------------------------------------- /patches/font_sans-serif-black.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_sans-serif-black.zip -------------------------------------------------------------------------------- /patches/font_sans-serif-light.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_sans-serif-light.zip -------------------------------------------------------------------------------- /patches/font_sans-serif-thin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_sans-serif-thin.zip -------------------------------------------------------------------------------- /patches/font_serif-monospace.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_serif-monospace.zip -------------------------------------------------------------------------------- /patches/font_source-sans-pro.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_source-sans-pro.zip -------------------------------------------------------------------------------- /patches/border_dark_keys_enter.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/border_dark_keys_enter.zip -------------------------------------------------------------------------------- /patches/border_dark_to regular.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/border_dark_to regular.zip -------------------------------------------------------------------------------- /patches/border_half_transparency.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/border_half_transparency.zip -------------------------------------------------------------------------------- /patches/font_GoogleSans-Medium.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_GoogleSans-Medium.zip -------------------------------------------------------------------------------- /patches/font_sans-serif-medium.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_sans-serif-medium.zip -------------------------------------------------------------------------------- /patches/font_GoogleSans-text-bold.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_GoogleSans-text-bold.zip -------------------------------------------------------------------------------- /patches/font_sans-serif-condensed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_sans-serif-condensed.zip -------------------------------------------------------------------------------- /patches/font_sans-serif-smallcaps.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_sans-serif-smallcaps.zip -------------------------------------------------------------------------------- /patches/new_access_point_items_fix.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/new_access_point_items_fix.zip -------------------------------------------------------------------------------- /patches/candidate_separator_disabler.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/candidate_separator_disabler.zip -------------------------------------------------------------------------------- /patches/font_GoogleSans-text-italic.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_GoogleSans-text-italic.zip -------------------------------------------------------------------------------- /patches/font_GoogleSans-text-medium.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_GoogleSans-text-medium.zip -------------------------------------------------------------------------------- /patches/new_access_point_items_round.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/new_access_point_items_round.zip -------------------------------------------------------------------------------- /patches/new_access_point_items_shadow.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/new_access_point_items_shadow.zip -------------------------------------------------------------------------------- /patches/unify_body_with_header_border.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/unify_body_with_header_border.zip -------------------------------------------------------------------------------- /previews/new_access_point_items_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/previews/new_access_point_items_round.png -------------------------------------------------------------------------------- /patches/borderless_spacebar_transparent.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/borderless_spacebar_transparent.zip -------------------------------------------------------------------------------- /patches/font_sans-serif-condensed-light.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_sans-serif-condensed-light.zip -------------------------------------------------------------------------------- /patches/font_sans-serif-condensed-medium.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/font_sans-serif-condensed-medium.zip -------------------------------------------------------------------------------- /patches/new_access_point_icon_bg_remover.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/new_access_point_icon_bg_remover.zip -------------------------------------------------------------------------------- /patches/new_access_point_items_transparent_bg.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/patches/new_access_point_items_transparent_bg.zip -------------------------------------------------------------------------------- /previews/new_access_point_items_transparent_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GboardThemes/Patches/HEAD/previews/new_access_point_items_transparent_bg.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "module", 3 | "name": "rboard_theme_patches", 4 | "version": "1.0.0", 5 | "main": "index.js", 6 | "license": "MIT", 7 | "dependencies": { 8 | "adm-zip": "^0.5.9", 9 | "git-branch": "^2.0.1", 10 | "gitlog": "^4.0.4", 11 | "parse-github-url": "^1.0.2", 12 | "remote-origin-url": "^2.0.0", 13 | "rimraf": "^3.0.2" 14 | } 15 | } -------------------------------------------------------------------------------- /.github/workflows/pullRequest.yml: -------------------------------------------------------------------------------- 1 | name: Pull Request 2 | 3 | on: 4 | pull_request: 5 | branches: [master] 6 | paths: 7 | - "patches/**" 8 | 9 | jobs: 10 | comment: 11 | runs-on: ubuntu-latest 12 | steps: 13 | - uses: actions/github-script@v6 14 | name: Add label 15 | with: 16 | script: | 17 | await github.rest.issues.addLabels({ 18 | issue_number: context.issue.number, 19 | owner: context.repo.owner, 20 | repo: context.repo.repo, 21 | labels: ['patch'] 22 | }) 23 | -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- 1 | name: Build Patches 2 | 3 | on: 4 | push: 5 | branches: [ master ] 6 | paths: 7 | - '.github/**' 8 | - 'patches/**' 9 | - 'index.js' 10 | workflow_dispatch: 11 | 12 | jobs: 13 | build: 14 | runs-on: ubuntu-latest 15 | steps: 16 | - name: Checkout 17 | uses: actions/checkout@v2 18 | 19 | - name: Fetch all commits 20 | run: git fetch --prune --unshallow; git pull origin master 21 | 22 | - name: Setup Node 23 | uses: actions/setup-node@v2 24 | with: 25 | node-version: '18.7.0' 26 | 27 | - name: Install dependencies 28 | run: yarn 29 | 30 | - name: Build Patches 31 | run: node index.js patches 32 | 33 | - name: Commit changes 34 | uses: EndBug/add-and-commit@v7 35 | with: 36 | default_author: github_actions 37 | -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | // noinspection JSCheckFunctionSignatures,JSUnresolvedFunction 2 | 3 | import AdmZip from 'adm-zip' 4 | import path from 'path' 5 | import fs from 'fs' 6 | 7 | import gitRemoteOriginUrl from 'remote-origin-url' 8 | import parseGithubUrl from 'parse-github-url' 9 | import gitBranch from 'git-branch' 10 | import gitLog from 'gitlog' 11 | 12 | const patchPath = process.argv[2] 13 | 14 | async function run() { 15 | if (patchPath == null) console.log('Please provide a path.') 16 | else { 17 | const list = [] 18 | const files = fs.readdirSync(patchPath).filter(file => file.endsWith('.zip')) 19 | 20 | for (const patch of files) { 21 | const zip = new AdmZip(path.join(patchPath, patch)) 22 | const metaFile = zip.getEntry('patch.meta') 23 | const gitUrl = parseGithubUrl(gitRemoteOriginUrl.sync()) 24 | gitUrl.branch = gitBranch.sync() 25 | const meta = { 26 | url: `https://github.com/${gitUrl.repo}/raw/${gitUrl.branch}/${patchPath}/${patch}`, 27 | author: 'Rboard Theme Patcher', 28 | tags: [] 29 | } 30 | meta.size = fs.statSync(path.join(patchPath, patch)).size 31 | await new Promise((res) => { 32 | gitLog.default({ 33 | repo: process.cwd(), 34 | file: path.join(patchPath, patch), 35 | fields: ["hash", "authorName", "authorDate"] 36 | }, (error, commits) => { 37 | const commit = commits[0] 38 | if (commit) { 39 | meta.date = new Date(commit.authorDate).getTime() 40 | meta.author = commit.authorName 41 | } 42 | res() 43 | }) 44 | }) 45 | if (metaFile != null) { 46 | const tmp = metaFile.getData().toString() 47 | tmp.split(new RegExp('(\r\n|\n)')).forEach(metaEntry => { 48 | if (metaEntry.includes('=')) { 49 | meta[metaEntry.split('=')[0]] = (metaEntry.includes(',') || metaEntry.startsWith("tags")) ? metaEntry.split('=')[1].split(',') : metaEntry.split('=')[1] 50 | } 51 | }) 52 | } else meta.name = patch.replace('_', ' ').replace('.zip', '') 53 | list.push(meta) 54 | console.log(`${meta.name} by ${meta.author} added.`) 55 | } 56 | fs.writeFileSync('patches.json', JSON.stringify(list, null, 2)) 57 | } 58 | } 59 | 60 | run().then(() => console.log('Done.')) -------------------------------------------------------------------------------- /patches.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/3d-ify.zip", 4 | "author": "RKBDI", 5 | "tags": [ 6 | "border" 7 | ], 8 | "size": 348, 9 | "date": 1659602692000, 10 | "name": "3D-ify" 11 | }, 12 | { 13 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/CustomLabelColor.zip", 14 | "author": "RKBDI", 15 | "tags": [ 16 | "custom", 17 | "value" 18 | ], 19 | "size": 686, 20 | "date": 1754587176000, 21 | "name": "Custom label color", 22 | "customName": "color_labelpatch", 23 | "description": "Put here hex color for labels. example #000000FF the 000000 means black and that FF means alpha" 24 | }, 25 | { 26 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/Custom_delete.zip", 27 | "author": "RKBDI", 28 | "tags": [ 29 | "custom", 30 | "image" 31 | ], 32 | "size": 2126, 33 | "date": 1671929696000, 34 | "name": "Custom delete icon", 35 | "customName": "icon_del.png", 36 | "description": "Custom image" 37 | }, 38 | { 39 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/Customborderroundness.zip", 40 | "author": "RKBDI", 41 | "tags": [ 42 | "custom", 43 | "value" 44 | ], 45 | "size": 469, 46 | "date": 1671990101000, 47 | "name": "Custom border roundness", 48 | "customName": "roundedcornerspatch", 49 | "description": "Value for border corners roundess. Default 4.5 min 0 max 30" 50 | }, 51 | { 52 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/Fakefamss_icons.zip", 53 | "author": "Fakefamss", 54 | "tags": [ 55 | "icons" 56 | ], 57 | "size": 15691, 58 | "date": 1659900111000, 59 | "name": "Fakefamss icons" 60 | }, 61 | { 62 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/Key_shadows.zip", 63 | "author": "RKBDI", 64 | "tags": [ 65 | "border" 66 | ], 67 | "size": 439, 68 | "date": 1662809910000, 69 | "name": "Key shadows" 70 | }, 71 | { 72 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/amoled_header.zip", 73 | "author": "RKBDI", 74 | "tags": [ 75 | "visual", 76 | "amoled" 77 | ], 78 | "size": 735, 79 | "date": 1669068538000, 80 | "name": "Header in amoled" 81 | }, 82 | { 83 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/amoledify.zip", 84 | "author": "RKBDI", 85 | "tags": [ 86 | "color", 87 | "amoled" 88 | ], 89 | "size": 795, 90 | "date": 1659732781000, 91 | "name": "Amoledify" 92 | }, 93 | { 94 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/body_top_rounded.zip", 95 | "author": "RKBDI", 96 | "tags": [ 97 | "visual" 98 | ], 99 | "size": 455, 100 | "date": 1659729431000, 101 | "name": "Body top rounded corners" 102 | }, 103 | { 104 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/border_dark_keys_enter.zip", 105 | "author": "RKBDI", 106 | "tags": [ 107 | "visual" 108 | ], 109 | "size": 439, 110 | "date": 1669068538000, 111 | "name": "Border dark transparent keys" 112 | }, 113 | { 114 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/border_dark_to regular.zip", 115 | "author": "RKBDI", 116 | "tags": [ 117 | "visual" 118 | ], 119 | "size": 441, 120 | "date": 1668963904000, 121 | "name": "Border dark keys to regular" 122 | }, 123 | { 124 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/border_fix.zip", 125 | "author": "RKBDI", 126 | "tags": [ 127 | "fix" 128 | ], 129 | "size": 404, 130 | "date": 1659728201000, 131 | "name": "Border fix" 132 | }, 133 | { 134 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/border_half_transparency.zip", 135 | "author": "RKBDI", 136 | "tags": [ 137 | "custom", 138 | "value", 139 | "visual" 140 | ], 141 | "size": 583, 142 | "date": 1685469113000, 143 | "name": "Custom border key transparency", 144 | "customName": "borderkeytransparency", 145 | "description": "Value for border transparency. Default 1.0 min 0.0 max 1.0" 146 | }, 147 | { 148 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/border_outline.zip", 149 | "author": "RKBDI", 150 | "tags": [ 151 | "visual" 152 | ], 153 | "size": 359, 154 | "date": 1662129979000, 155 | "name": "Border outline" 156 | }, 157 | { 158 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/border_shadow_disable.zip", 159 | "author": "RKBDI", 160 | "tags": [ 161 | "visual" 162 | ], 163 | "size": 437, 164 | "date": 1692571527000, 165 | "name": "Border shadow disabler" 166 | }, 167 | { 168 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/borderless_pill_fix.zip", 169 | "author": "RKBDI", 170 | "tags": [ 171 | "fix" 172 | ], 173 | "size": 486, 174 | "date": 1660597828000, 175 | "name": "Borderless pill keys fix" 176 | }, 177 | { 178 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/borderless_spacebar_transparent.zip", 179 | "author": "RKBDI", 180 | "tags": [ 181 | "fix" 182 | ], 183 | "size": 423, 184 | "date": 1669070503000, 185 | "name": "Transparent spacebar for borderless" 186 | }, 187 | { 188 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/candidate_separator_disabler.zip", 189 | "author": "RKBDI", 190 | "tags": [ 191 | "visual" 192 | ], 193 | "size": 403, 194 | "date": 1660146239000, 195 | "name": "candidate separator disabler" 196 | }, 197 | { 198 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customiconaccess.zip", 199 | "author": "RKBDI", 200 | "tags": [ 201 | "custom", 202 | "image" 203 | ], 204 | "size": 2721, 205 | "date": 1675122803000, 206 | "name": "Custom Access icon", 207 | "customName": "icon_access.png", 208 | "description": "Custom image" 209 | }, 210 | { 211 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customicondone.zip", 212 | "author": "RKBDI", 213 | "tags": [ 214 | "custom", 215 | "image" 216 | ], 217 | "size": 1261, 218 | "date": 1671929696000, 219 | "name": "Custom done icon", 220 | "customName": "icon_done.png", 221 | "description": "Custom image" 222 | }, 223 | { 224 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customiconemoji.zip", 225 | "author": "RKBDI", 226 | "tags": [ 227 | "custom", 228 | "image" 229 | ], 230 | "size": 3387, 231 | "date": 1671929696000, 232 | "name": "Custom emoji icon", 233 | "customName": "icon_emoji.png", 234 | "description": "Custom image" 235 | }, 236 | { 237 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customiconenter.zip", 238 | "author": "RKBDI", 239 | "tags": [ 240 | "custom", 241 | "image" 242 | ], 243 | "size": 1196, 244 | "date": 1671929696000, 245 | "name": "Custom enter icon", 246 | "customName": "icon_enter.png", 247 | "description": "Custom image" 248 | }, 249 | { 250 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customicongo.zip", 251 | "author": "RKBDI", 252 | "tags": [ 253 | "custom", 254 | "image" 255 | ], 256 | "size": 1240, 257 | "date": 1671929696000, 258 | "name": "Custom Go icon", 259 | "customName": "icon_go.png", 260 | "description": "Custom image" 261 | }, 262 | { 263 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customiconnext.zip", 264 | "author": "RKBDI", 265 | "tags": [ 266 | "custom", 267 | "image" 268 | ], 269 | "size": 1125, 270 | "date": 1671929696000, 271 | "name": "Custom Next icon", 272 | "customName": "icon_next.png", 273 | "description": "Custom image" 274 | }, 275 | { 276 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customiconprev.zip", 277 | "author": "RKBDI", 278 | "tags": [ 279 | "custom", 280 | "image" 281 | ], 282 | "size": 1136, 283 | "date": 1671929696000, 284 | "name": "Custom previous icon", 285 | "customName": "icon_previous.png", 286 | "description": "Custom image" 287 | }, 288 | { 289 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customiconsend.zip", 290 | "author": "RKBDI", 291 | "tags": [ 292 | "custom", 293 | "image" 294 | ], 295 | "size": 1878, 296 | "date": 1671929696000, 297 | "name": "Custom send icon", 298 | "customName": "icon_send.png", 299 | "description": "Custom image" 300 | }, 301 | { 302 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customiconshiftlocked.zip", 303 | "author": "RKBDI", 304 | "tags": [ 305 | "custom", 306 | "image" 307 | ], 308 | "size": 1529, 309 | "date": 1671929696000, 310 | "name": "Custom shift locked icon", 311 | "customName": "icon_shift_locked.png", 312 | "description": "Custom image" 313 | }, 314 | { 315 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customiconshiftoff.zip", 316 | "author": "RKBDI", 317 | "tags": [ 318 | "custom", 319 | "image" 320 | ], 321 | "size": 1088, 322 | "date": 1671929696000, 323 | "name": "Custom shift off icon", 324 | "customName": "icon_shift_off.png", 325 | "description": "Custom image" 326 | }, 327 | { 328 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customiconshifton.zip", 329 | "author": "RKBDI", 330 | "tags": [ 331 | "custom", 332 | "image" 333 | ], 334 | "size": 1116, 335 | "date": 1671929696000, 336 | "name": "Custom shift on icon", 337 | "customName": "icon_shift_on.png", 338 | "description": "Custom image" 339 | }, 340 | { 341 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customimagebg.zip", 342 | "author": "RKBDI", 343 | "tags": [ 344 | "custom", 345 | "image" 346 | ], 347 | "size": 130580, 348 | "date": 1671925464000, 349 | "name": "Custom Background image", 350 | "customName": "background.png", 351 | "description": "Custom image" 352 | }, 353 | { 354 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customsearchicon.zip", 355 | "author": "RKBDI", 356 | "tags": [ 357 | "custom", 358 | "image" 359 | ], 360 | "size": 2605, 361 | "date": 1671929696000, 362 | "name": "Custom search icon", 363 | "customName": "icon_search.png", 364 | "description": "Custom image" 365 | }, 366 | { 367 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/customshadow.zip", 368 | "author": "RKBDI", 369 | "tags": [ 370 | "custom", 371 | "image" 372 | ], 373 | "size": 23621, 374 | "date": 1671929696000, 375 | "name": "Custom top shadow image", 376 | "customName": "google.png", 377 | "description": "Custom image" 378 | }, 379 | { 380 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/disable_sec_label.zip", 381 | "author": "RKBDI", 382 | "tags": [ 383 | "visual" 384 | ], 385 | "size": 564, 386 | "date": 1659728201000, 387 | "name": "label secondary disabler" 388 | }, 389 | { 390 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/disable_spacebar_text.zip", 391 | "author": "RKBDI", 392 | "tags": [ 393 | "visual" 394 | ], 395 | "size": 593, 396 | "date": 1737816805000, 397 | "name": "Spacebar label disabler" 398 | }, 399 | { 400 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/doticons.zip", 401 | "author": "RKBDI", 402 | "tags": [ 403 | "icons" 404 | ], 405 | "size": 10519, 406 | "date": 1661368287000, 407 | "name": "Dot icons" 408 | }, 409 | { 410 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/emoji_icon_remover.zip", 411 | "author": "RKBDI", 412 | "tags": [ 413 | "icons" 414 | ], 415 | "size": 580, 416 | "date": 1659732781000, 417 | "name": "emoji icon remover" 418 | }, 419 | { 420 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/enter_to_border_dark.zip", 421 | "author": "RKBDI", 422 | "tags": [ 423 | "visual" 424 | ], 425 | "size": 439, 426 | "date": 1669068538000, 427 | "name": "Border enter to dark keys" 428 | }, 429 | { 430 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/fleksy.zip", 431 | "author": "fleksy", 432 | "tags": [ 433 | "icons" 434 | ], 435 | "size": 12193, 436 | "date": 1660506767000, 437 | "name": "fleksy icons" 438 | }, 439 | { 440 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/fluent.zip", 441 | "author": "iconify", 442 | "tags": [ 443 | "icons" 444 | ], 445 | "size": 12116, 446 | "date": 1660471165000, 447 | "name": "Fluent icons" 448 | }, 449 | { 450 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_GoogleSans-Medium.zip", 451 | "author": "RKBDI", 452 | "tags": [ 453 | "font" 454 | ], 455 | "size": 506, 456 | "date": 1661351825000, 457 | "name": "Font Google Sans medium", 458 | "font": "google-sans-medium" 459 | }, 460 | { 461 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_GoogleSans-bold.zip", 462 | "author": "RKBDI", 463 | "tags": [ 464 | "font" 465 | ], 466 | "size": 500, 467 | "date": 1661351825000, 468 | "name": "Font Google Sans bold", 469 | "font": "google-sans-bold" 470 | }, 471 | { 472 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_GoogleSans-text-bold.zip", 473 | "author": "RKBDI", 474 | "tags": [ 475 | "font" 476 | ], 477 | "size": 511, 478 | "date": 1661351825000, 479 | "name": "Font Google Sans Text bold", 480 | "font": "google-sans-text-bold" 481 | }, 482 | { 483 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_GoogleSans-text-italic.zip", 484 | "author": "RKBDI", 485 | "tags": [ 486 | "font" 487 | ], 488 | "size": 512, 489 | "date": 1661351825000, 490 | "name": "Font Google Sans Text italic", 491 | "font": "google-sans-text-italic" 492 | }, 493 | { 494 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_GoogleSans-text-medium.zip", 495 | "author": "RKBDI", 496 | "tags": [ 497 | "font" 498 | ], 499 | "size": 514, 500 | "date": 1661351825000, 501 | "name": "Font Google Sans Text medium", 502 | "font": "google-sans-text-medium" 503 | }, 504 | { 505 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_GoogleSans-text.zip", 506 | "author": "RKBDI", 507 | "tags": [ 508 | "font" 509 | ], 510 | "size": 501, 511 | "date": 1661351825000, 512 | "name": "Font Google Sans Text", 513 | "font": "google-sans-text" 514 | }, 515 | { 516 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_GoogleSans.zip", 517 | "author": "RKBDI", 518 | "tags": [ 519 | "font" 520 | ], 521 | "size": 490, 522 | "date": 1661351825000, 523 | "name": "Font Google Sans", 524 | "font": "google-sans" 525 | }, 526 | { 527 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_casual.zip", 528 | "author": "RKBDI", 529 | "tags": [ 530 | "font" 531 | ], 532 | "size": 478, 533 | "date": 1660063513000, 534 | "name": "Font casual", 535 | "font": "casual" 536 | }, 537 | { 538 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_cursive.zip", 539 | "author": "RKBDI", 540 | "tags": [ 541 | "font" 542 | ], 543 | "size": 480, 544 | "date": 1660063513000, 545 | "name": "Font cursive", 546 | "font": "cursive" 547 | }, 548 | { 549 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_monospace.zip", 550 | "author": "RKBDI", 551 | "tags": [ 552 | "font" 553 | ], 554 | "size": 484, 555 | "date": 1660063513000, 556 | "name": "Font monospace", 557 | "font": "monospace" 558 | }, 559 | { 560 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_sans-serif-black.zip", 561 | "author": "RKBDI", 562 | "tags": [ 563 | "font" 564 | ], 565 | "size": 497, 566 | "date": 1660063513000, 567 | "name": "Font stock bold", 568 | "font": "sans-serif-black" 569 | }, 570 | { 571 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_sans-serif-condensed-light.zip", 572 | "author": "RKBDI", 573 | "tags": [ 574 | "font" 575 | ], 576 | "size": 510, 577 | "date": 1660063513000, 578 | "name": "Font sans-serif-condensed-light", 579 | "font": "sans-serif-condensed-light" 580 | }, 581 | { 582 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_sans-serif-condensed-medium.zip", 583 | "author": "RKBDI", 584 | "tags": [ 585 | "font" 586 | ], 587 | "size": 511, 588 | "date": 1661352420000, 589 | "name": "Font sans-serif-condensed-medium", 590 | "font": "sans-serif-condensed-medium" 591 | }, 592 | { 593 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_sans-serif-condensed.zip", 594 | "author": "RKBDI", 595 | "tags": [ 596 | "font" 597 | ], 598 | "size": 503, 599 | "date": 1660063513000, 600 | "name": "Font sans-serif-condensed", 601 | "font": "sans-serif-condensed" 602 | }, 603 | { 604 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_sans-serif-light.zip", 605 | "author": "RKBDI", 606 | "tags": [ 607 | "font" 608 | ], 609 | "size": 498, 610 | "date": 1660063513000, 611 | "name": "Font stock light", 612 | "font": "sans-serif-light" 613 | }, 614 | { 615 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_sans-serif-medium.zip", 616 | "author": "RKBDI", 617 | "tags": [ 618 | "font" 619 | ], 620 | "size": 501, 621 | "date": 1660063513000, 622 | "name": "Font stock medium", 623 | "font": "sans-serif-medium" 624 | }, 625 | { 626 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_sans-serif-smallcaps.zip", 627 | "author": "RKBDI", 628 | "tags": [ 629 | "font" 630 | ], 631 | "size": 468, 632 | "date": 1660063513000, 633 | "name": "Font sans-serif-smallcaps", 634 | "font": "sans-serif-smallcaps" 635 | }, 636 | { 637 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_sans-serif-thin.zip", 638 | "author": "RKBDI", 639 | "tags": [ 640 | "font" 641 | ], 642 | "size": 495, 643 | "date": 1660063513000, 644 | "name": "Font stock thin", 645 | "font": "sans-serif-thin" 646 | }, 647 | { 648 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_sans-serif.zip", 649 | "author": "RKBDI", 650 | "tags": [ 651 | "font" 652 | ], 653 | "size": 482, 654 | "date": 1660063513000, 655 | "name": "Font stock", 656 | "font": "sans-serif" 657 | }, 658 | { 659 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_serif-monospace.zip", 660 | "author": "RKBDI", 661 | "tags": [ 662 | "font" 663 | ], 664 | "size": 497, 665 | "date": 1660063513000, 666 | "name": "Font serif-monospace", 667 | "font": "serif-monospace" 668 | }, 669 | { 670 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/font_source-sans-pro.zip", 671 | "author": "RKBDI", 672 | "tags": [ 673 | "font" 674 | ], 675 | "size": 497, 676 | "date": 1660063513000, 677 | "name": "Font source-sans-pro", 678 | "font": "source-sans-pro" 679 | }, 680 | { 681 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/glyph.zip", 682 | "author": "RKBDI", 683 | "tags": [ 684 | "icons" 685 | ], 686 | "size": 11521, 687 | "date": 1661264301000, 688 | "name": "Glyph icons" 689 | }, 690 | { 691 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/googleshadow.zip", 692 | "author": "HrX03", 693 | "tags": [ 694 | "visual" 695 | ], 696 | "size": 23677, 697 | "date": 1664145237000, 698 | "name": "Google Assistant shadow", 699 | "description": "fancy" 700 | }, 701 | { 702 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/iconifybsicons.zip", 703 | "author": "iconify", 704 | "tags": [ 705 | "icons" 706 | ], 707 | "size": 13459, 708 | "date": 1660506767000, 709 | "name": "Bootstrap icons" 710 | }, 711 | { 712 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/ios_alt_icons.zip", 713 | "author": "RKBDI", 714 | "tags": [ 715 | "icons" 716 | ], 717 | "size": 16376, 718 | "date": 1661368287000, 719 | "name": "iOS icons ALT" 720 | }, 721 | { 722 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/ios_icons.zip", 723 | "author": "RKBDI", 724 | "tags": [ 725 | "icons" 726 | ], 727 | "size": 7879, 728 | "date": 1659724524000, 729 | "name": "iOS icons" 730 | }, 731 | { 732 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/low_pixel_2_icons.zip", 733 | "author": "RKBDI", 734 | "tags": [ 735 | "icons" 736 | ], 737 | "size": 4764, 738 | "date": 1661264301000, 739 | "name": "Low pixel 2" 740 | }, 741 | { 742 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/low_pixel_icons.zip", 743 | "author": "RKBDI", 744 | "tags": [ 745 | "icons" 746 | ], 747 | "size": 3810, 748 | "date": 1659900111000, 749 | "name": "Low pixel icons" 750 | }, 751 | { 752 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/lumiq_icons.zip", 753 | "author": "RKBDI", 754 | "tags": [ 755 | "icons" 756 | ], 757 | "size": 7655, 758 | "date": 1675201906000, 759 | "name": "lumiq icons" 760 | }, 761 | { 762 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/material_io_icons.zip", 763 | "author": "RKBDI", 764 | "tags": [ 765 | "icons" 766 | ], 767 | "size": 5598, 768 | "date": 1659728201000, 769 | "name": "material io icons" 770 | }, 771 | { 772 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/mdalt.zip", 773 | "author": "RKBDI", 774 | "tags": [ 775 | "icons" 776 | ], 777 | "size": 13692, 778 | "date": 1661369749000, 779 | "name": "Material alt icons" 780 | }, 781 | { 782 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/mds_bold.zip", 783 | "author": "RKBDI", 784 | "tags": [ 785 | "icons" 786 | ], 787 | "size": 16171, 788 | "date": 1660218821000, 789 | "name": "Material Symbols bold icons" 790 | }, 791 | { 792 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/mds_bold_round.zip", 793 | "author": "RKBDI", 794 | "tags": [ 795 | "icons" 796 | ], 797 | "size": 18321, 798 | "date": 1660218821000, 799 | "name": "Material Symbols bold rounded icons" 800 | }, 801 | { 802 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/mds_filled.zip", 803 | "author": "RKBDI", 804 | "tags": [ 805 | "icons" 806 | ], 807 | "size": 13590, 808 | "date": 1660218821000, 809 | "name": "Material Symbols filled icons" 810 | }, 811 | { 812 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/mds_icons.zip", 813 | "author": "RKBDI", 814 | "tags": [ 815 | "icons" 816 | ], 817 | "size": 15444, 818 | "date": 1660218821000, 819 | "name": "Material Symbols icons" 820 | }, 821 | { 822 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/mds_light.zip", 823 | "author": "RKBDI", 824 | "tags": [ 825 | "icons" 826 | ], 827 | "size": 13791, 828 | "date": 1660218821000, 829 | "name": "Material Symbols light icons" 830 | }, 831 | { 832 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/mds_regular.zip", 833 | "author": "RKBDI", 834 | "tags": [ 835 | "icons" 836 | ], 837 | "size": 14791, 838 | "date": 1660218067000, 839 | "name": "Material Symbols regular" 840 | }, 841 | { 842 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/mds_round.zip", 843 | "author": "RKBDI", 844 | "tags": [ 845 | "icons" 846 | ], 847 | "size": 16287, 848 | "date": 1660218821000, 849 | "name": "Material Symbols round icons" 850 | }, 851 | { 852 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/mds_thin.zip", 853 | "author": "RKBDI", 854 | "tags": [ 855 | "icons" 856 | ], 857 | "size": 14067, 858 | "date": 1660218821000, 859 | "name": "Material Symbols thin icons" 860 | }, 861 | { 862 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/ndoticons.zip", 863 | "author": "RKBDI", 864 | "tags": [ 865 | "icons" 866 | ], 867 | "size": 10724, 868 | "date": 1661368287000, 869 | "name": "Nothing Dots icons" 870 | }, 871 | { 872 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/new_access_point_icon_bg_remover.zip", 873 | "author": "RKBDI", 874 | "tags": [ 875 | "visual" 876 | ], 877 | "size": 423, 878 | "date": 1669070503000, 879 | "name": "New access point icon bg remover" 880 | }, 881 | { 882 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/new_access_point_items_fix.zip", 883 | "author": "RKBDI", 884 | "tags": [ 885 | "fix" 886 | ], 887 | "size": 679, 888 | "date": 1660596012000, 889 | "name": "New access point items fix" 890 | }, 891 | { 892 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/new_access_point_items_round.zip", 893 | "author": "RKBDI", 894 | "tags": [ 895 | "visual" 896 | ], 897 | "size": 681, 898 | "date": 1662809259000, 899 | "name": "New access point items round bg" 900 | }, 901 | { 902 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/new_access_point_items_shadow.zip", 903 | "author": "RKBDI", 904 | "tags": [ 905 | "visual" 906 | ], 907 | "size": 425, 908 | "date": 1669068538000, 909 | "name": "New access point items shadow" 910 | }, 911 | { 912 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/new_access_point_items_transparent_bg.zip", 913 | "author": "RKBDI", 914 | "tags": [ 915 | "visual" 916 | ], 917 | "size": 436, 918 | "date": 1662811823000, 919 | "name": "New access points items transparent bg" 920 | }, 921 | { 922 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/ninjaify.zip", 923 | "author": "RKBDI", 924 | "tags": [ 925 | "visual" 926 | ], 927 | "size": 545, 928 | "date": 1659995016000, 929 | "name": "ninjaify (label disabler)" 930 | }, 931 | { 932 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/old_swiftkey_icons.zip", 933 | "author": "RKBDI", 934 | "tags": [ 935 | "icons" 936 | ], 937 | "size": 12661, 938 | "date": 1660228973000, 939 | "name": "Old Swiftkey icons" 940 | }, 941 | { 942 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/overfilled.zip", 943 | "author": "rkbdi", 944 | "tags": [ 945 | "icons" 946 | ], 947 | "size": 13054, 948 | "date": 1661368287000, 949 | "name": "Material Symbol overfilled rounded icons" 950 | }, 951 | { 952 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/pill_popup_fix.zip", 953 | "author": "RKBDI", 954 | "tags": [ 955 | "fix" 956 | ], 957 | "size": 383, 958 | "date": 1659995016000, 959 | "name": "Pill popup fix" 960 | }, 961 | { 962 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/plumpy.zip", 963 | "author": "icon8", 964 | "tags": [ 965 | "icons" 966 | ], 967 | "size": 18538, 968 | "date": 1660218067000, 969 | "name": "plumpy icons" 970 | }, 971 | { 972 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/roundedkeys.zip", 973 | "author": "RKBDI", 974 | "tags": [ 975 | "border" 976 | ], 977 | "size": 410, 978 | "date": 1660497429000, 979 | "name": "rounded keys" 980 | }, 981 | { 982 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/roundeys.zip", 983 | "author": "RKBDI", 984 | "tags": [ 985 | "border" 986 | ], 987 | "size": 483, 988 | "date": 1660497429000, 989 | "name": "round keys" 990 | }, 991 | { 992 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/samsung_icons.zip", 993 | "author": "RKBDI", 994 | "tags": [ 995 | "icons" 996 | ], 997 | "size": 18824, 998 | "date": 1660470583000, 999 | "name": "Samsung Keyboard icons" 1000 | }, 1001 | { 1002 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/smaller_font.zip", 1003 | "author": "RKBDI", 1004 | "tags": [ 1005 | "font" 1006 | ], 1007 | "size": 396, 1008 | "date": 1659900111000, 1009 | "name": "Smaller font" 1010 | }, 1011 | { 1012 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/smartisan_icons.zip", 1013 | "author": "RKBDI", 1014 | "tags": [ 1015 | "icons" 1016 | ], 1017 | "size": 6264, 1018 | "date": 1675201572000, 1019 | "name": "Smartisan icons" 1020 | }, 1021 | { 1022 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/square_keys.zip", 1023 | "author": "RKBDI", 1024 | "tags": [ 1025 | "border" 1026 | ], 1027 | "size": 443, 1028 | "date": 1660047050000, 1029 | "name": "square keys" 1030 | }, 1031 | { 1032 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/swiftkey_icons.zip", 1033 | "author": "RKBDI", 1034 | "tags": [ 1035 | "icons" 1036 | ], 1037 | "size": 4220, 1038 | "date": 1659900111000, 1039 | "name": "swiftkey icons" 1040 | }, 1041 | { 1042 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/top_rounded.zip", 1043 | "author": "RKBDI", 1044 | "tags": [ 1045 | "visual" 1046 | ], 1047 | "size": 527, 1048 | "date": 1660228973000, 1049 | "name": "Top rounded corners" 1050 | }, 1051 | { 1052 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/topshadow.zip", 1053 | "author": "RKBDI", 1054 | "tags": [ 1055 | "visual" 1056 | ], 1057 | "size": 569, 1058 | "date": 1660572392000, 1059 | "name": "Top shadow disabler" 1060 | }, 1061 | { 1062 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/topshadowtest.zip", 1063 | "author": "RKBDI", 1064 | "tags": [ 1065 | "visual" 1066 | ], 1067 | "size": 150778, 1068 | "date": 1660829793000, 1069 | "name": "Top shadow fire TEST" 1070 | }, 1071 | { 1072 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/twotoneicons.zip", 1073 | "author": "RKBDI", 1074 | "tags": [ 1075 | "icons" 1076 | ], 1077 | "size": 14448, 1078 | "date": 1660470583000, 1079 | "name": "Material Symbol two-tone icons" 1080 | }, 1081 | { 1082 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/unicons.zip", 1083 | "author": "Iconscout", 1084 | "tags": [ 1085 | "icons" 1086 | ], 1087 | "size": 11484, 1088 | "date": 1660506767000, 1089 | "name": "Unicons icons" 1090 | }, 1091 | { 1092 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/unify_body_with_header_border.zip", 1093 | "author": "RKBDI", 1094 | "tags": [ 1095 | "visual" 1096 | ], 1097 | "size": 719, 1098 | "date": 1668959133000, 1099 | "name": "Header in body color" 1100 | }, 1101 | { 1102 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/veu_icons.zip", 1103 | "author": "RKBDI", 1104 | "tags": [ 1105 | "icons" 1106 | ], 1107 | "size": 6917, 1108 | "date": 1675201906000, 1109 | "name": "veu icons" 1110 | }, 1111 | { 1112 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/veu_outline_icons.zip", 1113 | "author": "RKBDI", 1114 | "tags": [ 1115 | "icons" 1116 | ], 1117 | "size": 6744, 1118 | "date": 1675201906000, 1119 | "name": "veu outline icons" 1120 | }, 1121 | { 1122 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/xiaomi_icons.zip", 1123 | "author": "RKBDI", 1124 | "tags": [ 1125 | "icons" 1126 | ], 1127 | "size": 7681, 1128 | "date": 1675201906000, 1129 | "name": "xiaomi icons" 1130 | }, 1131 | { 1132 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/xiaomi_layout.zip", 1133 | "author": "RKBDI", 1134 | "tags": [ 1135 | "layout" 1136 | ], 1137 | "size": 420, 1138 | "date": 1659900111000, 1139 | "name": "xiaomi layout" 1140 | }, 1141 | { 1142 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/xperia_icons.zip", 1143 | "author": "RKBDI", 1144 | "tags": [ 1145 | "icons" 1146 | ], 1147 | "size": 9144, 1148 | "date": 1659902318000, 1149 | "name": "xperia icons" 1150 | }, 1151 | { 1152 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/xperia_layout.zip", 1153 | "author": "RKBDI", 1154 | "tags": [ 1155 | "layout" 1156 | ], 1157 | "size": 412, 1158 | "date": 1659902318000, 1159 | "name": "xperia layout" 1160 | }, 1161 | { 1162 | "url": "https://github.com/GboardThemes/Patches/raw/master/patches/yandex.zip", 1163 | "author": "RKBDI", 1164 | "tags": [ 1165 | "icons" 1166 | ], 1167 | "size": 13068, 1168 | "date": 1660227838000, 1169 | "name": "Yandex icons" 1170 | } 1171 | ] -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- 1 | # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. 2 | # yarn lockfile v1 3 | 4 | 5 | adm-zip@^0.5.9: 6 | version "0.5.9" 7 | resolved "https://registry.yarnpkg.com/adm-zip/-/adm-zip-0.5.9.tgz#b33691028333821c0cf95c31374c5462f2905a83" 8 | integrity sha512-s+3fXLkeeLjZ2kLjCBwQufpI5fuN+kIGBxu6530nVQZGVol0d7Y/M88/xw9HGGUcJjKf8LutN3VPRUBq6N7Ajg== 9 | 10 | arr-diff@^4.0.0: 11 | version "4.0.0" 12 | resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" 13 | integrity sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA== 14 | 15 | arr-flatten@^1.1.0: 16 | version "1.1.0" 17 | resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" 18 | integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== 19 | 20 | arr-union@^3.1.0: 21 | version "3.1.0" 22 | resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" 23 | integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q== 24 | 25 | array-unique@^0.3.2: 26 | version "0.3.2" 27 | resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" 28 | integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ== 29 | 30 | assign-symbols@^1.0.0: 31 | version "1.0.0" 32 | resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" 33 | integrity sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw== 34 | 35 | atob@^2.1.2: 36 | version "2.1.2" 37 | resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" 38 | integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== 39 | 40 | balanced-match@^1.0.0: 41 | version "1.0.2" 42 | resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" 43 | integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== 44 | 45 | base@^0.11.1: 46 | version "0.11.2" 47 | resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" 48 | integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== 49 | dependencies: 50 | cache-base "^1.0.1" 51 | class-utils "^0.3.5" 52 | component-emitter "^1.2.1" 53 | define-property "^1.0.0" 54 | isobject "^3.0.1" 55 | mixin-deep "^1.2.0" 56 | pascalcase "^0.1.1" 57 | 58 | brace-expansion@^1.1.7: 59 | version "1.1.11" 60 | resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" 61 | integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== 62 | dependencies: 63 | balanced-match "^1.0.0" 64 | concat-map "0.0.1" 65 | 66 | braces@^2.3.1: 67 | version "2.3.2" 68 | resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" 69 | integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== 70 | dependencies: 71 | arr-flatten "^1.1.0" 72 | array-unique "^0.3.2" 73 | extend-shallow "^2.0.1" 74 | fill-range "^4.0.0" 75 | isobject "^3.0.1" 76 | repeat-element "^1.1.2" 77 | snapdragon "^0.8.1" 78 | snapdragon-node "^2.0.1" 79 | split-string "^3.0.2" 80 | to-regex "^3.0.1" 81 | 82 | cache-base@^1.0.1: 83 | version "1.0.1" 84 | resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" 85 | integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== 86 | dependencies: 87 | collection-visit "^1.0.0" 88 | component-emitter "^1.2.1" 89 | get-value "^2.0.6" 90 | has-value "^1.0.0" 91 | isobject "^3.0.1" 92 | set-value "^2.0.0" 93 | to-object-path "^0.3.0" 94 | union-value "^1.0.0" 95 | unset-value "^1.0.0" 96 | 97 | class-utils@^0.3.5: 98 | version "0.3.6" 99 | resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" 100 | integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== 101 | dependencies: 102 | arr-union "^3.1.0" 103 | define-property "^0.2.5" 104 | isobject "^3.0.0" 105 | static-extend "^0.1.1" 106 | 107 | collection-visit@^1.0.0: 108 | version "1.0.0" 109 | resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" 110 | integrity sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw== 111 | dependencies: 112 | map-visit "^1.0.0" 113 | object-visit "^1.0.0" 114 | 115 | component-emitter@^1.2.1: 116 | version "1.3.0" 117 | resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" 118 | integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== 119 | 120 | concat-map@0.0.1: 121 | version "0.0.1" 122 | resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" 123 | integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== 124 | 125 | copy-descriptor@^0.1.0: 126 | version "0.1.1" 127 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" 128 | integrity sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw== 129 | 130 | debug@^2.2.0, debug@^2.3.3: 131 | version "2.6.9" 132 | resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" 133 | integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== 134 | dependencies: 135 | ms "2.0.0" 136 | 137 | debug@^4.1.1: 138 | version "4.3.4" 139 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" 140 | integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== 141 | dependencies: 142 | ms "2.1.2" 143 | 144 | decode-uri-component@^0.2.0: 145 | version "0.2.0" 146 | resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" 147 | integrity sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og== 148 | 149 | define-property@^0.2.5: 150 | version "0.2.5" 151 | resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" 152 | integrity sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA== 153 | dependencies: 154 | is-descriptor "^0.1.0" 155 | 156 | define-property@^1.0.0: 157 | version "1.0.0" 158 | resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" 159 | integrity sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA== 160 | dependencies: 161 | is-descriptor "^1.0.0" 162 | 163 | define-property@^2.0.2: 164 | version "2.0.2" 165 | resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" 166 | integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== 167 | dependencies: 168 | is-descriptor "^1.0.2" 169 | isobject "^3.0.1" 170 | 171 | detect-file@^1.0.0: 172 | version "1.0.0" 173 | resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" 174 | integrity sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q== 175 | 176 | expand-brackets@^2.1.4: 177 | version "2.1.4" 178 | resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" 179 | integrity sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA== 180 | dependencies: 181 | debug "^2.3.3" 182 | define-property "^0.2.5" 183 | extend-shallow "^2.0.1" 184 | posix-character-classes "^0.1.0" 185 | regex-not "^1.0.0" 186 | snapdragon "^0.8.1" 187 | to-regex "^3.0.1" 188 | 189 | expand-tilde@^2.0.0, expand-tilde@^2.0.2: 190 | version "2.0.2" 191 | resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502" 192 | integrity sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw== 193 | dependencies: 194 | homedir-polyfill "^1.0.1" 195 | 196 | extend-shallow@^2.0.1: 197 | version "2.0.1" 198 | resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" 199 | integrity sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug== 200 | dependencies: 201 | is-extendable "^0.1.0" 202 | 203 | extend-shallow@^3.0.0, extend-shallow@^3.0.2: 204 | version "3.0.2" 205 | resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" 206 | integrity sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q== 207 | dependencies: 208 | assign-symbols "^1.0.0" 209 | is-extendable "^1.0.1" 210 | 211 | extglob@^2.0.4: 212 | version "2.0.4" 213 | resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" 214 | integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== 215 | dependencies: 216 | array-unique "^0.3.2" 217 | define-property "^1.0.0" 218 | expand-brackets "^2.1.4" 219 | extend-shallow "^2.0.1" 220 | fragment-cache "^0.2.1" 221 | regex-not "^1.0.0" 222 | snapdragon "^0.8.1" 223 | to-regex "^3.0.1" 224 | 225 | fill-range@^4.0.0: 226 | version "4.0.0" 227 | resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" 228 | integrity sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ== 229 | dependencies: 230 | extend-shallow "^2.0.1" 231 | is-number "^3.0.0" 232 | repeat-string "^1.6.1" 233 | to-regex-range "^2.1.0" 234 | 235 | findup-sync@^2.0.0: 236 | version "2.0.0" 237 | resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc" 238 | integrity sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g== 239 | dependencies: 240 | detect-file "^1.0.0" 241 | is-glob "^3.1.0" 242 | micromatch "^3.0.4" 243 | resolve-dir "^1.0.1" 244 | 245 | for-in@^1.0.2: 246 | version "1.0.2" 247 | resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" 248 | integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ== 249 | 250 | fragment-cache@^0.2.1: 251 | version "0.2.1" 252 | resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" 253 | integrity sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA== 254 | dependencies: 255 | map-cache "^0.2.2" 256 | 257 | fs.realpath@^1.0.0: 258 | version "1.0.0" 259 | resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" 260 | integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== 261 | 262 | get-value@^2.0.3, get-value@^2.0.6: 263 | version "2.0.6" 264 | resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" 265 | integrity sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA== 266 | 267 | git-branch@^2.0.1: 268 | version "2.0.1" 269 | resolved "https://registry.yarnpkg.com/git-branch/-/git-branch-2.0.1.tgz#442724a97574c66ede4290ded75b7430785da08f" 270 | integrity sha512-jMCT1kjXvsUdZKQd2p8E1uZhKsIuR1pnHgcDYQpQiXBtzE9cmYGvOcCSGqqi58x0B9CPS0lUSu/yti866est8g== 271 | dependencies: 272 | findup-sync "^2.0.0" 273 | 274 | git-config-path@^2.0.0: 275 | version "2.0.0" 276 | resolved "https://registry.yarnpkg.com/git-config-path/-/git-config-path-2.0.0.tgz#62633d61af63af4405a5024efd325762f58a181b" 277 | integrity sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA== 278 | 279 | gitlog@^4.0.4: 280 | version "4.0.4" 281 | resolved "https://registry.yarnpkg.com/gitlog/-/gitlog-4.0.4.tgz#8da6c08748dc290eb6c2fc11e3c505fb73715564" 282 | integrity sha512-jeY2kO7CVyTa6cUM7ZD2ZxIyBkna1xvW2esV/3o8tbhiUneX1UBQCH4D9aMrHgGiohBjyXbuZogyjKXslnY5Yg== 283 | dependencies: 284 | debug "^4.1.1" 285 | tslib "^1.14.1" 286 | 287 | glob@^7.1.3: 288 | version "7.2.3" 289 | resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b" 290 | integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== 291 | dependencies: 292 | fs.realpath "^1.0.0" 293 | inflight "^1.0.4" 294 | inherits "2" 295 | minimatch "^3.1.1" 296 | once "^1.3.0" 297 | path-is-absolute "^1.0.0" 298 | 299 | global-modules@^1.0.0: 300 | version "1.0.0" 301 | resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" 302 | integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg== 303 | dependencies: 304 | global-prefix "^1.0.1" 305 | is-windows "^1.0.1" 306 | resolve-dir "^1.0.0" 307 | 308 | global-prefix@^1.0.1: 309 | version "1.0.2" 310 | resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe" 311 | integrity sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg== 312 | dependencies: 313 | expand-tilde "^2.0.2" 314 | homedir-polyfill "^1.0.1" 315 | ini "^1.3.4" 316 | is-windows "^1.0.1" 317 | which "^1.2.14" 318 | 319 | has-value@^0.3.1: 320 | version "0.3.1" 321 | resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" 322 | integrity sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q== 323 | dependencies: 324 | get-value "^2.0.3" 325 | has-values "^0.1.4" 326 | isobject "^2.0.0" 327 | 328 | has-value@^1.0.0: 329 | version "1.0.0" 330 | resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" 331 | integrity sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw== 332 | dependencies: 333 | get-value "^2.0.6" 334 | has-values "^1.0.0" 335 | isobject "^3.0.0" 336 | 337 | has-values@^0.1.4: 338 | version "0.1.4" 339 | resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" 340 | integrity sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ== 341 | 342 | has-values@^1.0.0: 343 | version "1.0.0" 344 | resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" 345 | integrity sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ== 346 | dependencies: 347 | is-number "^3.0.0" 348 | kind-of "^4.0.0" 349 | 350 | homedir-polyfill@^1.0.1: 351 | version "1.0.3" 352 | resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8" 353 | integrity sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA== 354 | dependencies: 355 | parse-passwd "^1.0.0" 356 | 357 | inflight@^1.0.4: 358 | version "1.0.6" 359 | resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" 360 | integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== 361 | dependencies: 362 | once "^1.3.0" 363 | wrappy "1" 364 | 365 | inherits@2: 366 | version "2.0.4" 367 | resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" 368 | integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== 369 | 370 | ini@^1.3.4, ini@^1.3.5: 371 | version "1.3.8" 372 | resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c" 373 | integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== 374 | 375 | is-accessor-descriptor@^0.1.6: 376 | version "0.1.6" 377 | resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" 378 | integrity sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A== 379 | dependencies: 380 | kind-of "^3.0.2" 381 | 382 | is-accessor-descriptor@^1.0.0: 383 | version "1.0.0" 384 | resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" 385 | integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== 386 | dependencies: 387 | kind-of "^6.0.0" 388 | 389 | is-buffer@^1.1.5: 390 | version "1.1.6" 391 | resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" 392 | integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== 393 | 394 | is-data-descriptor@^0.1.4: 395 | version "0.1.4" 396 | resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" 397 | integrity sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg== 398 | dependencies: 399 | kind-of "^3.0.2" 400 | 401 | is-data-descriptor@^1.0.0: 402 | version "1.0.0" 403 | resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" 404 | integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== 405 | dependencies: 406 | kind-of "^6.0.0" 407 | 408 | is-descriptor@^0.1.0: 409 | version "0.1.6" 410 | resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" 411 | integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== 412 | dependencies: 413 | is-accessor-descriptor "^0.1.6" 414 | is-data-descriptor "^0.1.4" 415 | kind-of "^5.0.0" 416 | 417 | is-descriptor@^1.0.0, is-descriptor@^1.0.2: 418 | version "1.0.2" 419 | resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" 420 | integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== 421 | dependencies: 422 | is-accessor-descriptor "^1.0.0" 423 | is-data-descriptor "^1.0.0" 424 | kind-of "^6.0.2" 425 | 426 | is-extendable@^0.1.0, is-extendable@^0.1.1: 427 | version "0.1.1" 428 | resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" 429 | integrity sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw== 430 | 431 | is-extendable@^1.0.1: 432 | version "1.0.1" 433 | resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" 434 | integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== 435 | dependencies: 436 | is-plain-object "^2.0.4" 437 | 438 | is-extglob@^2.1.0: 439 | version "2.1.1" 440 | resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" 441 | integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== 442 | 443 | is-glob@^3.1.0: 444 | version "3.1.0" 445 | resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a" 446 | integrity sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw== 447 | dependencies: 448 | is-extglob "^2.1.0" 449 | 450 | is-number@^3.0.0: 451 | version "3.0.0" 452 | resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" 453 | integrity sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg== 454 | dependencies: 455 | kind-of "^3.0.2" 456 | 457 | is-plain-object@^2.0.3, is-plain-object@^2.0.4: 458 | version "2.0.4" 459 | resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" 460 | integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== 461 | dependencies: 462 | isobject "^3.0.1" 463 | 464 | is-windows@^1.0.1, is-windows@^1.0.2: 465 | version "1.0.2" 466 | resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" 467 | integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== 468 | 469 | isarray@1.0.0: 470 | version "1.0.0" 471 | resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" 472 | integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== 473 | 474 | isexe@^2.0.0: 475 | version "2.0.0" 476 | resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" 477 | integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== 478 | 479 | isobject@^2.0.0: 480 | version "2.1.0" 481 | resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" 482 | integrity sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA== 483 | dependencies: 484 | isarray "1.0.0" 485 | 486 | isobject@^3.0.0, isobject@^3.0.1: 487 | version "3.0.1" 488 | resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" 489 | integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== 490 | 491 | kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: 492 | version "3.2.2" 493 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" 494 | integrity sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ== 495 | dependencies: 496 | is-buffer "^1.1.5" 497 | 498 | kind-of@^4.0.0: 499 | version "4.0.0" 500 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" 501 | integrity sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw== 502 | dependencies: 503 | is-buffer "^1.1.5" 504 | 505 | kind-of@^5.0.0: 506 | version "5.1.0" 507 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" 508 | integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== 509 | 510 | kind-of@^6.0.0, kind-of@^6.0.2: 511 | version "6.0.3" 512 | resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" 513 | integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== 514 | 515 | map-cache@^0.2.2: 516 | version "0.2.2" 517 | resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" 518 | integrity sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg== 519 | 520 | map-visit@^1.0.0: 521 | version "1.0.0" 522 | resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" 523 | integrity sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w== 524 | dependencies: 525 | object-visit "^1.0.0" 526 | 527 | micromatch@^3.0.4: 528 | version "3.1.10" 529 | resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" 530 | integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== 531 | dependencies: 532 | arr-diff "^4.0.0" 533 | array-unique "^0.3.2" 534 | braces "^2.3.1" 535 | define-property "^2.0.2" 536 | extend-shallow "^3.0.2" 537 | extglob "^2.0.4" 538 | fragment-cache "^0.2.1" 539 | kind-of "^6.0.2" 540 | nanomatch "^1.2.9" 541 | object.pick "^1.3.0" 542 | regex-not "^1.0.0" 543 | snapdragon "^0.8.1" 544 | to-regex "^3.0.2" 545 | 546 | minimatch@^3.1.1: 547 | version "3.1.2" 548 | resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" 549 | integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== 550 | dependencies: 551 | brace-expansion "^1.1.7" 552 | 553 | mixin-deep@^1.2.0: 554 | version "1.3.2" 555 | resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" 556 | integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== 557 | dependencies: 558 | for-in "^1.0.2" 559 | is-extendable "^1.0.1" 560 | 561 | ms@2.0.0: 562 | version "2.0.0" 563 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" 564 | integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== 565 | 566 | ms@2.1.2: 567 | version "2.1.2" 568 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" 569 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== 570 | 571 | nanomatch@^1.2.9: 572 | version "1.2.13" 573 | resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" 574 | integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== 575 | dependencies: 576 | arr-diff "^4.0.0" 577 | array-unique "^0.3.2" 578 | define-property "^2.0.2" 579 | extend-shallow "^3.0.2" 580 | fragment-cache "^0.2.1" 581 | is-windows "^1.0.2" 582 | kind-of "^6.0.2" 583 | object.pick "^1.3.0" 584 | regex-not "^1.0.0" 585 | snapdragon "^0.8.1" 586 | to-regex "^3.0.1" 587 | 588 | object-copy@^0.1.0: 589 | version "0.1.0" 590 | resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" 591 | integrity sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ== 592 | dependencies: 593 | copy-descriptor "^0.1.0" 594 | define-property "^0.2.5" 595 | kind-of "^3.0.3" 596 | 597 | object-visit@^1.0.0: 598 | version "1.0.1" 599 | resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" 600 | integrity sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA== 601 | dependencies: 602 | isobject "^3.0.0" 603 | 604 | object.pick@^1.3.0: 605 | version "1.3.0" 606 | resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" 607 | integrity sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ== 608 | dependencies: 609 | isobject "^3.0.1" 610 | 611 | once@^1.3.0: 612 | version "1.4.0" 613 | resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" 614 | integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== 615 | dependencies: 616 | wrappy "1" 617 | 618 | parse-git-config@^3.0.0: 619 | version "3.0.0" 620 | resolved "https://registry.yarnpkg.com/parse-git-config/-/parse-git-config-3.0.0.tgz#4a2de08c7b74a2555efa5ae94d40cd44302a6132" 621 | integrity sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA== 622 | dependencies: 623 | git-config-path "^2.0.0" 624 | ini "^1.3.5" 625 | 626 | parse-github-url@^1.0.2: 627 | version "1.0.2" 628 | resolved "https://registry.yarnpkg.com/parse-github-url/-/parse-github-url-1.0.2.tgz#242d3b65cbcdda14bb50439e3242acf6971db395" 629 | integrity sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw== 630 | 631 | parse-passwd@^1.0.0: 632 | version "1.0.0" 633 | resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" 634 | integrity sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q== 635 | 636 | pascalcase@^0.1.1: 637 | version "0.1.1" 638 | resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" 639 | integrity sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw== 640 | 641 | path-is-absolute@^1.0.0: 642 | version "1.0.1" 643 | resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" 644 | integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== 645 | 646 | posix-character-classes@^0.1.0: 647 | version "0.1.1" 648 | resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" 649 | integrity sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg== 650 | 651 | regex-not@^1.0.0, regex-not@^1.0.2: 652 | version "1.0.2" 653 | resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" 654 | integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== 655 | dependencies: 656 | extend-shallow "^3.0.2" 657 | safe-regex "^1.1.0" 658 | 659 | remote-origin-url@^2.0.0: 660 | version "2.0.0" 661 | resolved "https://registry.yarnpkg.com/remote-origin-url/-/remote-origin-url-2.0.0.tgz#99c79f6c9c4926e77e840f75f07c2dfa345c6ab8" 662 | integrity sha512-4TKz5bTDEHFzsqgjQZY/NxNqceWhtWD69Fgwetm+172GT2NoljyQssB649ECUBHGhBINuGwKw8mfcjQFugdIlg== 663 | dependencies: 664 | parse-git-config "^3.0.0" 665 | 666 | repeat-element@^1.1.2: 667 | version "1.1.4" 668 | resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9" 669 | integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ== 670 | 671 | repeat-string@^1.6.1: 672 | version "1.6.1" 673 | resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" 674 | integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w== 675 | 676 | resolve-dir@^1.0.0, resolve-dir@^1.0.1: 677 | version "1.0.1" 678 | resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43" 679 | integrity sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg== 680 | dependencies: 681 | expand-tilde "^2.0.0" 682 | global-modules "^1.0.0" 683 | 684 | resolve-url@^0.2.1: 685 | version "0.2.1" 686 | resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" 687 | integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg== 688 | 689 | ret@~0.1.10: 690 | version "0.1.15" 691 | resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" 692 | integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== 693 | 694 | rimraf@^3.0.2: 695 | version "3.0.2" 696 | resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" 697 | integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== 698 | dependencies: 699 | glob "^7.1.3" 700 | 701 | safe-regex@^1.1.0: 702 | version "1.1.0" 703 | resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" 704 | integrity sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg== 705 | dependencies: 706 | ret "~0.1.10" 707 | 708 | set-value@^2.0.0, set-value@^2.0.1: 709 | version "2.0.1" 710 | resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" 711 | integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== 712 | dependencies: 713 | extend-shallow "^2.0.1" 714 | is-extendable "^0.1.1" 715 | is-plain-object "^2.0.3" 716 | split-string "^3.0.1" 717 | 718 | snapdragon-node@^2.0.1: 719 | version "2.1.1" 720 | resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" 721 | integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== 722 | dependencies: 723 | define-property "^1.0.0" 724 | isobject "^3.0.0" 725 | snapdragon-util "^3.0.1" 726 | 727 | snapdragon-util@^3.0.1: 728 | version "3.0.1" 729 | resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" 730 | integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== 731 | dependencies: 732 | kind-of "^3.2.0" 733 | 734 | snapdragon@^0.8.1: 735 | version "0.8.2" 736 | resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" 737 | integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== 738 | dependencies: 739 | base "^0.11.1" 740 | debug "^2.2.0" 741 | define-property "^0.2.5" 742 | extend-shallow "^2.0.1" 743 | map-cache "^0.2.2" 744 | source-map "^0.5.6" 745 | source-map-resolve "^0.5.0" 746 | use "^3.1.0" 747 | 748 | source-map-resolve@^0.5.0: 749 | version "0.5.3" 750 | resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" 751 | integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== 752 | dependencies: 753 | atob "^2.1.2" 754 | decode-uri-component "^0.2.0" 755 | resolve-url "^0.2.1" 756 | source-map-url "^0.4.0" 757 | urix "^0.1.0" 758 | 759 | source-map-url@^0.4.0: 760 | version "0.4.1" 761 | resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" 762 | integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== 763 | 764 | source-map@^0.5.6: 765 | version "0.5.7" 766 | resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" 767 | integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== 768 | 769 | split-string@^3.0.1, split-string@^3.0.2: 770 | version "3.1.0" 771 | resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" 772 | integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== 773 | dependencies: 774 | extend-shallow "^3.0.0" 775 | 776 | static-extend@^0.1.1: 777 | version "0.1.2" 778 | resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" 779 | integrity sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g== 780 | dependencies: 781 | define-property "^0.2.5" 782 | object-copy "^0.1.0" 783 | 784 | to-object-path@^0.3.0: 785 | version "0.3.0" 786 | resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" 787 | integrity sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg== 788 | dependencies: 789 | kind-of "^3.0.2" 790 | 791 | to-regex-range@^2.1.0: 792 | version "2.1.1" 793 | resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" 794 | integrity sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg== 795 | dependencies: 796 | is-number "^3.0.0" 797 | repeat-string "^1.6.1" 798 | 799 | to-regex@^3.0.1, to-regex@^3.0.2: 800 | version "3.0.2" 801 | resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" 802 | integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== 803 | dependencies: 804 | define-property "^2.0.2" 805 | extend-shallow "^3.0.2" 806 | regex-not "^1.0.2" 807 | safe-regex "^1.1.0" 808 | 809 | tslib@^1.14.1: 810 | version "1.14.1" 811 | resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" 812 | integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== 813 | 814 | union-value@^1.0.0: 815 | version "1.0.1" 816 | resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" 817 | integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== 818 | dependencies: 819 | arr-union "^3.1.0" 820 | get-value "^2.0.6" 821 | is-extendable "^0.1.1" 822 | set-value "^2.0.1" 823 | 824 | unset-value@^1.0.0: 825 | version "1.0.0" 826 | resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" 827 | integrity sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ== 828 | dependencies: 829 | has-value "^0.3.1" 830 | isobject "^3.0.0" 831 | 832 | urix@^0.1.0: 833 | version "0.1.0" 834 | resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" 835 | integrity sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg== 836 | 837 | use@^3.1.0: 838 | version "3.1.1" 839 | resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" 840 | integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== 841 | 842 | which@^1.2.14: 843 | version "1.3.1" 844 | resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" 845 | integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== 846 | dependencies: 847 | isexe "^2.0.0" 848 | 849 | wrappy@1: 850 | version "1.0.2" 851 | resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" 852 | integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== 853 | --------------------------------------------------------------------------------