From 45842cefd46fa3e413549bf927054df5b44c39ca Mon Sep 17 00:00:00 2001 From: Vitaly Zdanevich Date: Sat, 19 Jun 2021 14:07:03 +0300 Subject: [PATCH] Migrate to Zola, add meta tags and dark theme support Signed-off-by: Vitaly Zdanevich Signed-off-by: Alexander Borsuk --- .gitignore | 2 + .stylelintrc.json | 3 + AUTHORS.md | 5 + CNAME | 1 - LICENSE | 201 ++ README.md | 106 +- _config.yml | 9 - browserconfig.xml | 9 - config.toml | 12 + content/_index.md | 116 + privacy.md => content/privacy.md | 10 +- terms.md => content/terms.md | 9 +- docs/badges/apple-appstore.png | Bin 26755 -> 0 bytes docs/badges/fdroid.png | Bin 17302 -> 0 bytes docs/badges/google-play.png | Bin 14302 -> 0 bytes manifest.json | 41 - package-lock.json | 2305 +++++++++++++++++ sass/main.scss | 118 + site.webmanifest | 19 - .../apple-touch-icon.png | Bin favicon-16x16.png => static/favicon-16x16.png | Bin favicon-32x32.png => static/favicon-32x32.png | Bin favicon.ico => static/favicon.ico | Bin .../images/android-chrome-192x192.png | Bin .../images/android-chrome-512x512.png | Bin static/images/badges/apple-appstore.svg | 42 + static/images/badges/f-droid.svg | 61 + static/images/badges/googleplay.svg | 60 + .../images}/badges/huawei-appgallery.png | Bin .../images/mstile-150x150.png | Bin {docs => static/images}/privacy/exodus.png | Bin {docs => static/images}/privacy/mm.jpg | Bin {docs => static/images}/privacy/om.jpg | Bin .../images/safari-pinned-tab.svg | 0 .../images/screenshots/dark.jpg | Bin .../images/screenshots/hiking.jpg | Bin .../images/screenshots/prague.jpg | Bin .../images/screenshots/search.jpg | Bin static/manifest.json | 51 + templates/base.html | 59 + templates/index.html | 9 + templates/shortcodes/badge.html | 3 + templates/shortcodes/screenshot.html | 1 + 43 files changed, 3061 insertions(+), 191 deletions(-) create mode 100644 .stylelintrc.json create mode 100644 AUTHORS.md delete mode 100644 CNAME create mode 100644 LICENSE delete mode 100644 _config.yml delete mode 100644 browserconfig.xml create mode 100644 config.toml create mode 100644 content/_index.md rename privacy.md => content/privacy.md (63%) rename terms.md => content/terms.md (84%) delete mode 100644 docs/badges/apple-appstore.png delete mode 100644 docs/badges/fdroid.png delete mode 100644 docs/badges/google-play.png delete mode 100644 manifest.json create mode 100644 package-lock.json create mode 100644 sass/main.scss delete mode 100644 site.webmanifest rename apple-touch-icon.png => static/apple-touch-icon.png (100%) rename favicon-16x16.png => static/favicon-16x16.png (100%) rename favicon-32x32.png => static/favicon-32x32.png (100%) rename favicon.ico => static/favicon.ico (100%) rename android-chrome-192x192.png => static/images/android-chrome-192x192.png (100%) rename android-chrome-512x512.png => static/images/android-chrome-512x512.png (100%) create mode 100644 static/images/badges/apple-appstore.svg create mode 100644 static/images/badges/f-droid.svg create mode 100644 static/images/badges/googleplay.svg rename {docs => static/images}/badges/huawei-appgallery.png (100%) rename mstile-150x150.png => static/images/mstile-150x150.png (100%) rename {docs => static/images}/privacy/exodus.png (100%) rename {docs => static/images}/privacy/mm.jpg (100%) rename {docs => static/images}/privacy/om.jpg (100%) rename safari-pinned-tab.svg => static/images/safari-pinned-tab.svg (100%) rename docs/screenshots/4.jpg => static/images/screenshots/dark.jpg (100%) rename docs/screenshots/1.jpg => static/images/screenshots/hiking.jpg (100%) rename docs/screenshots/2.jpg => static/images/screenshots/prague.jpg (100%) rename docs/screenshots/3.jpg => static/images/screenshots/search.jpg (100%) create mode 100644 static/manifest.json create mode 100644 templates/base.html create mode 100644 templates/index.html create mode 100644 templates/shortcodes/badge.html create mode 100644 templates/shortcodes/screenshot.html diff --git a/.gitignore b/.gitignore index 93bfd12e..dbd5747d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *~ .DS_Store +node_modules +public diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 00000000..40db42c6 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "stylelint-config-standard" +} diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 00000000..04be086c --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,5 @@ +[@biodranik](https://github.com/biodranik) + +[@rtsisyk](https://github.com/rtsisyk) + +[@vitaly-zdanevich](https://github.com/vitaly-zdanevich) diff --git a/CNAME b/CNAME deleted file mode 100644 index 650b107f..00000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -organicmaps.app diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..1eca7f45 --- /dev/null +++ b/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright Organic Maps OÜ + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md index ad28e1c6..84c9e6e9 100644 --- a/README.md +++ b/README.md @@ -1,107 +1,13 @@ # Organic Maps - +This website is build with [Zola](https://www.getzola.org/) and Cloudflare Pages. -**Organic Maps** is an Android & iOS offline maps app -for travelers, tourists, hikers, and cyclists based on top of crowd-sourced -**OpenStreetMap** data and curated with love by **MAPS.ME** founders. +## Development -

- - - - - - - - - - - - -

+Use `zola serve` for a local preview or `zola build` to generate static site in the `public` folder. -

- - - - -

+## Deployment -## Features +Every PR deploys a preview version of the site at unique url. -Organic Maps is the ultimate companion app for travelers, tourists, hikers, and cyclists: - -- Detailed offline maps with places that don't exist on other maps -- Cycling routes, hiking trails, and walking paths -- Contour lines, elevation profiles, peaks, and slopes -- Turn-by-turn walking, cycling, and car navigation with voice guidance -- Fast offline search on the map and bookmarks -- Dark Mode to protect your eyes - -## Why Organic? - -Organic Maps is pure and organic, made with love: - -- Respects your privacy -- Saves your battery -- No unexpected mobile data charges - -Organic Maps is free from trackers and other bad stuff: - -- No ads -- No tracking -- No data collection -- No phoning home -- No annoying registration -- No mandatory tutorials -- No noisy email spam -- No push notifications -- No crapware -- No pesticides - -The application is verified by Exodus Privacy Project: -
- - -Organic Maps doesn't request excessive permissions to spy on you: - -

- - -

- -At Organic Maps, we believe that privacy is a fundamental human right: - -- Organic Maps is an indie community-driven open-source project -- We protect your privacy from Big Tech's prying eyes -- Stay safe no matter wherever you are - -Reject surveillance - embrace your freedom. - -[**Give Organic Maps a try!**](#install) - -## Beta - -Please join our beta program, suggest your features, and report bugs: - -- [iOS Beta (TestFlight)](https://testflight.apple.com/join/lrKCl08I) -- [Android Beta (Firebase)](https://appdistribution.firebase.dev/i/9ec3bca5e2b47373) - -## Community - -Organic Maps is an [open-source software](https://github.com/organicmaps/organicmaps) -licensed under the Apache License 2.0. - -- Report bugs or issues to [the issue tracker](https://github.com/organicmaps/organicmaps/issues) -- [Discuss](https://github.com/organicmaps/organicmaps/discussions/categories/ideas) ideas or propose feature requests -- Subscribe to our [Telegram Channel](https://t.me/OrganicMapsApp) for updates -- Join our [Telegram Group](https://t.me/OrganicMaps) to discuss with other users -- Присоединяйтесь к нашей [русскоязычной группе в Telegram](https://t.me/OrganicMapsRu) для обратной связи и помощи -- Visit our [GitHub page](https://github.com/organicmaps/organicmaps) -- Contact us by [email](mailto:hello@organicmaps.app) - ---- -© 2021 [Organic Maps OÜ](mailto:legal@organicmaps.app), reg. code 16225385 -
-Harju maakond, Tallinn, Kristiine linnaosa, A. H. Tammsaare tee 47, 11316, Estonia +Every merge into the *master* branch deploys changes into the production at https://organicmaps.app diff --git a/_config.yml b/_config.yml deleted file mode 100644 index 5508e613..00000000 --- a/_config.yml +++ /dev/null @@ -1,9 +0,0 @@ -title: Organic Maps -tagline: Fast detailed offline maps for travelers, tourists, hikers and cyclists -description: > - Fast detailed offline maps for travelers, tourists, hikers and cyclists - curated with love by MAPS.ME founders -logo: android-chrome-512x512.png -plugins: - - jekyll-seo-tag - - jekyll-sitemap diff --git a/browserconfig.xml b/browserconfig.xml deleted file mode 100644 index b3930d0f..00000000 --- a/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #da532c - - - diff --git a/config.toml b/config.toml new file mode 100644 index 00000000..3906f48c --- /dev/null +++ b/config.toml @@ -0,0 +1,12 @@ +# The URL the site will be built for +base_url = "https://organicmaps.app" + +# Whether to automatically compile all Sass files in the sass directory +compile_sass = true + +# Whether to build a search index to be used later on by a JavaScript library +build_search_index = false + +[markdown] +external_links_target_blank = true + diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 00000000..ae42a925 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,116 @@ +--- +title: 'Organic Maps: Offline Hike, Bike, Trails and Navigation' +description: Fast detailed offline maps for travelers, tourists, hikers and cyclists, based on OpenStreetMap and curated with love by MapsWithMe founders. + +page_template: index.html +--- + +**Organic Maps** is an Android & iOS offline maps app +for travelers, tourists, hikers, and cyclists based on top of crowd-sourced +**OpenStreetMap** data and curated with love by **MapsWithMe** founders. + +

+ {{ badge(url='https://apps.apple.com/app/organic-maps/id1567437057', img='apple-appstore.svg', title='Install Organic Maps from the AppStore') }} + + {{ badge(url='https://play.google.com/store/apps/details?id=app.organicmaps', img='googleplay.svg', title='Install Organic Maps from Google Play') }} + + {{ badge(url='https://f-droid.org/en/packages/app.organicmaps/', img='f-droid.svg', title='Install Organic Maps from F-Droid') }} + + {{ badge(url='https://appgallery.huawei.com/#/app/C104325611', img='huawei-appgallery.png', title='Install Organic Maps from Huawei AppGallery') }} +

+ + +{{ screenshot(src='images/screenshots/hiking.jpg', alt='Hiking') }} +{{ screenshot(src='images/screenshots/prague.jpg', alt='Prague') }} +{{ screenshot(src='images/screenshots/search.jpg', alt='Offline Search') }} +{{ screenshot(src='images/screenshots/dark.jpg', alt='Navigation in dark mode') }} + +## Features + +Organic Maps is the ultimate companion app for travelers, tourists, hikers, and cyclists: + +- Detailed offline maps with places that don't exist on other maps +- Cycling routes, hiking trails, and walking paths +- Contour lines, elevation profiles, peaks, and slopes +- Turn-by-turn walking, cycling, and car navigation with voice guidance +- Fast offline search on the map and bookmarks +- Dark Mode to protect your eyes + +## Why Organic? + +Organic Maps is pure and organic, made with love: + +- Respects your privacy +- Saves your battery +- No unexpected mobile data charges + +Organic Maps is free from trackers and other bad stuff: + +- No ads +- No tracking +- No data collection +- No phoning home +- No annoying registration +- No mandatory tutorials +- No noisy email spam +- No push notifications +- No crapware +- ~~No pesticides~~ + +The application is verified by Exodus Privacy Project: +
+ + +Organic Maps doesn't request excessive permissions to spy on you: + + + + +At Organic Maps, we believe that privacy is a fundamental human right: + +- Organic Maps is an indie community-driven open-source project +- We protect your privacy from Big Tech's prying eyes +- Stay safe no matter wherever you are + +Reject surveillance - embrace your freedom. + +[**Give Organic Maps a try!**](#install) + +## Beta + +Please join our beta program, suggest your features, and report bugs: + +- [iOS Beta (TestFlight)](https://testflight.apple.com/join/lrKCl08I) +- [Android Beta (Firebase)](https://appdistribution.firebase.dev/i/9ec3bca5e2b47373) + +## Community + +Organic Maps is an [open-source software](https://github.com/organicmaps/organicmaps) +licensed under the Apache License 2.0. + +- Report bugs or issues to [the issue tracker](https://github.com/organicmaps/organicmaps/issues) +- [Discuss](https://github.com/organicmaps/organicmaps/discussions/categories/ideas) ideas or propose feature requests +- Subscribe to our [Telegram Channel](https://t.me/OrganicMapsApp) for updates +- Join our [Telegram Group](https://t.me/OrganicMaps) to discuss with other users +- Присоединяйтесь к нашей [русскоязычной группе в Telegram](https://t.me/OrganicMapsRu) для обратной связи и помощи +- Visit our [GitHub page](https://github.com/organicmaps/organicmaps) +- Contact us by [email](mailto:hello@organicmaps.app) + + + + + diff --git a/privacy.md b/content/privacy.md similarity index 63% rename from privacy.md rename to content/privacy.md index d8ed160f..e2c5d966 100644 --- a/privacy.md +++ b/content/privacy.md @@ -1,4 +1,7 @@ -# Privacy Policy ++++ +title = 'Organic Map: Privacy Policy' +description = 'No tracking, no ads, no data collection, no spyware' ++++ Organic Maps respects your privacy and DO NOT TRACK YOU. @@ -12,8 +15,3 @@ If you have any questions or suggestions, please contact us at [legal@organicmaps.app](mailto:legal@organicmaps.app). This policy is effective as of 2021-04-24. - ---- -© 2021 [Organic Maps OÜ](mailto:legal@organicmaps.app), reg. code 16225385 -
-Harju maakond, Tallinn, Kristiine linnaosa, A. H. Tammsaare tee 47, 11316, Estonia diff --git a/terms.md b/content/terms.md similarity index 84% rename from terms.md rename to content/terms.md index 957fd623..bcae6bdc 100644 --- a/terms.md +++ b/content/terms.md @@ -1,4 +1,6 @@ -# Terms ++++ +title = 'Organic Maps: terms' ++++ This app is licensed under the Apache License, Version 2.0 (the "License"); you may not use this application except in compliance with the License. @@ -20,8 +22,3 @@ See also [data/copyright.html](https://github.com/organicmaps/organicmaps/blob/m file for a full list of copyright notices. If you have any questions or suggestions, please contact us at [legal@organicmaps.app](mailto:legal@organicmaps.app). - ---- -© 2021 [Organic Maps OÜ](mailto:legal@organicmaps.app), reg. code 16225385 -
-Harju maakond, Tallinn, Kristiine linnaosa, A. H. Tammsaare tee 47, 11316, Estonia diff --git a/docs/badges/apple-appstore.png b/docs/badges/apple-appstore.png deleted file mode 100644 index 31351fa58404eb155bc2f5559bdc7b15fab183e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 26755 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 K{5v_*fd2u5#5m3X diff --git a/docs/badges/fdroid.png b/docs/badges/fdroid.png deleted file mode 100644 index c1fc8492a9071e39a5df2ce92a315546609c3c7f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17302 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.9.0" + } + }, + "@stylelint/postcss-markdown": { + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz", + "integrity": "sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==", + "dev": true, + "requires": { + "remark": "^13.0.0", + "unist-util-find-all-after": "^3.0.2" + } + }, + "@types/mdast": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.3.tgz", + "integrity": "sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==", + "dev": true, + "requires": { + "@types/unist": "*" + } + }, + "@types/minimist": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz", + "integrity": "sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==", + "dev": true + }, + "@types/normalize-package-data": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz", + "integrity": "sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==", + "dev": true + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "@types/unist": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.3.tgz", + "integrity": "sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==", + "dev": true + }, + "ajv": { + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.0.tgz", + "integrity": "sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "dev": true + }, + "astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true + }, + "autoprefixer": { + "version": "9.8.6", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.6.tgz", + "integrity": "sha512-XrvP4VVHdRBCdX1S3WXVD8+RyG9qeb1D5Sn1DeLiG2xfSpzellk5k54xbUERJ3M5DggQxes39UGOTP8CFrEGbg==", + "dev": true, + "requires": { + "browserslist": "^4.12.0", + "caniuse-lite": "^1.0.30001109", + "colorette": "^1.2.1", + "normalize-range": "^0.1.2", + "num2fraction": "^1.2.2", + "postcss": "^7.0.32", + "postcss-value-parser": "^4.1.0" + } + }, + "bail": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", + "dev": true + }, + "balanced-match": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", + "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + }, + "dependencies": { + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + } + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "browserslist": { + "version": "4.16.6", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz", + "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001219", + "colorette": "^1.2.2", + "electron-to-chromium": "^1.3.723", + "escalade": "^3.1.1", + "node-releases": "^1.1.71" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "camelcase-keys": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", + "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", + "dev": true, + "requires": { + "camelcase": "^5.3.1", + "map-obj": "^4.0.0", + "quick-lru": "^4.0.1" + } + }, + "caniuse-lite": { + "version": "1.0.30001241", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001241.tgz", + "integrity": "sha512-1uoSZ1Pq1VpH0WerIMqwptXHNNGfdl7d1cJUFs80CwQ/lVzdhTvsFZCeNFslze7AjsQnb4C85tzclPa1VShbeQ==", + "dev": true + }, + "chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "character-entities": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", + "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", + "dev": true + }, + "character-entities-legacy": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", + "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", + "dev": true + }, + "character-reference-invalid": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", + "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", + "dev": true + }, + "clone-regexp": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-2.2.0.tgz", + "integrity": "sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==", + "dev": true, + "requires": { + "is-regexp": "^2.0.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "colorette": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz", + "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "cosmiconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", + "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", + "dev": true, + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + } + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "decamelize-keys": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", + "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", + "dev": true, + "requires": { + "decamelize": "^1.1.0", + "map-obj": "^1.0.0" + }, + "dependencies": { + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true + } + } + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + } + }, + "dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + }, + "dependencies": { + "domelementtype": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "dev": true + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + } + } + }, + "domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==", + "dev": true + }, + "domhandler": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", + "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", + "dev": true, + "requires": { + "domelementtype": "1" + } + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dev": true, + "requires": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "electron-to-chromium": { + "version": "1.3.762", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.762.tgz", + "integrity": "sha512-LehWjRpfPcK8F1Lf/NZoAwWLWnjJVo0SZeQ9j/tvnBWYcT99qDqgo4raAfS2oTKZjPrR/jxruh85DGgDUmywEA==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "entities": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", + "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==", + "dev": true + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "execall": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz", + "integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==", + "dev": true, + "requires": { + "clone-regexp": "^2.1.0" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "fast-glob": { + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.6.tgz", + "integrity": "sha512-GnLuqj/pvQ7pX8/L4J84nijv6sAnlwvSDpMkJi9i7nPmPxGtRPkBSStfvDW5l6nMdX9VWe+pkKWFTgD+vF2QSQ==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, + "fastest-levenshtein": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz", + "integrity": "sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==", + "dev": true + }, + "fastq": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz", + "integrity": "sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dev": true, + "requires": { + "flat-cache": "^3.0.4" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dev": true, + "requires": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.1.1.tgz", + "integrity": "sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true + }, + "get-stdin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==", + "dev": true + }, + "glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "dev": true, + "requires": { + "global-prefix": "^3.0.0" + } + }, + "global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "dev": true, + "requires": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "globby": { + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", + "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + } + }, + "globjoin": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", + "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=", + "dev": true + }, + "gonzales-pe": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz", + "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "hard-rejection": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", + "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "hosted-git-info": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.0.2.tgz", + "integrity": "sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "html-tags": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz", + "integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==", + "dev": true + }, + "htmlparser2": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", + "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", + "dev": true, + "requires": { + "domelementtype": "^1.3.1", + "domhandler": "^2.3.0", + "domutils": "^1.5.1", + "entities": "^1.1.1", + "inherits": "^2.0.1", + "readable-stream": "^3.1.1" + } + }, + "ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + } + } + }, + "import-lazy": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", + "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", + "dev": true + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "is-alphabetical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", + "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", + "dev": true + }, + "is-alphanumerical": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", + "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", + "dev": true, + "requires": { + "is-alphabetical": "^1.0.0", + "is-decimal": "^1.0.0" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-buffer": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz", + "integrity": "sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==", + "dev": true + }, + "is-core-module": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", + "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-decimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", + "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-hexadecimal": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", + "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "dev": true + }, + "is-regexp": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-2.1.0.tgz", + "integrity": "sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==", + "dev": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "json5": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", + "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", + "dev": true, + "requires": { + "minimist": "^1.2.5" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true + }, + "known-css-properties": { + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.21.0.tgz", + "integrity": "sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==", + "dev": true + }, + "lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", + "dev": true + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=", + "dev": true + }, + "lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=", + "dev": true + }, + "log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + } + }, + "longest-streak": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.4.tgz", + "integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==", + "dev": true + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "map-obj": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.2.1.tgz", + "integrity": "sha512-+WA2/1sPmDj1dlvvJmB5G6JKfY9dpn7EVBUL06+y6PoljPkh+6V1QihwxNkbcGxCRjt2b0F9K0taiCuo7MbdFQ==", + "dev": true + }, + "mathml-tag-names": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", + "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", + "dev": true + }, + "mdast-util-from-markdown": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz", + "integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==", + "dev": true, + "requires": { + "@types/mdast": "^3.0.0", + "mdast-util-to-string": "^2.0.0", + "micromark": "~2.11.0", + "parse-entities": "^2.0.0", + "unist-util-stringify-position": "^2.0.0" + } + }, + "mdast-util-to-markdown": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz", + "integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==", + "dev": true, + "requires": { + "@types/unist": "^2.0.0", + "longest-streak": "^2.0.0", + "mdast-util-to-string": "^2.0.0", + "parse-entities": "^2.0.0", + "repeat-string": "^1.0.0", + "zwitch": "^1.0.0" + } + }, + "mdast-util-to-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz", + "integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==", + "dev": true + }, + "meow": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", + "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", + "dev": true, + "requires": { + "@types/minimist": "^1.2.0", + "camelcase-keys": "^6.2.2", + "decamelize": "^1.2.0", + "decamelize-keys": "^1.1.0", + "hard-rejection": "^2.1.0", + "minimist-options": "4.1.0", + "normalize-package-data": "^3.0.0", + "read-pkg-up": "^7.0.1", + "redent": "^3.0.0", + "trim-newlines": "^3.0.0", + "type-fest": "^0.18.0", + "yargs-parser": "^20.2.3" + } + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "micromark": { + "version": "2.11.4", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-2.11.4.tgz", + "integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==", + "dev": true, + "requires": { + "debug": "^4.0.0", + "parse-entities": "^2.0.0" + } + }, + "micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "dev": true, + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + } + }, + "min-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "minimist-options": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", + "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", + "dev": true, + "requires": { + "arrify": "^1.0.1", + "is-plain-obj": "^1.1.0", + "kind-of": "^6.0.3" + }, + "dependencies": { + "is-plain-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "dev": true + } + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node-releases": { + "version": "1.1.73", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.73.tgz", + "integrity": "sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==", + "dev": true + }, + "normalize-package-data": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.2.tgz", + "integrity": "sha512-6CdZocmfGaKnIHPVFhJJZ3GuR8SsLKvDANFp47Jmy51aKIr8akjAWTSxtpI+MBgBFdSMRyo4hMpDlT6dTffgZg==", + "dev": true, + "requires": { + "hosted-git-info": "^4.0.1", + "resolve": "^1.20.0", + "semver": "^7.3.4", + "validate-npm-package-license": "^3.0.1" + }, + "dependencies": { + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + } + } + }, + "normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "dev": true + }, + "normalize-selector": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz", + "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=", + "dev": true + }, + "num2fraction": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", + "dev": true + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.0.0" + } + }, + "parse-entities": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", + "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", + "dev": true, + "requires": { + "character-entities": "^1.0.0", + "character-entities-legacy": "^1.0.0", + "character-reference-invalid": "^1.0.0", + "is-alphanumerical": "^1.0.0", + "is-decimal": "^1.0.0", + "is-hexadecimal": "^1.0.0" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "picomatch": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", + "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "dev": true + }, + "postcss": { + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + }, + "dependencies": { + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "dependencies": { + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, + "postcss-html": { + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.36.0.tgz", + "integrity": "sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==", + "dev": true, + "requires": { + "htmlparser2": "^3.10.0" + } + }, + "postcss-less": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.4.tgz", + "integrity": "sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==", + "dev": true, + "requires": { + "postcss": "^7.0.14" + } + }, + "postcss-media-query-parser": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=", + "dev": true + }, + "postcss-resolve-nested-selector": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", + "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=", + "dev": true + }, + "postcss-safe-parser": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz", + "integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==", + "dev": true, + "requires": { + "postcss": "^7.0.26" + } + }, + "postcss-sass": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.4.4.tgz", + "integrity": "sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==", + "dev": true, + "requires": { + "gonzales-pe": "^4.3.0", + "postcss": "^7.0.21" + } + }, + "postcss-scss": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.1.1.tgz", + "integrity": "sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==", + "dev": true, + "requires": { + "postcss": "^7.0.6" + } + }, + "postcss-selector-parser": { + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.6.tgz", + "integrity": "sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + }, + "postcss-syntax": { + "version": "0.36.2", + "resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.36.2.tgz", + "integrity": "sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==", + "dev": true + }, + "postcss-value-parser": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", + "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", + "dev": true + }, + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "quick-lru": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", + "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", + "dev": true + }, + "read-pkg": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", + "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", + "dev": true, + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^2.5.0", + "parse-json": "^5.0.0", + "type-fest": "^0.6.0" + }, + "dependencies": { + "hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "type-fest": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", + "dev": true + } + } + }, + "read-pkg-up": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "dev": true, + "requires": { + "find-up": "^4.1.0", + "read-pkg": "^5.2.0", + "type-fest": "^0.8.1" + }, + "dependencies": { + "type-fest": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "dev": true + } + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "redent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "dev": true, + "requires": { + "indent-string": "^4.0.0", + "strip-indent": "^3.0.0" + } + }, + "remark": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/remark/-/remark-13.0.0.tgz", + "integrity": "sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==", + "dev": true, + "requires": { + "remark-parse": "^9.0.0", + "remark-stringify": "^9.0.0", + "unified": "^9.1.0" + } + }, + "remark-parse": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-9.0.0.tgz", + "integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==", + "dev": true, + "requires": { + "mdast-util-from-markdown": "^0.8.0" + } + }, + "remark-stringify": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-9.0.1.tgz", + "integrity": "sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==", + "dev": true, + "requires": { + "mdast-util-to-markdown": "^0.6.0" + } + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true + }, + "require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true + }, + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + } + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz", + "integrity": "sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==", + "dev": true + }, + "specificity": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz", + "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==", + "dev": true + }, + "string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "requires": { + "safe-buffer": "~5.2.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + } + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "strip-indent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + "dev": true, + "requires": { + "min-indent": "^1.0.0" + } + }, + "style-search": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", + "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=", + "dev": true + }, + "stylelint": { + "version": "13.13.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.13.1.tgz", + "integrity": "sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==", + "dev": true, + "requires": { + "@stylelint/postcss-css-in-js": "^0.37.2", + "@stylelint/postcss-markdown": "^0.36.2", + "autoprefixer": "^9.8.6", + "balanced-match": "^2.0.0", + "chalk": "^4.1.1", + "cosmiconfig": "^7.0.0", + "debug": "^4.3.1", + "execall": "^2.0.0", + "fast-glob": "^3.2.5", + "fastest-levenshtein": "^1.0.12", + "file-entry-cache": "^6.0.1", + "get-stdin": "^8.0.0", + "global-modules": "^2.0.0", + "globby": "^11.0.3", + "globjoin": "^0.1.4", + "html-tags": "^3.1.0", + "ignore": "^5.1.8", + "import-lazy": "^4.0.0", + "imurmurhash": "^0.1.4", + "known-css-properties": "^0.21.0", + "lodash": "^4.17.21", + "log-symbols": "^4.1.0", + "mathml-tag-names": "^2.1.3", + "meow": "^9.0.0", + "micromatch": "^4.0.4", + "normalize-selector": "^0.2.0", + "postcss": "^7.0.35", + "postcss-html": "^0.36.0", + "postcss-less": "^3.1.4", + "postcss-media-query-parser": "^0.2.3", + "postcss-resolve-nested-selector": "^0.1.1", + "postcss-safe-parser": "^4.0.2", + "postcss-sass": "^0.4.4", + "postcss-scss": "^2.1.1", + "postcss-selector-parser": "^6.0.5", + "postcss-syntax": "^0.36.2", + "postcss-value-parser": "^4.1.0", + "resolve-from": "^5.0.0", + "slash": "^3.0.0", + "specificity": "^0.4.1", + "string-width": "^4.2.2", + "strip-ansi": "^6.0.0", + "style-search": "^0.1.0", + "sugarss": "^2.0.0", + "svg-tags": "^1.0.0", + "table": "^6.6.0", + "v8-compile-cache": "^2.3.0", + "write-file-atomic": "^3.0.3" + } + }, + "stylelint-config-recommended": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz", + "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==", + "dev": true + }, + "stylelint-config-standard": { + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz", + "integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==", + "dev": true, + "requires": { + "stylelint-config-recommended": "^5.0.0" + } + }, + "sugarss": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz", + "integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==", + "dev": true, + "requires": { + "postcss": "^7.0.2" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=", + "dev": true + }, + "table": { + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.7.1.tgz", + "integrity": "sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==", + "dev": true, + "requires": { + "ajv": "^8.0.1", + "lodash.clonedeep": "^4.5.0", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0" + } + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "trim-newlines": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", + "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", + "dev": true + }, + "trough": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz", + "integrity": "sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==", + "dev": true + }, + "type-fest": { + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", + "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", + "dev": true + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "unified": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.1.tgz", + "integrity": "sha512-juWjuI8Z4xFg8pJbnEZ41b5xjGUWGHqXALmBZ3FC3WX0PIx1CZBIIJ6mXbYMcf6Yw4Fi0rFUTA1cdz/BglbOhA==", + "dev": true, + "requires": { + "bail": "^1.0.0", + "extend": "^3.0.0", + "is-buffer": "^2.0.0", + "is-plain-obj": "^2.0.0", + "trough": "^1.0.0", + "vfile": "^4.0.0" + } + }, + "unist-util-find-all-after": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz", + "integrity": "sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==", + "dev": true, + "requires": { + "unist-util-is": "^4.0.0" + } + }, + "unist-util-is": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", + "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", + "dev": true + }, + "unist-util-stringify-position": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-2.0.3.tgz", + "integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==", + "dev": true, + "requires": { + "@types/unist": "^2.0.2" + } + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "vfile": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", + "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", + "dev": true, + "requires": { + "@types/unist": "^2.0.0", + "is-buffer": "^2.0.0", + "unist-util-stringify-position": "^2.0.0", + "vfile-message": "^2.0.0" + } + }, + "vfile-message": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", + "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", + "dev": true, + "requires": { + "@types/unist": "^2.0.0", + "unist-util-stringify-position": "^2.0.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true + }, + "zwitch": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", + "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", + "dev": true + } + } +} diff --git a/sass/main.scss b/sass/main.scss new file mode 100644 index 00000000..79a3ba65 --- /dev/null +++ b/sass/main.scss @@ -0,0 +1,118 @@ +body { + margin: 1rem; + padding: 0; + font-family: -apple-system, BlinkMacSystemFont, segoe ui, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol; + font-size: 16px; + line-height: 1.5; + word-wrap: break-word; +} + +main { + margin: 0 auto; + max-width: 1024px; + width: 100%; +} + +img[alt=logo] { + width: 60px; + position: absolute; + top: 0; + right: 0; +} + +strong { + font-weight: 600; +} + +.badge { + img { + width: 180px; + } +} + +#screenshots img { + max-width: 400px; +} + +.screenshot { + max-width: 400px; + width: 100%; +} + +hr { + height: 2px; + margin: 7px; + background: gray; + border: 0; +} + +h1, +h2, +h3 { + padding-bottom: 0.5rem; + border-bottom: 1px solid #eaecef; + margin-top: 24px; + margin-bottom: 16px; + font-weight: 600; + line-height: 1.25; +} + +p { + margin: 0 0 16px 0; +} + +footer { + padding-top: 1rem; + border-top: 1px solid #eaecef; + text-align: center; + + p { + font-size: small; + } +} + +@media (max-width: 768px) { + #badges { + flex-direction: column; + } + + #badges a { + margin: 20px auto; + } +} + +@media (prefers-color-scheme: dark) { + body { + background: #000; + color: #bbb; + } + + h1, + h2, + h3 { + border-bottom: 1px solid #555; + } + + footer { + border-top: 1px solid #555; + } + + a { + color: lightblue; + } + + a:visited { + color: #f9f; + } + + :root { + scrollbar-color: #333 #000; + } +} + +.installButton { + display: none; + position: fixed; + top: 0; + left: 0; +} diff --git a/site.webmanifest b/site.webmanifest deleted file mode 100644 index b20abb7c..00000000 --- a/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "", - "short_name": "", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" -} diff --git a/apple-touch-icon.png b/static/apple-touch-icon.png similarity index 100% rename from apple-touch-icon.png rename to static/apple-touch-icon.png diff --git a/favicon-16x16.png b/static/favicon-16x16.png similarity index 100% rename from favicon-16x16.png rename to static/favicon-16x16.png diff --git a/favicon-32x32.png b/static/favicon-32x32.png similarity index 100% rename from favicon-32x32.png rename to static/favicon-32x32.png diff --git a/favicon.ico b/static/favicon.ico similarity index 100% rename from favicon.ico rename to static/favicon.ico diff --git a/android-chrome-192x192.png b/static/images/android-chrome-192x192.png similarity index 100% rename from android-chrome-192x192.png rename to static/images/android-chrome-192x192.png diff --git a/android-chrome-512x512.png b/static/images/android-chrome-512x512.png similarity index 100% rename from android-chrome-512x512.png rename to static/images/android-chrome-512x512.png diff --git a/static/images/badges/apple-appstore.svg b/static/images/badges/apple-appstore.svg new file mode 100644 index 00000000..a94fffde --- /dev/null +++ b/static/images/badges/apple-appstore.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/badges/f-droid.svg b/static/images/badges/f-droid.svg new file mode 100644 index 00000000..3f59b1ff --- /dev/null +++ b/static/images/badges/f-droid.svg @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + GET IT ON + F-Droid + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/images/badges/googleplay.svg b/static/images/badges/googleplay.svg new file mode 100644 index 00000000..700ba05f --- /dev/null +++ b/static/images/badges/googleplay.svg @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/badges/huawei-appgallery.png b/static/images/badges/huawei-appgallery.png similarity index 100% rename from docs/badges/huawei-appgallery.png rename to static/images/badges/huawei-appgallery.png diff --git a/mstile-150x150.png b/static/images/mstile-150x150.png similarity index 100% rename from mstile-150x150.png rename to static/images/mstile-150x150.png diff --git a/docs/privacy/exodus.png b/static/images/privacy/exodus.png similarity index 100% rename from docs/privacy/exodus.png rename to static/images/privacy/exodus.png diff --git a/docs/privacy/mm.jpg b/static/images/privacy/mm.jpg similarity index 100% rename from docs/privacy/mm.jpg rename to static/images/privacy/mm.jpg diff --git a/docs/privacy/om.jpg b/static/images/privacy/om.jpg similarity index 100% rename from docs/privacy/om.jpg rename to static/images/privacy/om.jpg diff --git a/safari-pinned-tab.svg b/static/images/safari-pinned-tab.svg similarity index 100% rename from safari-pinned-tab.svg rename to static/images/safari-pinned-tab.svg diff --git a/docs/screenshots/4.jpg b/static/images/screenshots/dark.jpg similarity index 100% rename from docs/screenshots/4.jpg rename to static/images/screenshots/dark.jpg diff --git a/docs/screenshots/1.jpg b/static/images/screenshots/hiking.jpg similarity index 100% rename from docs/screenshots/1.jpg rename to static/images/screenshots/hiking.jpg diff --git a/docs/screenshots/2.jpg b/static/images/screenshots/prague.jpg similarity index 100% rename from docs/screenshots/2.jpg rename to static/images/screenshots/prague.jpg diff --git a/docs/screenshots/3.jpg b/static/images/screenshots/search.jpg similarity index 100% rename from docs/screenshots/3.jpg rename to static/images/screenshots/search.jpg diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 00000000..ba3cbf98 --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,51 @@ +{ + "name": "Organic Maps: Offline Hike Bike Trails and Navigation", + "short_name": "Organic Maps", + "description": "Fast detailed offline maps for travelers, tourists, hikers and cyclists, based on OpenStreetMap and curated with love by MapsWithMe founders.", + "icons": [ + { + "src": "/images/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/images/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "screenshots" : [ + { + "src": "/images/screenshots/hiking.jpg", + "sizes": "1440x3040", + "type": "image/jpeg" + }, + { + "src": "/images/screenshots/prague.jpg", + "sizes": "1440x3040", + "type": "image/jpeg" + }, + { + "src": "/images/screenshots/search.jpg", + "sizes": "1440x3040", + "type": "image/jpeg" + }, + { + "src": "/images/screenshots/dark.jpg", + "sizes": "1440x3040", + "type": "image/jpeg" + } + ], + "prefer_related_applications": true, + "related_applications": [ + { + "platform": "play", + "url": "https://play.google.com/store/apps/details?id=app.organicmaps", + "id": "app.organicmaps" + }, + { + "platform": "itunes", + "url": "https://itunes.apple.com/app/id1567437057" + } + ] +} diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 00000000..f600c2b6 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,59 @@ +{%- if page %} +{%- set resource = page %} +{%- elif section %} +{%- set resource = section %} +{%- endif %} + + + + + + + + + + + + + + + + + + + + + {{ resource.title }} + + + +
+ +
+ +
+ {% block content %} {% endblock %} +
+ + + + + + diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 00000000..c56fb589 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,9 @@ +{% extends 'base.html' %} + +{% block content %} + +

{{ resource.title }}

+ +{{ resource.content | safe }} + +{% endblock content %} diff --git a/templates/shortcodes/badge.html b/templates/shortcodes/badge.html new file mode 100644 index 00000000..dfe82a7f --- /dev/null +++ b/templates/shortcodes/badge.html @@ -0,0 +1,3 @@ + + + diff --git a/templates/shortcodes/screenshot.html b/templates/shortcodes/screenshot.html new file mode 100644 index 00000000..d271e58c --- /dev/null +++ b/templates/shortcodes/screenshot.html @@ -0,0 +1 @@ +{{