diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..586a7d9
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,16 @@
+ISC License
+
+Basedn on: https://feathericons.com/, https://github.com/ianmiller347/feather-icons-react
+Copyright (c) 2022, MAKS-IT (Maksym Sadovnychyy) and other copyrigh holders
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
\ No newline at end of file
diff --git a/README.md b/README.md
index 2ebad69..fdb3874 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Feather Icons React
-[](https://www.npmjs.com/package/feather-icons-react)
+[](https://www.npmjs.com/package/feather-icons-ts-react)
`yarn add feather-icons-react`
@@ -67,13 +67,10 @@ const ToggleIconContainer = () => {
};
```
-
The icons are all square, based on a 24x24 grid.
-
The full list of icon names can be referenced at: [feathericons.com](https://feathericons.com/)
-
## Contributing
To build the bundled assets for consumption
`yarn build`
@@ -81,15 +78,10 @@ To build the bundled assets for consumption
### Updating the icons
If you found a missing icon, it is pretty easy to generate a new icons.json and get a PR up so this package stays in sync with the latest feather icons.
Go into your desired project directory (ideally one directory above where you have feather-icons-react saved)
-1. `git clone https://github.com/feathericons/feather.git`
-2. `cd feather && npx install`
-3. `npx babel-node bin/build-icons-json.js`
-4. `cp dist/icons.json ../feather-icons-react/src/icons.json`
-5. Now open the file you just copied. Format the file, try to avoid entire green so the diff looks neat in the PR.
-
-Alternatively, you can simply copy just the lines from the JSON file you know are missing. This is easier if you're just adding one new icon.
+1. `Download all` icons from [Feathericons website](https://feathericons.com/)
+2. Extract `*.svg` files to `assets/feather/`
+3. Run `yarn ingestion`
### TODO
- Update this package to have a demo and some tests on icon rendering.
-- Automatically generate new icons via script.
- - could copy build-icons-json script from feather-icons
+
diff --git a/assets/feather/activity.svg b/assets/feather/activity.svg
new file mode 100644
index 0000000..669a57a
--- /dev/null
+++ b/assets/feather/activity.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/airplay.svg b/assets/feather/airplay.svg
new file mode 100644
index 0000000..7ce7302
--- /dev/null
+++ b/assets/feather/airplay.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/alert-circle.svg b/assets/feather/alert-circle.svg
new file mode 100644
index 0000000..8d02b7d
--- /dev/null
+++ b/assets/feather/alert-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/alert-octagon.svg b/assets/feather/alert-octagon.svg
new file mode 100644
index 0000000..de9b03f
--- /dev/null
+++ b/assets/feather/alert-octagon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/alert-triangle.svg b/assets/feather/alert-triangle.svg
new file mode 100644
index 0000000..6dcb096
--- /dev/null
+++ b/assets/feather/alert-triangle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/align-center.svg b/assets/feather/align-center.svg
new file mode 100644
index 0000000..5b8842e
--- /dev/null
+++ b/assets/feather/align-center.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/align-justify.svg b/assets/feather/align-justify.svg
new file mode 100644
index 0000000..0539876
--- /dev/null
+++ b/assets/feather/align-justify.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/align-left.svg b/assets/feather/align-left.svg
new file mode 100644
index 0000000..9ac852a
--- /dev/null
+++ b/assets/feather/align-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/align-right.svg b/assets/feather/align-right.svg
new file mode 100644
index 0000000..ef139ff
--- /dev/null
+++ b/assets/feather/align-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/anchor.svg b/assets/feather/anchor.svg
new file mode 100644
index 0000000..e01627a
--- /dev/null
+++ b/assets/feather/anchor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/aperture.svg b/assets/feather/aperture.svg
new file mode 100644
index 0000000..9936e86
--- /dev/null
+++ b/assets/feather/aperture.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/archive.svg b/assets/feather/archive.svg
new file mode 100644
index 0000000..428882c
--- /dev/null
+++ b/assets/feather/archive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-down-circle.svg b/assets/feather/arrow-down-circle.svg
new file mode 100644
index 0000000..3238091
--- /dev/null
+++ b/assets/feather/arrow-down-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-down-left.svg b/assets/feather/arrow-down-left.svg
new file mode 100644
index 0000000..7248358
--- /dev/null
+++ b/assets/feather/arrow-down-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-down-right.svg b/assets/feather/arrow-down-right.svg
new file mode 100644
index 0000000..81d9822
--- /dev/null
+++ b/assets/feather/arrow-down-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-down.svg b/assets/feather/arrow-down.svg
new file mode 100644
index 0000000..4f84f62
--- /dev/null
+++ b/assets/feather/arrow-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-left-circle.svg b/assets/feather/arrow-left-circle.svg
new file mode 100644
index 0000000..3b19ff8
--- /dev/null
+++ b/assets/feather/arrow-left-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-left.svg b/assets/feather/arrow-left.svg
new file mode 100644
index 0000000..a5058fc
--- /dev/null
+++ b/assets/feather/arrow-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-right-circle.svg b/assets/feather/arrow-right-circle.svg
new file mode 100644
index 0000000..ff01dd5
--- /dev/null
+++ b/assets/feather/arrow-right-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-right.svg b/assets/feather/arrow-right.svg
new file mode 100644
index 0000000..939b57c
--- /dev/null
+++ b/assets/feather/arrow-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-up-circle.svg b/assets/feather/arrow-up-circle.svg
new file mode 100644
index 0000000..044a75d
--- /dev/null
+++ b/assets/feather/arrow-up-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-up-left.svg b/assets/feather/arrow-up-left.svg
new file mode 100644
index 0000000..cea55e8
--- /dev/null
+++ b/assets/feather/arrow-up-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-up-right.svg b/assets/feather/arrow-up-right.svg
new file mode 100644
index 0000000..95678e0
--- /dev/null
+++ b/assets/feather/arrow-up-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/arrow-up.svg b/assets/feather/arrow-up.svg
new file mode 100644
index 0000000..16b13ab
--- /dev/null
+++ b/assets/feather/arrow-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/at-sign.svg b/assets/feather/at-sign.svg
new file mode 100644
index 0000000..5a5e5d0
--- /dev/null
+++ b/assets/feather/at-sign.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/award.svg b/assets/feather/award.svg
new file mode 100644
index 0000000..be70d5a
--- /dev/null
+++ b/assets/feather/award.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/bar-chart-2.svg b/assets/feather/bar-chart-2.svg
new file mode 100644
index 0000000..864167a
--- /dev/null
+++ b/assets/feather/bar-chart-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/bar-chart.svg b/assets/feather/bar-chart.svg
new file mode 100644
index 0000000..074d7c1
--- /dev/null
+++ b/assets/feather/bar-chart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/battery-charging.svg b/assets/feather/battery-charging.svg
new file mode 100644
index 0000000..644cb59
--- /dev/null
+++ b/assets/feather/battery-charging.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/battery.svg b/assets/feather/battery.svg
new file mode 100644
index 0000000..7fe8771
--- /dev/null
+++ b/assets/feather/battery.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/bell-off.svg b/assets/feather/bell-off.svg
new file mode 100644
index 0000000..4b07c84
--- /dev/null
+++ b/assets/feather/bell-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/bell.svg b/assets/feather/bell.svg
new file mode 100644
index 0000000..bba561c
--- /dev/null
+++ b/assets/feather/bell.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/bluetooth.svg b/assets/feather/bluetooth.svg
new file mode 100644
index 0000000..cebed7b
--- /dev/null
+++ b/assets/feather/bluetooth.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/bold.svg b/assets/feather/bold.svg
new file mode 100644
index 0000000..d1a4efd
--- /dev/null
+++ b/assets/feather/bold.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/book-open.svg b/assets/feather/book-open.svg
new file mode 100644
index 0000000..5e0ca0a
--- /dev/null
+++ b/assets/feather/book-open.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/book.svg b/assets/feather/book.svg
new file mode 100644
index 0000000..12ffcbc
--- /dev/null
+++ b/assets/feather/book.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/bookmark.svg b/assets/feather/bookmark.svg
new file mode 100644
index 0000000..2239cc5
--- /dev/null
+++ b/assets/feather/bookmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/box.svg b/assets/feather/box.svg
new file mode 100644
index 0000000..d89be30
--- /dev/null
+++ b/assets/feather/box.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/briefcase.svg b/assets/feather/briefcase.svg
new file mode 100644
index 0000000..e3af050
--- /dev/null
+++ b/assets/feather/briefcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/calendar.svg b/assets/feather/calendar.svg
new file mode 100644
index 0000000..6c7fd87
--- /dev/null
+++ b/assets/feather/calendar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/camera-off.svg b/assets/feather/camera-off.svg
new file mode 100644
index 0000000..daa3e25
--- /dev/null
+++ b/assets/feather/camera-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/camera.svg b/assets/feather/camera.svg
new file mode 100644
index 0000000..0e7f060
--- /dev/null
+++ b/assets/feather/camera.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/cast.svg b/assets/feather/cast.svg
new file mode 100644
index 0000000..63c954d
--- /dev/null
+++ b/assets/feather/cast.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/check-circle.svg b/assets/feather/check-circle.svg
new file mode 100644
index 0000000..f2f4fd1
--- /dev/null
+++ b/assets/feather/check-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/check-square.svg b/assets/feather/check-square.svg
new file mode 100644
index 0000000..72ab7a8
--- /dev/null
+++ b/assets/feather/check-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/check.svg b/assets/feather/check.svg
new file mode 100644
index 0000000..1c20989
--- /dev/null
+++ b/assets/feather/check.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/chevron-down.svg b/assets/feather/chevron-down.svg
new file mode 100644
index 0000000..278c6a3
--- /dev/null
+++ b/assets/feather/chevron-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/chevron-left.svg b/assets/feather/chevron-left.svg
new file mode 100644
index 0000000..747d46d
--- /dev/null
+++ b/assets/feather/chevron-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/chevron-right.svg b/assets/feather/chevron-right.svg
new file mode 100644
index 0000000..258de41
--- /dev/null
+++ b/assets/feather/chevron-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/chevron-up.svg b/assets/feather/chevron-up.svg
new file mode 100644
index 0000000..4eb5ecc
--- /dev/null
+++ b/assets/feather/chevron-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/chevrons-down.svg b/assets/feather/chevrons-down.svg
new file mode 100644
index 0000000..e67ef2f
--- /dev/null
+++ b/assets/feather/chevrons-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/chevrons-left.svg b/assets/feather/chevrons-left.svg
new file mode 100644
index 0000000..c32e398
--- /dev/null
+++ b/assets/feather/chevrons-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/chevrons-right.svg b/assets/feather/chevrons-right.svg
new file mode 100644
index 0000000..f506814
--- /dev/null
+++ b/assets/feather/chevrons-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/chevrons-up.svg b/assets/feather/chevrons-up.svg
new file mode 100644
index 0000000..0eaf518
--- /dev/null
+++ b/assets/feather/chevrons-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/chrome.svg b/assets/feather/chrome.svg
new file mode 100644
index 0000000..9189815
--- /dev/null
+++ b/assets/feather/chrome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/circle.svg b/assets/feather/circle.svg
new file mode 100644
index 0000000..b009088
--- /dev/null
+++ b/assets/feather/circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/clipboard.svg b/assets/feather/clipboard.svg
new file mode 100644
index 0000000..ccee454
--- /dev/null
+++ b/assets/feather/clipboard.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/clock.svg b/assets/feather/clock.svg
new file mode 100644
index 0000000..ea3f5e5
--- /dev/null
+++ b/assets/feather/clock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/cloud-drizzle.svg b/assets/feather/cloud-drizzle.svg
new file mode 100644
index 0000000..13af6bb
--- /dev/null
+++ b/assets/feather/cloud-drizzle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/cloud-lightning.svg b/assets/feather/cloud-lightning.svg
new file mode 100644
index 0000000..32d154c
--- /dev/null
+++ b/assets/feather/cloud-lightning.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/cloud-off.svg b/assets/feather/cloud-off.svg
new file mode 100644
index 0000000..1e1e7d6
--- /dev/null
+++ b/assets/feather/cloud-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/cloud-rain.svg b/assets/feather/cloud-rain.svg
new file mode 100644
index 0000000..3e0b85b
--- /dev/null
+++ b/assets/feather/cloud-rain.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/cloud-snow.svg b/assets/feather/cloud-snow.svg
new file mode 100644
index 0000000..e4eb820
--- /dev/null
+++ b/assets/feather/cloud-snow.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/cloud.svg b/assets/feather/cloud.svg
new file mode 100644
index 0000000..0ee0c63
--- /dev/null
+++ b/assets/feather/cloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/code.svg b/assets/feather/code.svg
new file mode 100644
index 0000000..c4954b5
--- /dev/null
+++ b/assets/feather/code.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/codepen.svg b/assets/feather/codepen.svg
new file mode 100644
index 0000000..ab2a815
--- /dev/null
+++ b/assets/feather/codepen.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/codesandbox.svg b/assets/feather/codesandbox.svg
new file mode 100644
index 0000000..49848f5
--- /dev/null
+++ b/assets/feather/codesandbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/coffee.svg b/assets/feather/coffee.svg
new file mode 100644
index 0000000..32905e5
--- /dev/null
+++ b/assets/feather/coffee.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/columns.svg b/assets/feather/columns.svg
new file mode 100644
index 0000000..d264b55
--- /dev/null
+++ b/assets/feather/columns.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/command.svg b/assets/feather/command.svg
new file mode 100644
index 0000000..93f554c
--- /dev/null
+++ b/assets/feather/command.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/compass.svg b/assets/feather/compass.svg
new file mode 100644
index 0000000..3296260
--- /dev/null
+++ b/assets/feather/compass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/copy.svg b/assets/feather/copy.svg
new file mode 100644
index 0000000..4e0b09f
--- /dev/null
+++ b/assets/feather/copy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/corner-down-left.svg b/assets/feather/corner-down-left.svg
new file mode 100644
index 0000000..9fffb3e
--- /dev/null
+++ b/assets/feather/corner-down-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/corner-down-right.svg b/assets/feather/corner-down-right.svg
new file mode 100644
index 0000000..b27d408
--- /dev/null
+++ b/assets/feather/corner-down-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/corner-left-down.svg b/assets/feather/corner-left-down.svg
new file mode 100644
index 0000000..24b8375
--- /dev/null
+++ b/assets/feather/corner-left-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/corner-left-up.svg b/assets/feather/corner-left-up.svg
new file mode 100644
index 0000000..e54527c
--- /dev/null
+++ b/assets/feather/corner-left-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/corner-right-down.svg b/assets/feather/corner-right-down.svg
new file mode 100644
index 0000000..a49e6d6
--- /dev/null
+++ b/assets/feather/corner-right-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/corner-right-up.svg b/assets/feather/corner-right-up.svg
new file mode 100644
index 0000000..a5c5dce
--- /dev/null
+++ b/assets/feather/corner-right-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/corner-up-left.svg b/assets/feather/corner-up-left.svg
new file mode 100644
index 0000000..0a1ffd6
--- /dev/null
+++ b/assets/feather/corner-up-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/corner-up-right.svg b/assets/feather/corner-up-right.svg
new file mode 100644
index 0000000..0b8f961
--- /dev/null
+++ b/assets/feather/corner-up-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/cpu.svg b/assets/feather/cpu.svg
new file mode 100644
index 0000000..2ed16ef
--- /dev/null
+++ b/assets/feather/cpu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/credit-card.svg b/assets/feather/credit-card.svg
new file mode 100644
index 0000000..1b7fd02
--- /dev/null
+++ b/assets/feather/credit-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/crop.svg b/assets/feather/crop.svg
new file mode 100644
index 0000000..ffbfd04
--- /dev/null
+++ b/assets/feather/crop.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/crosshair.svg b/assets/feather/crosshair.svg
new file mode 100644
index 0000000..ba39401
--- /dev/null
+++ b/assets/feather/crosshair.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/database.svg b/assets/feather/database.svg
new file mode 100644
index 0000000..c296fbc
--- /dev/null
+++ b/assets/feather/database.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/delete.svg b/assets/feather/delete.svg
new file mode 100644
index 0000000..8c6074b
--- /dev/null
+++ b/assets/feather/delete.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/disc.svg b/assets/feather/disc.svg
new file mode 100644
index 0000000..2595b44
--- /dev/null
+++ b/assets/feather/disc.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/divide-circle.svg b/assets/feather/divide-circle.svg
new file mode 100644
index 0000000..03a50b7
--- /dev/null
+++ b/assets/feather/divide-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/divide-square.svg b/assets/feather/divide-square.svg
new file mode 100644
index 0000000..852f776
--- /dev/null
+++ b/assets/feather/divide-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/divide.svg b/assets/feather/divide.svg
new file mode 100644
index 0000000..3cbff3a
--- /dev/null
+++ b/assets/feather/divide.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/dollar-sign.svg b/assets/feather/dollar-sign.svg
new file mode 100644
index 0000000..1a124d2
--- /dev/null
+++ b/assets/feather/dollar-sign.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/download-cloud.svg b/assets/feather/download-cloud.svg
new file mode 100644
index 0000000..f3126fc
--- /dev/null
+++ b/assets/feather/download-cloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/download.svg b/assets/feather/download.svg
new file mode 100644
index 0000000..76767a9
--- /dev/null
+++ b/assets/feather/download.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/dribbble.svg b/assets/feather/dribbble.svg
new file mode 100644
index 0000000..bb8577d
--- /dev/null
+++ b/assets/feather/dribbble.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/droplet.svg b/assets/feather/droplet.svg
new file mode 100644
index 0000000..ca09301
--- /dev/null
+++ b/assets/feather/droplet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/edit-2.svg b/assets/feather/edit-2.svg
new file mode 100644
index 0000000..06830c9
--- /dev/null
+++ b/assets/feather/edit-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/edit-3.svg b/assets/feather/edit-3.svg
new file mode 100644
index 0000000..d728efc
--- /dev/null
+++ b/assets/feather/edit-3.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/edit.svg b/assets/feather/edit.svg
new file mode 100644
index 0000000..ec7b4ca
--- /dev/null
+++ b/assets/feather/edit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/external-link.svg b/assets/feather/external-link.svg
new file mode 100644
index 0000000..6236df3
--- /dev/null
+++ b/assets/feather/external-link.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/eye-off.svg b/assets/feather/eye-off.svg
new file mode 100644
index 0000000..77c54cb
--- /dev/null
+++ b/assets/feather/eye-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/eye.svg b/assets/feather/eye.svg
new file mode 100644
index 0000000..9cde243
--- /dev/null
+++ b/assets/feather/eye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/facebook.svg b/assets/feather/facebook.svg
new file mode 100644
index 0000000..2570f56
--- /dev/null
+++ b/assets/feather/facebook.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/fast-forward.svg b/assets/feather/fast-forward.svg
new file mode 100644
index 0000000..fa39877
--- /dev/null
+++ b/assets/feather/fast-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/feather.svg b/assets/feather/feather.svg
new file mode 100644
index 0000000..ac3b868
--- /dev/null
+++ b/assets/feather/feather.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/figma.svg b/assets/feather/figma.svg
new file mode 100644
index 0000000..66fd217
--- /dev/null
+++ b/assets/feather/figma.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/file-minus.svg b/assets/feather/file-minus.svg
new file mode 100644
index 0000000..345756e
--- /dev/null
+++ b/assets/feather/file-minus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/file-plus.svg b/assets/feather/file-plus.svg
new file mode 100644
index 0000000..eed1200
--- /dev/null
+++ b/assets/feather/file-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/file-text.svg b/assets/feather/file-text.svg
new file mode 100644
index 0000000..4197ddd
--- /dev/null
+++ b/assets/feather/file-text.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/file.svg b/assets/feather/file.svg
new file mode 100644
index 0000000..378519a
--- /dev/null
+++ b/assets/feather/file.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/film.svg b/assets/feather/film.svg
new file mode 100644
index 0000000..ac46360
--- /dev/null
+++ b/assets/feather/film.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/filter.svg b/assets/feather/filter.svg
new file mode 100644
index 0000000..38a47e0
--- /dev/null
+++ b/assets/feather/filter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/flag.svg b/assets/feather/flag.svg
new file mode 100644
index 0000000..037737c
--- /dev/null
+++ b/assets/feather/flag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/folder-minus.svg b/assets/feather/folder-minus.svg
new file mode 100644
index 0000000..d5b7af6
--- /dev/null
+++ b/assets/feather/folder-minus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/folder-plus.svg b/assets/feather/folder-plus.svg
new file mode 100644
index 0000000..898f2fc
--- /dev/null
+++ b/assets/feather/folder-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/folder.svg b/assets/feather/folder.svg
new file mode 100644
index 0000000..134458b
--- /dev/null
+++ b/assets/feather/folder.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/framer.svg b/assets/feather/framer.svg
new file mode 100644
index 0000000..3e66347
--- /dev/null
+++ b/assets/feather/framer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/frown.svg b/assets/feather/frown.svg
new file mode 100644
index 0000000..f312254
--- /dev/null
+++ b/assets/feather/frown.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/gift.svg b/assets/feather/gift.svg
new file mode 100644
index 0000000..d2c14bd
--- /dev/null
+++ b/assets/feather/gift.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/git-branch.svg b/assets/feather/git-branch.svg
new file mode 100644
index 0000000..4400372
--- /dev/null
+++ b/assets/feather/git-branch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/git-commit.svg b/assets/feather/git-commit.svg
new file mode 100644
index 0000000..e959d72
--- /dev/null
+++ b/assets/feather/git-commit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/git-merge.svg b/assets/feather/git-merge.svg
new file mode 100644
index 0000000..c65fffd
--- /dev/null
+++ b/assets/feather/git-merge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/git-pull-request.svg b/assets/feather/git-pull-request.svg
new file mode 100644
index 0000000..fc80bdf
--- /dev/null
+++ b/assets/feather/git-pull-request.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/github.svg b/assets/feather/github.svg
new file mode 100644
index 0000000..ff0af48
--- /dev/null
+++ b/assets/feather/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/gitlab.svg b/assets/feather/gitlab.svg
new file mode 100644
index 0000000..85d54a1
--- /dev/null
+++ b/assets/feather/gitlab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/globe.svg b/assets/feather/globe.svg
new file mode 100644
index 0000000..0a0586d
--- /dev/null
+++ b/assets/feather/globe.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/grid.svg b/assets/feather/grid.svg
new file mode 100644
index 0000000..8ef2e9d
--- /dev/null
+++ b/assets/feather/grid.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/hard-drive.svg b/assets/feather/hard-drive.svg
new file mode 100644
index 0000000..8e90fa1
--- /dev/null
+++ b/assets/feather/hard-drive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/hash.svg b/assets/feather/hash.svg
new file mode 100644
index 0000000..c9c8d41
--- /dev/null
+++ b/assets/feather/hash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/headphones.svg b/assets/feather/headphones.svg
new file mode 100644
index 0000000..fd8915b
--- /dev/null
+++ b/assets/feather/headphones.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/heart.svg b/assets/feather/heart.svg
new file mode 100644
index 0000000..a083b7e
--- /dev/null
+++ b/assets/feather/heart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/help-circle.svg b/assets/feather/help-circle.svg
new file mode 100644
index 0000000..51fddd8
--- /dev/null
+++ b/assets/feather/help-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/hexagon.svg b/assets/feather/hexagon.svg
new file mode 100644
index 0000000..eae7f25
--- /dev/null
+++ b/assets/feather/hexagon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/home.svg b/assets/feather/home.svg
new file mode 100644
index 0000000..7bb31b2
--- /dev/null
+++ b/assets/feather/home.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/image.svg b/assets/feather/image.svg
new file mode 100644
index 0000000..a7d84b9
--- /dev/null
+++ b/assets/feather/image.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/inbox.svg b/assets/feather/inbox.svg
new file mode 100644
index 0000000..03a13b4
--- /dev/null
+++ b/assets/feather/inbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/info.svg b/assets/feather/info.svg
new file mode 100644
index 0000000..a09fa5f
--- /dev/null
+++ b/assets/feather/info.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/instagram.svg b/assets/feather/instagram.svg
new file mode 100644
index 0000000..9fdb8e3
--- /dev/null
+++ b/assets/feather/instagram.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/italic.svg b/assets/feather/italic.svg
new file mode 100644
index 0000000..a123d37
--- /dev/null
+++ b/assets/feather/italic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/key.svg b/assets/feather/key.svg
new file mode 100644
index 0000000..e778e74
--- /dev/null
+++ b/assets/feather/key.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/layers.svg b/assets/feather/layers.svg
new file mode 100644
index 0000000..ea788c2
--- /dev/null
+++ b/assets/feather/layers.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/layout.svg b/assets/feather/layout.svg
new file mode 100644
index 0000000..28743d9
--- /dev/null
+++ b/assets/feather/layout.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/life-buoy.svg b/assets/feather/life-buoy.svg
new file mode 100644
index 0000000..54c2bd7
--- /dev/null
+++ b/assets/feather/life-buoy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/link-2.svg b/assets/feather/link-2.svg
new file mode 100644
index 0000000..8cc7f6d
--- /dev/null
+++ b/assets/feather/link-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/link.svg b/assets/feather/link.svg
new file mode 100644
index 0000000..c89dd41
--- /dev/null
+++ b/assets/feather/link.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/linkedin.svg b/assets/feather/linkedin.svg
new file mode 100644
index 0000000..3953109
--- /dev/null
+++ b/assets/feather/linkedin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/list.svg b/assets/feather/list.svg
new file mode 100644
index 0000000..5ce38ea
--- /dev/null
+++ b/assets/feather/list.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/loader.svg b/assets/feather/loader.svg
new file mode 100644
index 0000000..e1a70c1
--- /dev/null
+++ b/assets/feather/loader.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/lock.svg b/assets/feather/lock.svg
new file mode 100644
index 0000000..de09d9d
--- /dev/null
+++ b/assets/feather/lock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/log-in.svg b/assets/feather/log-in.svg
new file mode 100644
index 0000000..ba0da59
--- /dev/null
+++ b/assets/feather/log-in.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/log-out.svg b/assets/feather/log-out.svg
new file mode 100644
index 0000000..c9002c9
--- /dev/null
+++ b/assets/feather/log-out.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/mail.svg b/assets/feather/mail.svg
new file mode 100644
index 0000000..2af169e
--- /dev/null
+++ b/assets/feather/mail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/map-pin.svg b/assets/feather/map-pin.svg
new file mode 100644
index 0000000..d5548e9
--- /dev/null
+++ b/assets/feather/map-pin.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/map.svg b/assets/feather/map.svg
new file mode 100644
index 0000000..ecebd7b
--- /dev/null
+++ b/assets/feather/map.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/maximize-2.svg b/assets/feather/maximize-2.svg
new file mode 100644
index 0000000..e41fc0b
--- /dev/null
+++ b/assets/feather/maximize-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/maximize.svg b/assets/feather/maximize.svg
new file mode 100644
index 0000000..fc30518
--- /dev/null
+++ b/assets/feather/maximize.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/meh.svg b/assets/feather/meh.svg
new file mode 100644
index 0000000..6f57fff
--- /dev/null
+++ b/assets/feather/meh.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/menu.svg b/assets/feather/menu.svg
new file mode 100644
index 0000000..e8a84a9
--- /dev/null
+++ b/assets/feather/menu.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/message-circle.svg b/assets/feather/message-circle.svg
new file mode 100644
index 0000000..4b21b32
--- /dev/null
+++ b/assets/feather/message-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/message-square.svg b/assets/feather/message-square.svg
new file mode 100644
index 0000000..6a2e4e5
--- /dev/null
+++ b/assets/feather/message-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/mic-off.svg b/assets/feather/mic-off.svg
new file mode 100644
index 0000000..0786219
--- /dev/null
+++ b/assets/feather/mic-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/mic.svg b/assets/feather/mic.svg
new file mode 100644
index 0000000..dc5f780
--- /dev/null
+++ b/assets/feather/mic.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/minimize-2.svg b/assets/feather/minimize-2.svg
new file mode 100644
index 0000000..a720fa6
--- /dev/null
+++ b/assets/feather/minimize-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/minimize.svg b/assets/feather/minimize.svg
new file mode 100644
index 0000000..46d6119
--- /dev/null
+++ b/assets/feather/minimize.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/minus-circle.svg b/assets/feather/minus-circle.svg
new file mode 100644
index 0000000..80c0de1
--- /dev/null
+++ b/assets/feather/minus-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/minus-square.svg b/assets/feather/minus-square.svg
new file mode 100644
index 0000000..4862832
--- /dev/null
+++ b/assets/feather/minus-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/minus.svg b/assets/feather/minus.svg
new file mode 100644
index 0000000..93cc734
--- /dev/null
+++ b/assets/feather/minus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/monitor.svg b/assets/feather/monitor.svg
new file mode 100644
index 0000000..6c3556d
--- /dev/null
+++ b/assets/feather/monitor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/moon.svg b/assets/feather/moon.svg
new file mode 100644
index 0000000..dbf7c6c
--- /dev/null
+++ b/assets/feather/moon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/more-horizontal.svg b/assets/feather/more-horizontal.svg
new file mode 100644
index 0000000..dc6a855
--- /dev/null
+++ b/assets/feather/more-horizontal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/more-vertical.svg b/assets/feather/more-vertical.svg
new file mode 100644
index 0000000..cba6958
--- /dev/null
+++ b/assets/feather/more-vertical.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/mouse-pointer.svg b/assets/feather/mouse-pointer.svg
new file mode 100644
index 0000000..f5af559
--- /dev/null
+++ b/assets/feather/mouse-pointer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/move.svg b/assets/feather/move.svg
new file mode 100644
index 0000000..4e251b5
--- /dev/null
+++ b/assets/feather/move.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/music.svg b/assets/feather/music.svg
new file mode 100644
index 0000000..7bee2f7
--- /dev/null
+++ b/assets/feather/music.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/navigation-2.svg b/assets/feather/navigation-2.svg
new file mode 100644
index 0000000..ae31db9
--- /dev/null
+++ b/assets/feather/navigation-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/navigation.svg b/assets/feather/navigation.svg
new file mode 100644
index 0000000..f600a41
--- /dev/null
+++ b/assets/feather/navigation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/octagon.svg b/assets/feather/octagon.svg
new file mode 100644
index 0000000..124c548
--- /dev/null
+++ b/assets/feather/octagon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/package.svg b/assets/feather/package.svg
new file mode 100644
index 0000000..f1e09ee
--- /dev/null
+++ b/assets/feather/package.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/paperclip.svg b/assets/feather/paperclip.svg
new file mode 100644
index 0000000..b1f69b7
--- /dev/null
+++ b/assets/feather/paperclip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/pause-circle.svg b/assets/feather/pause-circle.svg
new file mode 100644
index 0000000..f6b1a8d
--- /dev/null
+++ b/assets/feather/pause-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/pause.svg b/assets/feather/pause.svg
new file mode 100644
index 0000000..4e78038
--- /dev/null
+++ b/assets/feather/pause.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/pen-tool.svg b/assets/feather/pen-tool.svg
new file mode 100644
index 0000000..0d26fa1
--- /dev/null
+++ b/assets/feather/pen-tool.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/percent.svg b/assets/feather/percent.svg
new file mode 100644
index 0000000..2cb9719
--- /dev/null
+++ b/assets/feather/percent.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/phone-call.svg b/assets/feather/phone-call.svg
new file mode 100644
index 0000000..8b86660
--- /dev/null
+++ b/assets/feather/phone-call.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/phone-forwarded.svg b/assets/feather/phone-forwarded.svg
new file mode 100644
index 0000000..aa21bef
--- /dev/null
+++ b/assets/feather/phone-forwarded.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/phone-incoming.svg b/assets/feather/phone-incoming.svg
new file mode 100644
index 0000000..b2d523a
--- /dev/null
+++ b/assets/feather/phone-incoming.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/phone-missed.svg b/assets/feather/phone-missed.svg
new file mode 100644
index 0000000..4950f09
--- /dev/null
+++ b/assets/feather/phone-missed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/phone-off.svg b/assets/feather/phone-off.svg
new file mode 100644
index 0000000..4d00fb3
--- /dev/null
+++ b/assets/feather/phone-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/phone-outgoing.svg b/assets/feather/phone-outgoing.svg
new file mode 100644
index 0000000..fea27a3
--- /dev/null
+++ b/assets/feather/phone-outgoing.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/phone.svg b/assets/feather/phone.svg
new file mode 100644
index 0000000..2a35154
--- /dev/null
+++ b/assets/feather/phone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/pie-chart.svg b/assets/feather/pie-chart.svg
new file mode 100644
index 0000000..b5bbe67
--- /dev/null
+++ b/assets/feather/pie-chart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/play-circle.svg b/assets/feather/play-circle.svg
new file mode 100644
index 0000000..8766dc7
--- /dev/null
+++ b/assets/feather/play-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/play.svg b/assets/feather/play.svg
new file mode 100644
index 0000000..fd76e30
--- /dev/null
+++ b/assets/feather/play.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/plus-circle.svg b/assets/feather/plus-circle.svg
new file mode 100644
index 0000000..4291ff0
--- /dev/null
+++ b/assets/feather/plus-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/plus-square.svg b/assets/feather/plus-square.svg
new file mode 100644
index 0000000..c380e24
--- /dev/null
+++ b/assets/feather/plus-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/plus.svg b/assets/feather/plus.svg
new file mode 100644
index 0000000..703c5b7
--- /dev/null
+++ b/assets/feather/plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/pocket.svg b/assets/feather/pocket.svg
new file mode 100644
index 0000000..a3b2561
--- /dev/null
+++ b/assets/feather/pocket.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/power.svg b/assets/feather/power.svg
new file mode 100644
index 0000000..598308f
--- /dev/null
+++ b/assets/feather/power.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/printer.svg b/assets/feather/printer.svg
new file mode 100644
index 0000000..8a9a7ac
--- /dev/null
+++ b/assets/feather/printer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/radio.svg b/assets/feather/radio.svg
new file mode 100644
index 0000000..5abfcd1
--- /dev/null
+++ b/assets/feather/radio.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/refresh-ccw.svg b/assets/feather/refresh-ccw.svg
new file mode 100644
index 0000000..10cff0e
--- /dev/null
+++ b/assets/feather/refresh-ccw.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/refresh-cw.svg b/assets/feather/refresh-cw.svg
new file mode 100644
index 0000000..06c358d
--- /dev/null
+++ b/assets/feather/refresh-cw.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/repeat.svg b/assets/feather/repeat.svg
new file mode 100644
index 0000000..c7657b0
--- /dev/null
+++ b/assets/feather/repeat.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/rewind.svg b/assets/feather/rewind.svg
new file mode 100644
index 0000000..7b0fa3d
--- /dev/null
+++ b/assets/feather/rewind.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/rotate-ccw.svg b/assets/feather/rotate-ccw.svg
new file mode 100644
index 0000000..ade5dc4
--- /dev/null
+++ b/assets/feather/rotate-ccw.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/rotate-cw.svg b/assets/feather/rotate-cw.svg
new file mode 100644
index 0000000..83dca35
--- /dev/null
+++ b/assets/feather/rotate-cw.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/rss.svg b/assets/feather/rss.svg
new file mode 100644
index 0000000..c9a1368
--- /dev/null
+++ b/assets/feather/rss.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/save.svg b/assets/feather/save.svg
new file mode 100644
index 0000000..46c7299
--- /dev/null
+++ b/assets/feather/save.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/scissors.svg b/assets/feather/scissors.svg
new file mode 100644
index 0000000..fd0647f
--- /dev/null
+++ b/assets/feather/scissors.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/search.svg b/assets/feather/search.svg
new file mode 100644
index 0000000..8710306
--- /dev/null
+++ b/assets/feather/search.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/send.svg b/assets/feather/send.svg
new file mode 100644
index 0000000..42ef2a2
--- /dev/null
+++ b/assets/feather/send.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/server.svg b/assets/feather/server.svg
new file mode 100644
index 0000000..54ce094
--- /dev/null
+++ b/assets/feather/server.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/settings.svg b/assets/feather/settings.svg
new file mode 100644
index 0000000..19c2726
--- /dev/null
+++ b/assets/feather/settings.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/share-2.svg b/assets/feather/share-2.svg
new file mode 100644
index 0000000..09b1c7b
--- /dev/null
+++ b/assets/feather/share-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/share.svg b/assets/feather/share.svg
new file mode 100644
index 0000000..df38c14
--- /dev/null
+++ b/assets/feather/share.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/shield-off.svg b/assets/feather/shield-off.svg
new file mode 100644
index 0000000..18692dd
--- /dev/null
+++ b/assets/feather/shield-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/shield.svg b/assets/feather/shield.svg
new file mode 100644
index 0000000..c7c4841
--- /dev/null
+++ b/assets/feather/shield.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/shopping-bag.svg b/assets/feather/shopping-bag.svg
new file mode 100644
index 0000000..eaa39e8
--- /dev/null
+++ b/assets/feather/shopping-bag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/shopping-cart.svg b/assets/feather/shopping-cart.svg
new file mode 100644
index 0000000..17a40bf
--- /dev/null
+++ b/assets/feather/shopping-cart.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/shuffle.svg b/assets/feather/shuffle.svg
new file mode 100644
index 0000000..8cfb5db
--- /dev/null
+++ b/assets/feather/shuffle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/sidebar.svg b/assets/feather/sidebar.svg
new file mode 100644
index 0000000..8ba817e
--- /dev/null
+++ b/assets/feather/sidebar.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/skip-back.svg b/assets/feather/skip-back.svg
new file mode 100644
index 0000000..88d024e
--- /dev/null
+++ b/assets/feather/skip-back.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/skip-forward.svg b/assets/feather/skip-forward.svg
new file mode 100644
index 0000000..f3fdac3
--- /dev/null
+++ b/assets/feather/skip-forward.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/slack.svg b/assets/feather/slack.svg
new file mode 100644
index 0000000..5d97346
--- /dev/null
+++ b/assets/feather/slack.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/slash.svg b/assets/feather/slash.svg
new file mode 100644
index 0000000..f4131b8
--- /dev/null
+++ b/assets/feather/slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/sliders.svg b/assets/feather/sliders.svg
new file mode 100644
index 0000000..19c9385
--- /dev/null
+++ b/assets/feather/sliders.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/smartphone.svg b/assets/feather/smartphone.svg
new file mode 100644
index 0000000..0171a95
--- /dev/null
+++ b/assets/feather/smartphone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/smile.svg b/assets/feather/smile.svg
new file mode 100644
index 0000000..24dc8a2
--- /dev/null
+++ b/assets/feather/smile.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/speaker.svg b/assets/feather/speaker.svg
new file mode 100644
index 0000000..75d5ff9
--- /dev/null
+++ b/assets/feather/speaker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/square.svg b/assets/feather/square.svg
new file mode 100644
index 0000000..6eabc77
--- /dev/null
+++ b/assets/feather/square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/star.svg b/assets/feather/star.svg
new file mode 100644
index 0000000..bcdc31a
--- /dev/null
+++ b/assets/feather/star.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/stop-circle.svg b/assets/feather/stop-circle.svg
new file mode 100644
index 0000000..c10d9d4
--- /dev/null
+++ b/assets/feather/stop-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/sun.svg b/assets/feather/sun.svg
new file mode 100644
index 0000000..7f51b94
--- /dev/null
+++ b/assets/feather/sun.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/sunrise.svg b/assets/feather/sunrise.svg
new file mode 100644
index 0000000..eff4b1e
--- /dev/null
+++ b/assets/feather/sunrise.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/sunset.svg b/assets/feather/sunset.svg
new file mode 100644
index 0000000..a5a2221
--- /dev/null
+++ b/assets/feather/sunset.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/table.svg b/assets/feather/table.svg
new file mode 100644
index 0000000..679bd57
--- /dev/null
+++ b/assets/feather/table.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/tablet.svg b/assets/feather/tablet.svg
new file mode 100644
index 0000000..9c80b40
--- /dev/null
+++ b/assets/feather/tablet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/tag.svg b/assets/feather/tag.svg
new file mode 100644
index 0000000..7219b15
--- /dev/null
+++ b/assets/feather/tag.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/target.svg b/assets/feather/target.svg
new file mode 100644
index 0000000..be84b17
--- /dev/null
+++ b/assets/feather/target.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/terminal.svg b/assets/feather/terminal.svg
new file mode 100644
index 0000000..af459c0
--- /dev/null
+++ b/assets/feather/terminal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/thermometer.svg b/assets/feather/thermometer.svg
new file mode 100644
index 0000000..33142cc
--- /dev/null
+++ b/assets/feather/thermometer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/thumbs-down.svg b/assets/feather/thumbs-down.svg
new file mode 100644
index 0000000..3e7bcd6
--- /dev/null
+++ b/assets/feather/thumbs-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/thumbs-up.svg b/assets/feather/thumbs-up.svg
new file mode 100644
index 0000000..226c44d
--- /dev/null
+++ b/assets/feather/thumbs-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/toggle-left.svg b/assets/feather/toggle-left.svg
new file mode 100644
index 0000000..240be29
--- /dev/null
+++ b/assets/feather/toggle-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/toggle-right.svg b/assets/feather/toggle-right.svg
new file mode 100644
index 0000000..fc6e81c
--- /dev/null
+++ b/assets/feather/toggle-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/tool.svg b/assets/feather/tool.svg
new file mode 100644
index 0000000..f3cbf3d
--- /dev/null
+++ b/assets/feather/tool.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/trash-2.svg b/assets/feather/trash-2.svg
new file mode 100644
index 0000000..f24d55b
--- /dev/null
+++ b/assets/feather/trash-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/trash.svg b/assets/feather/trash.svg
new file mode 100644
index 0000000..55650bd
--- /dev/null
+++ b/assets/feather/trash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/trello.svg b/assets/feather/trello.svg
new file mode 100644
index 0000000..b2f599b
--- /dev/null
+++ b/assets/feather/trello.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/trending-down.svg b/assets/feather/trending-down.svg
new file mode 100644
index 0000000..a9d4cfa
--- /dev/null
+++ b/assets/feather/trending-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/trending-up.svg b/assets/feather/trending-up.svg
new file mode 100644
index 0000000..52026a4
--- /dev/null
+++ b/assets/feather/trending-up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/triangle.svg b/assets/feather/triangle.svg
new file mode 100644
index 0000000..274b652
--- /dev/null
+++ b/assets/feather/triangle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/truck.svg b/assets/feather/truck.svg
new file mode 100644
index 0000000..3389837
--- /dev/null
+++ b/assets/feather/truck.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/tv.svg b/assets/feather/tv.svg
new file mode 100644
index 0000000..955bbff
--- /dev/null
+++ b/assets/feather/tv.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/twitch.svg b/assets/feather/twitch.svg
new file mode 100644
index 0000000..1706249
--- /dev/null
+++ b/assets/feather/twitch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/twitter.svg b/assets/feather/twitter.svg
new file mode 100644
index 0000000..f8886ec
--- /dev/null
+++ b/assets/feather/twitter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/type.svg b/assets/feather/type.svg
new file mode 100644
index 0000000..c6b2de3
--- /dev/null
+++ b/assets/feather/type.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/umbrella.svg b/assets/feather/umbrella.svg
new file mode 100644
index 0000000..dc77c0c
--- /dev/null
+++ b/assets/feather/umbrella.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/underline.svg b/assets/feather/underline.svg
new file mode 100644
index 0000000..044945d
--- /dev/null
+++ b/assets/feather/underline.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/unlock.svg b/assets/feather/unlock.svg
new file mode 100644
index 0000000..01dc359
--- /dev/null
+++ b/assets/feather/unlock.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/upload-cloud.svg b/assets/feather/upload-cloud.svg
new file mode 100644
index 0000000..a1db297
--- /dev/null
+++ b/assets/feather/upload-cloud.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/upload.svg b/assets/feather/upload.svg
new file mode 100644
index 0000000..91eaff7
--- /dev/null
+++ b/assets/feather/upload.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/user-check.svg b/assets/feather/user-check.svg
new file mode 100644
index 0000000..42f91b2
--- /dev/null
+++ b/assets/feather/user-check.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/user-minus.svg b/assets/feather/user-minus.svg
new file mode 100644
index 0000000..44b75f5
--- /dev/null
+++ b/assets/feather/user-minus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/user-plus.svg b/assets/feather/user-plus.svg
new file mode 100644
index 0000000..21460f6
--- /dev/null
+++ b/assets/feather/user-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/user-x.svg b/assets/feather/user-x.svg
new file mode 100644
index 0000000..0c41a48
--- /dev/null
+++ b/assets/feather/user-x.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/user.svg b/assets/feather/user.svg
new file mode 100644
index 0000000..7bb5f29
--- /dev/null
+++ b/assets/feather/user.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/users.svg b/assets/feather/users.svg
new file mode 100644
index 0000000..aacf6b0
--- /dev/null
+++ b/assets/feather/users.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/video-off.svg b/assets/feather/video-off.svg
new file mode 100644
index 0000000..08ec697
--- /dev/null
+++ b/assets/feather/video-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/video.svg b/assets/feather/video.svg
new file mode 100644
index 0000000..8ff156a
--- /dev/null
+++ b/assets/feather/video.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/voicemail.svg b/assets/feather/voicemail.svg
new file mode 100644
index 0000000..5d78a8e
--- /dev/null
+++ b/assets/feather/voicemail.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/volume-1.svg b/assets/feather/volume-1.svg
new file mode 100644
index 0000000..150e875
--- /dev/null
+++ b/assets/feather/volume-1.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/volume-2.svg b/assets/feather/volume-2.svg
new file mode 100644
index 0000000..03d521c
--- /dev/null
+++ b/assets/feather/volume-2.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/volume-x.svg b/assets/feather/volume-x.svg
new file mode 100644
index 0000000..be44240
--- /dev/null
+++ b/assets/feather/volume-x.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/volume.svg b/assets/feather/volume.svg
new file mode 100644
index 0000000..53bfe15
--- /dev/null
+++ b/assets/feather/volume.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/watch.svg b/assets/feather/watch.svg
new file mode 100644
index 0000000..a1099da
--- /dev/null
+++ b/assets/feather/watch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/wifi-off.svg b/assets/feather/wifi-off.svg
new file mode 100644
index 0000000..35eae43
--- /dev/null
+++ b/assets/feather/wifi-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/wifi.svg b/assets/feather/wifi.svg
new file mode 100644
index 0000000..748c285
--- /dev/null
+++ b/assets/feather/wifi.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/wind.svg b/assets/feather/wind.svg
new file mode 100644
index 0000000..82b3646
--- /dev/null
+++ b/assets/feather/wind.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/x-circle.svg b/assets/feather/x-circle.svg
new file mode 100644
index 0000000..94aad5e
--- /dev/null
+++ b/assets/feather/x-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/x-octagon.svg b/assets/feather/x-octagon.svg
new file mode 100644
index 0000000..8543198
--- /dev/null
+++ b/assets/feather/x-octagon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/x-square.svg b/assets/feather/x-square.svg
new file mode 100644
index 0000000..7677c38
--- /dev/null
+++ b/assets/feather/x-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/x.svg b/assets/feather/x.svg
new file mode 100644
index 0000000..7d5875c
--- /dev/null
+++ b/assets/feather/x.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/youtube.svg b/assets/feather/youtube.svg
new file mode 100644
index 0000000..c482438
--- /dev/null
+++ b/assets/feather/youtube.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/zap-off.svg b/assets/feather/zap-off.svg
new file mode 100644
index 0000000..c636f8b
--- /dev/null
+++ b/assets/feather/zap-off.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/zap.svg b/assets/feather/zap.svg
new file mode 100644
index 0000000..8fdafa9
--- /dev/null
+++ b/assets/feather/zap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/zoom-in.svg b/assets/feather/zoom-in.svg
new file mode 100644
index 0000000..da4572d
--- /dev/null
+++ b/assets/feather/zoom-in.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/feather/zoom-out.svg b/assets/feather/zoom-out.svg
new file mode 100644
index 0000000..fd678d7
--- /dev/null
+++ b/assets/feather/zoom-out.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/assets/ingestion.ts b/assets/ingestion.ts
new file mode 100644
index 0000000..f361f78
--- /dev/null
+++ b/assets/ingestion.ts
@@ -0,0 +1,40 @@
+import fs from 'fs'
+import path from 'path'
+import { parse } from 'node-html-parser'
+
+const iconsDir = path.join(__dirname, 'feather')
+const outFile = path.join(__dirname, '../src', 'icons.json')
+
+interface IIcons {
+ [key: string]: string
+}
+
+fs.readdir(iconsDir, (err, files) => {
+ //handling error
+ if (err) {
+ return console.log('Unable to scan directory: ' + err)
+ }
+
+ const icons : IIcons = {}
+
+ //listing all files
+ files.forEach((file) => {
+ const name = path.basename(file, '.svg')
+
+ icons[name] = ''
+ parse(fs.readFileSync(path.join(iconsDir, file), 'utf8')).childNodes.forEach(node => {
+ node.childNodes.forEach(childNode => {
+ icons[name] += childNode.toString()
+ })
+ })
+ })
+
+ fs.writeFile(path.join(outFile), JSON.stringify(icons), err => {
+ if (err) {
+ console.error(err)
+ return
+ }
+ //file written successfully
+ })
+
+})
\ No newline at end of file
diff --git a/package.json b/package.json
index d087ba1..e04c68c 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,12 @@
"version": "0.1.0",
"description": "Feather Icons as a React Typescript component.",
"main": "lib/index.js",
- "files": ["lib/**/*"],
+ "files": [
+ "lib/**/*"
+ ],
"scripts": {
- "build" : "tsc"
+ "ingestion": "npx ts-node assets/ingestion.ts",
+ "build": "tsc"
},
"repository": {
"type": "git",
@@ -26,13 +29,14 @@
},
"homepage": "https://github.com/maks-it/feather-icons-ts-react/#readme",
"devDependencies": {
+ "@types/node": "^17.0.24",
"@types/react": "18.0.5",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
+ "node-html-parser": "^5.3.3",
"react": "^18.0.0",
+ "ts-node": "^10.7.0",
"typescript": "^4.6.3"
-
- },
- "dependencies": {}
+ }
}
diff --git a/src/FeatherIcon.tsx b/src/FeatherIcon.tsx
index e27b41f..6ab5be6 100644
--- a/src/FeatherIcon.tsx
+++ b/src/FeatherIcon.tsx
@@ -34,8 +34,7 @@ const FeatherIcon : FC = (props : IFeatherIcon) => {
strokeLinecap="round"
strokeLinejoin="round"
className={`feather feather-${icon} ${className}`}
- {...otherProps}
- >
+ {...otherProps}>
)
diff --git a/src/IconInner.tsx b/src/IconInner.tsx
index 2193e36..145b313 100644
--- a/src/IconInner.tsx
+++ b/src/IconInner.tsx
@@ -3,12 +3,9 @@ import React, { FC } from 'react'
// TODO: automatically generate this JSON via this repo's build script
import icons from './icons.json'
-const createMarkup = (markup: string) => {
- // we dont sanitize markup
- // since icons.json is maintained within the package before build
- return { __html: markup }
+interface IIcons {
+ [key: string]: string
}
-
interface IIconInner {
icon: string
}
@@ -16,18 +13,15 @@ interface IIconInner {
const IconInner : FC = (props : IIconInner) => {
const { icon } = props
-
// icons are based on generated icons.json from feather lib
- interface IIcons {
- [key: string]: string
- }
-
const iconMarkup = (icons as IIcons)[icon]
if (iconMarkup) {
// i didnt want to use dangerouslySetInnerHTML
// but this way I can just use the JSON to spit out SVG.
- return
+ // we dont sanitize markup
+ // since icons.json is maintained within the package before build
+ return
}
return null
}
diff --git a/src/icons.json b/src/icons.json
index de05766..39fd4ec 100644
--- a/src/icons.json
+++ b/src/icons.json
@@ -1,288 +1 @@
-{
- "activity": "",
- "airplay": "",
- "alert-circle": "",
- "alert-octagon": "",
- "alert-triangle": "",
- "align-center": "",
- "align-justify": "",
- "align-left": "",
- "align-right": "",
- "anchor": "",
- "aperture": "",
- "archive": "",
- "arrow-down-circle": "",
- "arrow-down-left": "",
- "arrow-down-right": "",
- "arrow-down": "",
- "arrow-left-circle": "",
- "arrow-left": "",
- "arrow-right-circle": "",
- "arrow-right": "",
- "arrow-up-circle": "",
- "arrow-up-left": "",
- "arrow-up-right": "",
- "arrow-up": "",
- "at-sign": "",
- "award": "",
- "bar-chart-2": "",
- "bar-chart": "",
- "battery-charging": "",
- "battery": "",
- "bell-off": "",
- "bell": "",
- "bluetooth": "",
- "bold": "",
- "book-open": "",
- "book": "",
- "bookmark": "",
- "box": "",
- "briefcase": "",
- "calendar": "",
- "camera-off": "",
- "camera": "",
- "cast": "",
- "check-circle": "",
- "check-square": "",
- "check": "",
- "chevron-down": "",
- "chevron-left": "",
- "chevron-right": "",
- "chevron-up": "",
- "chevrons-down": "",
- "chevrons-left": "",
- "chevrons-right": "",
- "chevrons-up": "",
- "chrome": "",
- "circle": "",
- "clipboard": "",
- "clock": "",
- "cloud-drizzle": "",
- "cloud-lightning": "",
- "cloud-off": "",
- "cloud-rain": "",
- "cloud-snow": "",
- "cloud": "",
- "code": "",
- "codepen": "",
- "codesandbox": "",
- "coffee": "",
- "columns": "",
- "command": "",
- "compass": "",
- "copy": "",
- "corner-down-left": "",
- "corner-down-right": "",
- "corner-left-down": "",
- "corner-left-up": "",
- "corner-right-down": "",
- "corner-right-up": "",
- "corner-up-left": "",
- "corner-up-right": "",
- "cpu": "",
- "credit-card": "",
- "crop": "",
- "crosshair": "",
- "database": "",
- "delete": "",
- "disc": "",
- "divide-circle": "",
- "divide-square": "",
- "divide": "",
- "dollar-sign": "",
- "download-cloud": "",
- "download": "",
- "dribbble": "",
- "droplet": "",
- "edit-2": "",
- "edit-3": "",
- "edit": "",
- "external-link": "",
- "eye-off": "",
- "eye": "",
- "facebook": "",
- "fast-forward": "",
- "feather": "",
- "figma": "",
- "file-minus": "",
- "file-plus": "",
- "file-text": "",
- "file": "",
- "film": "",
- "filter": "",
- "flag": "",
- "folder-minus": "",
- "folder-plus": "",
- "folder": "",
- "framer": "",
- "frown": "",
- "gift": "",
- "git-branch": "",
- "git-commit": "",
- "git-merge": "",
- "git-pull-request": "",
- "github": "",
- "gitlab": "",
- "globe": "",
- "grid": "",
- "hard-drive": "",
- "hash": "",
- "headphones": "",
- "heart": "",
- "help-circle": "",
- "hexagon": "",
- "home": "",
- "image": "",
- "inbox": "",
- "info": "",
- "instagram": "",
- "italic": "",
- "key": "",
- "layers": "",
- "layout": "",
- "life-buoy": "",
- "link-2": "",
- "link": "",
- "linkedin": "",
- "list": "",
- "loader": "",
- "lock": "",
- "log-in": "",
- "log-out": "",
- "mail": "",
- "map-pin": "",
- "map": "",
- "maximize-2": "",
- "maximize": "",
- "meh": "",
- "menu": "",
- "message-circle": "",
- "message-square": "",
- "mic-off": "",
- "mic": "",
- "minimize-2": "",
- "minimize": "",
- "minus-circle": "",
- "minus-square": "",
- "minus": "",
- "monitor": "",
- "moon": "",
- "more-horizontal": "",
- "more-vertical": "",
- "mouse-pointer": "",
- "move": "",
- "music": "",
- "navigation-2": "",
- "navigation": "",
- "octagon": "",
- "package": "",
- "paperclip": "",
- "pause-circle": "",
- "pause": "",
- "pen-tool": "",
- "percent": "",
- "phone-call": "",
- "phone-forwarded": "",
- "phone-incoming": "",
- "phone-missed": "",
- "phone-off": "",
- "phone-outgoing": "",
- "phone": "",
- "pie-chart": "",
- "play-circle": "",
- "play": "",
- "plus-circle": "",
- "plus-square": "",
- "plus": "",
- "pocket": "",
- "power": "",
- "printer": "",
- "radio": "",
- "refresh-ccw": "",
- "refresh-cw": "",
- "repeat": "",
- "rewind": "",
- "rotate-ccw": "",
- "rotate-cw": "",
- "rss": "",
- "save": "",
- "scissors": "",
- "search": "",
- "send": "",
- "server": "",
- "settings": "",
- "share-2": "",
- "share": "",
- "shield-off": "",
- "shield": "",
- "shopping-bag": "",
- "shopping-cart": "",
- "shuffle": "",
- "sidebar": "",
- "skip-back": "",
- "skip-forward": "",
- "slack": "",
- "slash": "",
- "sliders": "",
- "smartphone": "",
- "smile": "",
- "speaker": "",
- "square": "",
- "star": "",
- "stop-circle": "",
- "sun": "",
- "sunrise": "",
- "sunset": "",
- "tablet": "",
- "tag": "",
- "target": "",
- "terminal": "",
- "thermometer": "",
- "thumbs-down": "",
- "thumbs-up": "",
- "toggle-left": "",
- "toggle-right": "",
- "tool": "",
- "trash-2": "",
- "trash": "",
- "trello": "",
- "trending-down": "",
- "trending-up": "",
- "triangle": "",
- "truck": "",
- "tv": "",
- "twitch": "",
- "twitter": "",
- "type": "",
- "umbrella": "",
- "underline": "",
- "unlock": "",
- "upload-cloud": "",
- "upload": "",
- "user-check": "",
- "user-minus": "",
- "user-plus": "",
- "user-x": "",
- "user": "",
- "users": "",
- "video-off": "",
- "video": "",
- "voicemail": "",
- "volume-1": "",
- "volume-2": "",
- "volume-x": "",
- "volume": "",
- "watch": "",
- "wifi-off": "",
- "wifi": "",
- "wind": "",
- "x-circle": "",
- "x-octagon": "",
- "x-square": "",
- "x": "",
- "youtube": "",
- "zap-off": "",
- "zap": "",
- "zoom-in": "",
- "zoom-out": ""
-}
+{"activity":"","airplay":"","alert-circle":"","alert-octagon":"","alert-triangle":"","align-center":"","align-justify":"","align-left":"","align-right":"","anchor":"","aperture":"","archive":"","arrow-down-circle":"","arrow-down-left":"","arrow-down-right":"","arrow-down":"","arrow-left-circle":"","arrow-left":"","arrow-right-circle":"","arrow-right":"","arrow-up-circle":"","arrow-up-left":"","arrow-up-right":"","arrow-up":"","at-sign":"","award":"","bar-chart-2":"","bar-chart":"","battery-charging":"","battery":"","bell-off":"","bell":"","bluetooth":"","bold":"","book-open":"","book":"","bookmark":"","box":"","briefcase":"","calendar":"","camera-off":"","camera":"","cast":"","check-circle":"","check-square":"","check":"","chevron-down":"","chevron-left":"","chevron-right":"","chevron-up":"","chevrons-down":"","chevrons-left":"","chevrons-right":"","chevrons-up":"","chrome":"","circle":"","clipboard":"","clock":"","cloud-drizzle":"","cloud-lightning":"","cloud-off":"","cloud-rain":"","cloud-snow":"","cloud":"","code":"","codepen":"","codesandbox":"","coffee":"","columns":"","command":"","compass":"","copy":"","corner-down-left":"","corner-down-right":"","corner-left-down":"","corner-left-up":"","corner-right-down":"","corner-right-up":"","corner-up-left":"","corner-up-right":"","cpu":"","credit-card":"","crop":"","crosshair":"","database":"","delete":"","disc":"","divide-circle":"","divide-square":"","divide":"","dollar-sign":"","download-cloud":"","download":"","dribbble":"","droplet":"","edit-2":"","edit-3":"","edit":"","external-link":"","eye-off":"","eye":"","facebook":"","fast-forward":"","feather":"","figma":"","file-minus":"","file-plus":"","file-text":"","file":"","film":"","filter":"","flag":"","folder-minus":"","folder-plus":"","folder":"","framer":"","frown":"","gift":"","git-branch":"","git-commit":"","git-merge":"","git-pull-request":"","github":"","gitlab":"","globe":"","grid":"","hard-drive":"","hash":"","headphones":"","heart":"","help-circle":"","hexagon":"","home":"","image":"","inbox":"","info":"","instagram":"","italic":"","key":"","layers":"","layout":"","life-buoy":"","link-2":"","link":"","linkedin":"","list":"","loader":"","lock":"","log-in":"","log-out":"","mail":"","map-pin":"","map":"","maximize-2":"","maximize":"","meh":"","menu":"","message-circle":"","message-square":"","mic-off":"","mic":"","minimize-2":"","minimize":"","minus-circle":"","minus-square":"","minus":"","monitor":"","moon":"","more-horizontal":"","more-vertical":"","mouse-pointer":"","move":"","music":"","navigation-2":"","navigation":"","octagon":"","package":"","paperclip":"","pause-circle":"","pause":"","pen-tool":"","percent":"","phone-call":"","phone-forwarded":"","phone-incoming":"","phone-missed":"","phone-off":"","phone-outgoing":"","phone":"","pie-chart":"","play-circle":"","play":"","plus-circle":"","plus-square":"","plus":"","pocket":"","power":"","printer":"","radio":"","refresh-ccw":"","refresh-cw":"","repeat":"","rewind":"","rotate-ccw":"","rotate-cw":"","rss":"","save":"","scissors":"","search":"","send":"","server":"","settings":"","share-2":"","share":"","shield-off":"","shield":"","shopping-bag":"","shopping-cart":"","shuffle":"","sidebar":"","skip-back":"","skip-forward":"","slack":"","slash":"","sliders":"","smartphone":"","smile":"","speaker":"","square":"","star":"","stop-circle":"","sun":"","sunrise":"","sunset":"","table":"","tablet":"","tag":"","target":"","terminal":"","thermometer":"","thumbs-down":"","thumbs-up":"","toggle-left":"","toggle-right":"","tool":"","trash-2":"","trash":"","trello":"","trending-down":"","trending-up":"","triangle":"","truck":"","tv":"","twitch":"","twitter":"","type":"","umbrella":"","underline":"","unlock":"","upload-cloud":"","upload":"","user-check":"","user-minus":"","user-plus":"","user-x":"","user":"","users":"","video-off":"","video":"","voicemail":"","volume-1":"","volume-2":"","volume-x":"","volume":"","watch":"","wifi-off":"","wifi":"","wind":"","x-circle":"","x-octagon":"","x-square":"","x":"","youtube":"","zap-off":"","zap":"","zoom-in":"","zoom-out":""}
\ No newline at end of file
diff --git a/tsconfig.json b/tsconfig.json
index 77925e2..5cebb8b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -22,7 +22,8 @@
"outDir": "./lib",
},
"include": [
- "src"
+ "src",
+ "assets"
],
"exclude": [
"node_modules",
diff --git a/yarn.lock b/yarn.lock
index c9e077d..4c593e0 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4,7 +4,7 @@
"@babel/runtime-corejs3@^7.10.2":
version "7.17.9"
- resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.17.9.tgz#3d02d0161f0fbf3ada8e88159375af97690f4055"
+ resolved "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.17.9.tgz"
integrity sha512-WxYHHUWF2uZ7Hp1K+D1xQgbgkGUfA+5UPOegEXGt2Y5SMog/rYCVaifLZDbw8UkNXozEqqrZTy6bglL7xTaCOw==
dependencies:
core-js-pure "^3.20.2"
@@ -12,14 +12,26 @@
"@babel/runtime@^7.10.2", "@babel/runtime@^7.16.3":
version "7.17.9"
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.17.9.tgz#d19fbf802d01a8cb6cf053a64e472d42c434ba72"
+ resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.9.tgz"
integrity sha512-lSiBBvodq29uShpWGNbgFdKYNiFDo5/HIYsaCEY9ff4sb10x9jizo2+pRrSyF4jKZCXqgzuqBOQKbUm90gQwJg==
dependencies:
regenerator-runtime "^0.13.4"
+"@cspotcode/source-map-consumer@0.8.0":
+ version "0.8.0"
+ resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
+ integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
+
+"@cspotcode/source-map-support@0.7.0":
+ version "0.7.0"
+ resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
+ integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
+ dependencies:
+ "@cspotcode/source-map-consumer" "0.8.0"
+
"@eslint/eslintrc@^1.2.1":
version "1.2.1"
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.1.tgz#8b5e1c49f4077235516bc9ec7d41378c0f69b8c6"
+ resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.2.1.tgz"
integrity sha512-bxvbYnBPN1Gibwyp6NrpnFzA3YtRL3BBAyEAFVIpNTm2Rn4Vy87GA5M4aSn3InRrlsbX5N0GW7XIx+U4SAEKdQ==
dependencies:
ajv "^6.12.4"
@@ -34,7 +46,7 @@
"@humanwhocodes/config-array@^0.9.2":
version "0.9.5"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7"
+ resolved "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz"
integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==
dependencies:
"@humanwhocodes/object-schema" "^1.2.1"
@@ -43,12 +55,12 @@
"@humanwhocodes/object-schema@^1.2.1":
version "1.2.1"
- resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
+ resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
+ resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
dependencies:
"@nodelib/fs.stat" "2.0.5"
@@ -56,25 +68,50 @@
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
version "2.0.5"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
+ resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz"
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
"@nodelib/fs.walk@^1.2.3":
version "1.2.8"
- resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
+ resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz"
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
dependencies:
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"
+"@tsconfig/node10@^1.0.7":
+ version "1.0.8"
+ resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
+ integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==
+
+"@tsconfig/node12@^1.0.7":
+ version "1.0.9"
+ resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c"
+ integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==
+
+"@tsconfig/node14@^1.0.0":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2"
+ integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
+
+"@tsconfig/node16@^1.0.2":
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
+ integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
+
+"@types/node@^17.0.24":
+ version "17.0.24"
+ resolved "https://registry.npmjs.org/@types/node/-/node-17.0.24.tgz"
+ integrity sha512-aveCYRQbgTH9Pssp1voEP7HiuWlD2jW2BO56w+bVrJn04i61yh6mRfoKO6hEYQD9vF+W8Chkwc6j1M36uPkx4g==
+
"@types/prop-types@*":
version "15.7.5"
- resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
+ resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz"
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
"@types/react@18.0.5":
version "18.0.5"
- resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.5.tgz#1a4d4b705ae6af5aed369dec22800b20f89f5301"
+ resolved "https://registry.npmjs.org/@types/react/-/react-18.0.5.tgz"
integrity sha512-UPxNGInDCIKlfqBrm8LDXYWNfLHwIdisWcsH5GpMyGjhEDLFgTtlRBaoWuCua9HcyuE0rMkmAeZ3FXV1pYLIYQ==
dependencies:
"@types/prop-types" "*"
@@ -83,12 +120,12 @@
"@types/scheduler@*":
version "0.16.2"
- resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
+ resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz"
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
"@typescript-eslint/parser@^5.19.0":
version "5.19.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
+ resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.19.0.tgz"
integrity sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
dependencies:
"@typescript-eslint/scope-manager" "5.19.0"
@@ -98,7 +135,7 @@
"@typescript-eslint/scope-manager@5.19.0":
version "5.19.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz#97e59b0bcbcb54dbcdfba96fc103b9020bbe9cb4"
+ resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.19.0.tgz"
integrity sha512-Fz+VrjLmwq5fbQn5W7cIJZ066HxLMKvDEmf4eu1tZ8O956aoX45jAuBB76miAECMTODyUxH61AQM7q4/GOMQ5g==
dependencies:
"@typescript-eslint/types" "5.19.0"
@@ -106,12 +143,12 @@
"@typescript-eslint/types@5.19.0":
version "5.19.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
+ resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.19.0.tgz"
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
"@typescript-eslint/typescript-estree@5.19.0":
version "5.19.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
+ resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz"
integrity sha512-dRPuD4ocXdaE1BM/dNR21elSEUPKaWgowCA0bqJ6YbYkvtrPVEvZ+zqcX5a8ECYn3q5iBSSUcBBD42ubaOp0Hw==
dependencies:
"@typescript-eslint/types" "5.19.0"
@@ -124,7 +161,7 @@
"@typescript-eslint/visitor-keys@5.19.0":
version "5.19.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz#c84ebc7f6c744707a361ca5ec7f7f64cd85b8af6"
+ resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.19.0.tgz"
integrity sha512-Ym7zZoMDZcAKWsULi2s7UMLREdVQdScPQ/fKWMYefarCztWlHPFVJo8racf8R0Gc8FAEJ2eD4of8As1oFtnQlQ==
dependencies:
"@typescript-eslint/types" "5.19.0"
@@ -132,17 +169,22 @@
acorn-jsx@^5.3.1:
version "5.3.2"
- resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
+ resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
-acorn@^8.7.0:
+acorn-walk@^8.1.1:
+ version "8.2.0"
+ resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
+ integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
+
+acorn@^8.4.1, acorn@^8.7.0:
version "8.7.0"
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
+ resolved "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz"
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
ajv@^6.10.0, ajv@^6.12.4:
version "6.12.6"
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
+ resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz"
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
dependencies:
fast-deep-equal "^3.1.1"
@@ -152,24 +194,29 @@ ajv@^6.10.0, ajv@^6.12.4:
ansi-regex@^5.0.1:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
+ resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
ansi-styles@^4.1.0:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
+ resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz"
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
dependencies:
color-convert "^2.0.1"
+arg@^4.1.0:
+ version "4.1.3"
+ resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
+ integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==
+
argparse@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
+ resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz"
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
aria-query@^4.2.2:
version "4.2.2"
- resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
+ resolved "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz"
integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
dependencies:
"@babel/runtime" "^7.10.2"
@@ -177,7 +224,7 @@ aria-query@^4.2.2:
array-includes@^3.1.4:
version "3.1.4"
- resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.4.tgz#f5b493162c760f3539631f005ba2bb46acb45ba9"
+ resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz"
integrity sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==
dependencies:
call-bind "^1.0.2"
@@ -188,32 +235,37 @@ array-includes@^3.1.4:
array-union@^2.1.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
+ resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz"
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
ast-types-flow@^0.0.7:
version "0.0.7"
- resolved "https://registry.yarnpkg.com/ast-types-flow/-/ast-types-flow-0.0.7.tgz#f70b735c6bca1a5c9c22d982c3e39e7feba3bdad"
+ resolved "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz"
integrity sha1-9wtzXGvKGlycItmCw+Oef+ujva0=
axe-core@^4.3.5:
version "4.4.1"
- resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413"
+ resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.4.1.tgz"
integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==
axobject-query@^2.2.0:
version "2.2.0"
- resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
+ resolved "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz"
integrity sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==
balanced-match@^1.0.0:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
+ resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
+boolbase@^1.0.0:
+ version "1.0.0"
+ resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
+ integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24=
+
brace-expansion@^1.1.7:
version "1.1.11"
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
+ resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
dependencies:
balanced-match "^1.0.0"
@@ -221,14 +273,14 @@ brace-expansion@^1.1.7:
braces@^3.0.2:
version "3.0.2"
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
+ resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz"
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
dependencies:
fill-range "^7.0.1"
call-bind@^1.0.0, call-bind@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
+ resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz"
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
dependencies:
function-bind "^1.1.1"
@@ -236,12 +288,12 @@ call-bind@^1.0.0, call-bind@^1.0.2:
callsites@^3.0.0:
version "3.1.0"
- resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
+ resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
chalk@^4.0.0:
version "4.1.2"
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
+ resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
dependencies:
ansi-styles "^4.1.0"
@@ -249,87 +301,148 @@ chalk@^4.0.0:
color-convert@^2.0.1:
version "2.0.1"
- resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
+ resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz"
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
dependencies:
color-name "~1.1.4"
color-name@~1.1.4:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
+ resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
concat-map@0.0.1:
version "0.0.1"
- resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
+ resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
core-js-pure@^3.20.2:
version "3.22.0"
- resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.22.0.tgz#0eaa54b6d1f4ebb4d19976bb4916dfad149a3747"
+ resolved "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.22.0.tgz"
integrity sha512-ylOC9nVy0ak1N+fPIZj00umoZHgUVqmucklP5RT5N+vJof38klKn8Ze6KGyvchdClvEBr6LcQqJpI216LUMqYA==
+create-require@^1.1.0:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
+ integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
+
cross-spawn@^7.0.2:
version "7.0.3"
- resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
+ resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
which "^2.0.1"
+css-select@^4.2.1:
+ version "4.3.0"
+ resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b"
+ integrity sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==
+ dependencies:
+ boolbase "^1.0.0"
+ css-what "^6.0.1"
+ domhandler "^4.3.1"
+ domutils "^2.8.0"
+ nth-check "^2.0.1"
+
+css-what@^6.0.1:
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4"
+ integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==
+
csstype@^3.0.2:
version "3.0.11"
- resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"
+ resolved "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz"
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==
damerau-levenshtein@^1.0.7:
version "1.0.8"
- resolved "https://registry.yarnpkg.com/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz#b43d286ccbd36bc5b2f7ed41caf2d0aba1f8a6e7"
+ resolved "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz"
integrity sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==
debug@^4.1.1, debug@^4.3.2:
version "4.3.4"
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
+ resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
dependencies:
ms "2.1.2"
deep-is@^0.1.3:
version "0.1.4"
- resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
+ resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz"
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
define-properties@^1.1.3:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.4.tgz#0b14d7bd7fbeb2f3572c3a7eda80ea5d57fb05b1"
+ resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz"
integrity sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==
dependencies:
has-property-descriptors "^1.0.0"
object-keys "^1.1.1"
+diff@^4.0.1:
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
+ integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
+
dir-glob@^3.0.1:
version "3.0.1"
- resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
+ resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
dependencies:
path-type "^4.0.0"
doctrine@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-3.0.0.tgz#addebead72a6574db783639dc87a121773973961"
+ resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz"
integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==
dependencies:
esutils "^2.0.2"
+dom-serializer@^1.0.1:
+ version "1.4.1"
+ resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30"
+ integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==
+ dependencies:
+ domelementtype "^2.0.1"
+ domhandler "^4.2.0"
+ entities "^2.0.0"
+
+domelementtype@^2.0.1, domelementtype@^2.2.0:
+ version "2.3.0"
+ resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
+ integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
+
+domhandler@^4.2.0, domhandler@^4.3.1:
+ version "4.3.1"
+ resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c"
+ integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==
+ dependencies:
+ domelementtype "^2.2.0"
+
+domutils@^2.8.0:
+ version "2.8.0"
+ resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"
+ integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
+ dependencies:
+ dom-serializer "^1.0.1"
+ domelementtype "^2.2.0"
+ domhandler "^4.2.0"
+
emoji-regex@^9.2.2:
version "9.2.2"
- resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
+ resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz"
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
+entities@^2.0.0:
+ version "2.2.0"
+ resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
+ integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
+
es-abstract@^1.19.1:
version "1.19.5"
- resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.19.5.tgz#a2cb01eb87f724e815b278b0dd0d00f36ca9a7f1"
+ resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.5.tgz"
integrity sha512-Aa2G2+Rd3b6kxEUKTF4TaW67czBLyAv3z7VOhYRU50YBx+bbsYZ9xQP4lMNazePuFlybXI0V4MruPos7qUo5fA==
dependencies:
call-bind "^1.0.2"
@@ -355,7 +468,7 @@ es-abstract@^1.19.1:
es-to-primitive@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a"
+ resolved "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz"
integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==
dependencies:
is-callable "^1.1.4"
@@ -364,12 +477,12 @@ es-to-primitive@^1.2.1:
escape-string-regexp@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
+ resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
eslint-plugin-jsx-a11y@^6.5.1:
version "6.5.1"
- resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz#cdbf2df901040ca140b6ec14715c988889c2a6d8"
+ resolved "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.5.1.tgz"
integrity sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==
dependencies:
"@babel/runtime" "^7.16.3"
@@ -387,7 +500,7 @@ eslint-plugin-jsx-a11y@^6.5.1:
eslint-scope@^7.1.1:
version "7.1.1"
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
+ resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz"
integrity sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==
dependencies:
esrecurse "^4.3.0"
@@ -395,24 +508,24 @@ eslint-scope@^7.1.1:
eslint-utils@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
+ resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz"
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
dependencies:
eslint-visitor-keys "^2.0.0"
eslint-visitor-keys@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
+ resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
version "3.3.0"
- resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
+ resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz"
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
eslint@^8.13.0:
version "8.13.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.13.0.tgz#6fcea43b6811e655410f5626cfcf328016badcd7"
+ resolved "https://registry.npmjs.org/eslint/-/eslint-8.13.0.tgz"
integrity sha512-D+Xei61eInqauAyTJ6C0q6x9mx7kTUC1KZ0m0LSEexR0V+e94K12LmWX076ZIsldwfQ2RONdaJe0re0TRGQbRQ==
dependencies:
"@eslint/eslintrc" "^1.2.1"
@@ -453,7 +566,7 @@ eslint@^8.13.0:
espree@^9.3.1:
version "9.3.1"
- resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.1.tgz#8793b4bc27ea4c778c19908e0719e7b8f4115bcd"
+ resolved "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz"
integrity sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==
dependencies:
acorn "^8.7.0"
@@ -462,36 +575,36 @@ espree@^9.3.1:
esquery@^1.4.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
+ resolved "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz"
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
dependencies:
estraverse "^5.1.0"
esrecurse@^4.3.0:
version "4.3.0"
- resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
+ resolved "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz"
integrity sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==
dependencies:
estraverse "^5.2.0"
estraverse@^5.1.0, estraverse@^5.2.0:
version "5.3.0"
- resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
+ resolved "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz"
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
esutils@^2.0.2:
version "2.0.3"
- resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
+ resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz"
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"
- resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
+ resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
fast-glob@^3.2.9:
version "3.2.11"
- resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
+ resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz"
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
dependencies:
"@nodelib/fs.stat" "^2.0.2"
@@ -502,38 +615,38 @@ fast-glob@^3.2.9:
fast-json-stable-stringify@^2.0.0:
version "2.1.0"
- resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
+ resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz"
integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==
fast-levenshtein@^2.0.6:
version "2.0.6"
- resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
+ resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz"
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
fastq@^1.6.0:
version "1.13.0"
- resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
+ resolved "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz"
integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
dependencies:
reusify "^1.0.4"
file-entry-cache@^6.0.1:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
+ resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
dependencies:
flat-cache "^3.0.4"
fill-range@^7.0.1:
version "7.0.1"
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
+ resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz"
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
dependencies:
to-regex-range "^5.0.1"
flat-cache@^3.0.4:
version "3.0.4"
- resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
+ resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz"
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
dependencies:
flatted "^3.1.0"
@@ -541,27 +654,27 @@ flat-cache@^3.0.4:
flatted@^3.1.0:
version "3.2.5"
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
+ resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz"
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
fs.realpath@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
+ resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
function-bind@^1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
+ resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
functional-red-black-tree@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
+ resolved "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
+ resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz"
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
dependencies:
function-bind "^1.1.1"
@@ -570,7 +683,7 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
get-symbol-description@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.0.tgz#7fdb81c900101fbd564dd5f1a30af5aadc1e58d6"
+ resolved "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz"
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
dependencies:
call-bind "^1.0.2"
@@ -578,21 +691,21 @@ get-symbol-description@^1.0.0:
glob-parent@^5.1.2:
version "5.1.2"
- resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
+ resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
dependencies:
is-glob "^4.0.1"
glob-parent@^6.0.1:
version "6.0.2"
- resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
+ resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz"
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
dependencies:
is-glob "^4.0.3"
glob@^7.1.3:
version "7.2.0"
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
+ resolved "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz"
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
dependencies:
fs.realpath "^1.0.0"
@@ -604,14 +717,14 @@ glob@^7.1.3:
globals@^13.6.0, globals@^13.9.0:
version "13.13.0"
- resolved "https://registry.yarnpkg.com/globals/-/globals-13.13.0.tgz#ac32261060d8070e2719dd6998406e27d2b5727b"
+ resolved "https://registry.npmjs.org/globals/-/globals-13.13.0.tgz"
integrity sha512-EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A==
dependencies:
type-fest "^0.20.2"
globby@^11.0.4:
version "11.1.0"
- resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
+ resolved "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz"
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
dependencies:
array-union "^2.1.0"
@@ -623,48 +736,53 @@ globby@^11.0.4:
has-bigints@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
+ resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz"
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
has-flag@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
+ resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
has-property-descriptors@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861"
+ resolved "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz"
integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==
dependencies:
get-intrinsic "^1.1.1"
has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
+ resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz"
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
has-tostringtag@^1.0.0:
version "1.0.0"
- resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
+ resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz"
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
dependencies:
has-symbols "^1.0.2"
has@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
+ resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz"
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
dependencies:
function-bind "^1.1.1"
+he@1.2.0:
+ version "1.2.0"
+ resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
+ integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
+
ignore@^5.2.0:
version "5.2.0"
- resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
+ resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz"
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
import-fresh@^3.0.0, import-fresh@^3.2.1:
version "3.3.0"
- resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
+ resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz"
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
dependencies:
parent-module "^1.0.0"
@@ -672,12 +790,12 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
imurmurhash@^0.1.4:
version "0.1.4"
- resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
+ resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz"
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
inflight@^1.0.4:
version "1.0.6"
- resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
+ resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=
dependencies:
once "^1.3.0"
@@ -685,12 +803,12 @@ inflight@^1.0.4:
inherits@2:
version "2.0.4"
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
+ resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
internal-slot@^1.0.3:
version "1.0.3"
- resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
+ resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz"
integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==
dependencies:
get-intrinsic "^1.1.0"
@@ -699,14 +817,14 @@ internal-slot@^1.0.3:
is-bigint@^1.0.1:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
+ resolved "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz"
integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==
dependencies:
has-bigints "^1.0.1"
is-boolean-object@^1.1.0:
version "1.1.2"
- resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719"
+ resolved "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz"
integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==
dependencies:
call-bind "^1.0.2"
@@ -714,48 +832,48 @@ is-boolean-object@^1.1.0:
is-callable@^1.1.4, is-callable@^1.2.4:
version "1.2.4"
- resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
+ resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz"
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
is-date-object@^1.0.1:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
+ resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz"
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
dependencies:
has-tostringtag "^1.0.0"
is-extglob@^2.1.1:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
+ resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz"
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3:
version "4.0.3"
- resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
+ resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz"
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
dependencies:
is-extglob "^2.1.1"
is-negative-zero@^2.0.2:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
+ resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz"
integrity sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==
is-number-object@^1.0.4:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.7.tgz#59d50ada4c45251784e9904f5246c742f07a42fc"
+ resolved "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz"
integrity sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==
dependencies:
has-tostringtag "^1.0.0"
is-number@^7.0.0:
version "7.0.0"
- resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
+ resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz"
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
is-regex@^1.1.4:
version "1.1.4"
- resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
+ resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz"
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
dependencies:
call-bind "^1.0.2"
@@ -763,62 +881,62 @@ is-regex@^1.1.4:
is-shared-array-buffer@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz#8f259c573b60b6a32d4058a1a07430c0a7344c79"
+ resolved "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz"
integrity sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==
dependencies:
call-bind "^1.0.2"
is-string@^1.0.5, is-string@^1.0.7:
version "1.0.7"
- resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
+ resolved "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz"
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
dependencies:
has-tostringtag "^1.0.0"
is-symbol@^1.0.2, is-symbol@^1.0.3:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.4.tgz#a6dac93b635b063ca6872236de88910a57af139c"
+ resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz"
integrity sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==
dependencies:
has-symbols "^1.0.2"
is-weakref@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.0.2.tgz#9529f383a9338205e89765e0392efc2f100f06f2"
+ resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz"
integrity sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==
dependencies:
call-bind "^1.0.2"
isexe@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
+ resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
"js-tokens@^3.0.0 || ^4.0.0":
version "4.0.0"
- resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
+ resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz"
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
js-yaml@^4.1.0:
version "4.1.0"
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
+ resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz"
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
dependencies:
argparse "^2.0.1"
json-schema-traverse@^0.4.1:
version "0.4.1"
- resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
+ resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz"
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
json-stable-stringify-without-jsonify@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz#9db7b59496ad3f3cfef30a75142d2d930ad72651"
+ resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
integrity sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
jsx-ast-utils@^3.2.1:
version "3.2.2"
- resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz#6ab1e52c71dfc0c0707008a91729a9491fe9f76c"
+ resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.2.2.tgz"
integrity sha512-HDAyJ4MNQBboGpUnHAVUNJs6X0lh058s6FuixsFGP7MgJYpD6Vasd6nzSG5iIfXu1zAYlHJ/zsOKNlrenTUBnw==
dependencies:
array-includes "^3.1.4"
@@ -826,19 +944,19 @@ jsx-ast-utils@^3.2.1:
language-subtag-registry@~0.3.2:
version "0.3.21"
- resolved "https://registry.yarnpkg.com/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz#04ac218bea46f04cb039084602c6da9e788dd45a"
+ resolved "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.21.tgz"
integrity sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==
language-tags@^1.0.5:
version "1.0.5"
- resolved "https://registry.yarnpkg.com/language-tags/-/language-tags-1.0.5.tgz#d321dbc4da30ba8bf3024e040fa5c14661f9193a"
+ resolved "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz"
integrity sha1-0yHbxNowuovzAk4ED6XBRmH5GTo=
dependencies:
language-subtag-registry "~0.3.2"
levn@^0.4.1:
version "0.4.1"
- resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade"
+ resolved "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz"
integrity sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==
dependencies:
prelude-ls "^1.2.1"
@@ -846,31 +964,36 @@ levn@^0.4.1:
lodash.merge@^4.6.2:
version "4.6.2"
- resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
+ resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
loose-envify@^1.1.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
+ resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==
dependencies:
js-tokens "^3.0.0 || ^4.0.0"
lru-cache@^6.0.0:
version "6.0.0"
- resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
+ resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz"
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
dependencies:
yallist "^4.0.0"
+make-error@^1.1.1:
+ version "1.3.6"
+ resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
+ integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
+
merge2@^1.3.0, merge2@^1.4.1:
version "1.4.1"
- resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
+ resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz"
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
micromatch@^4.0.4:
version "4.0.5"
- resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
+ resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz"
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
dependencies:
braces "^3.0.2"
@@ -878,34 +1001,49 @@ micromatch@^4.0.4:
minimatch@^3.0.4:
version "3.1.2"
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
dependencies:
brace-expansion "^1.1.7"
ms@2.1.2:
version "2.1.2"
- resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
+ resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
natural-compare@^1.4.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
+ resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz"
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
+node-html-parser@^5.3.3:
+ version "5.3.3"
+ resolved "https://registry.yarnpkg.com/node-html-parser/-/node-html-parser-5.3.3.tgz#2845704f3a7331a610e0e551bf5fa02b266341b6"
+ integrity sha512-ncg1033CaX9UexbyA7e1N0aAoAYRDiV8jkTvzEnfd1GDvzFdrsXLzR4p4ik8mwLgnaKP/jyUFWDy9q3jvRT2Jw==
+ dependencies:
+ css-select "^4.2.1"
+ he "1.2.0"
+
+nth-check@^2.0.1:
+ version "2.0.1"
+ resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.1.tgz#2efe162f5c3da06a28959fbd3db75dbeea9f0fc2"
+ integrity sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==
+ dependencies:
+ boolbase "^1.0.0"
+
object-inspect@^1.12.0, object-inspect@^1.9.0:
version "1.12.0"
- resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.0.tgz#6e2c120e868fd1fd18cb4f18c31741d0d6e776f0"
+ resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz"
integrity sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==
object-keys@^1.1.1:
version "1.1.1"
- resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
+ resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz"
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
object.assign@^4.1.2:
version "4.1.2"
- resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940"
+ resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz"
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
dependencies:
call-bind "^1.0.0"
@@ -915,14 +1053,14 @@ object.assign@^4.1.2:
once@^1.3.0:
version "1.4.0"
- resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
+ resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E=
dependencies:
wrappy "1"
optionator@^0.9.1:
version "0.9.1"
- resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
+ resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz"
integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
dependencies:
deep-is "^0.1.3"
@@ -934,109 +1072,109 @@ optionator@^0.9.1:
parent-module@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
+ resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz"
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
dependencies:
callsites "^3.0.0"
path-is-absolute@^1.0.0:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
+ resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
path-key@^3.1.0:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
+ resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz"
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
path-type@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
+ resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
picomatch@^2.3.1:
version "2.3.1"
- resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
+ resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
prelude-ls@^1.2.1:
version "1.2.1"
- resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
+ resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
punycode@^2.1.0:
version "2.1.1"
- resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
+ resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
queue-microtask@^1.2.2:
version "1.2.3"
- resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
+ resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
react@^18.0.0:
version "18.0.0"
- resolved "https://registry.yarnpkg.com/react/-/react-18.0.0.tgz#b468736d1f4a5891f38585ba8e8fb29f91c3cb96"
+ resolved "https://registry.npmjs.org/react/-/react-18.0.0.tgz"
integrity sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==
dependencies:
loose-envify "^1.1.0"
regenerator-runtime@^0.13.4:
version "0.13.9"
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
+ resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz"
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
regexpp@^3.2.0:
version "3.2.0"
- resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
+ resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz"
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
resolve-from@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
+ resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
reusify@^1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
+ resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
rimraf@^3.0.2:
version "3.0.2"
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
+ resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz"
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
dependencies:
glob "^7.1.3"
run-parallel@^1.1.9:
version "1.2.0"
- resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
+ resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz"
integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
dependencies:
queue-microtask "^1.2.2"
semver@^7.3.5:
version "7.3.7"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
+ resolved "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz"
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
dependencies:
lru-cache "^6.0.0"
shebang-command@^2.0.0:
version "2.0.0"
- resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
+ resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==
dependencies:
shebang-regex "^3.0.0"
shebang-regex@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
+ resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
side-channel@^1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
+ resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz"
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
dependencies:
call-bind "^1.0.0"
@@ -1045,12 +1183,12 @@ side-channel@^1.0.4:
slash@^3.0.0:
version "3.0.0"
- resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
+ resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
string.prototype.trimend@^1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
+ resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz"
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
dependencies:
call-bind "^1.0.2"
@@ -1058,7 +1196,7 @@ string.prototype.trimend@^1.0.4:
string.prototype.trimstart@^1.0.4:
version "1.0.4"
- resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed"
+ resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz"
integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==
dependencies:
call-bind "^1.0.2"
@@ -1066,67 +1204,86 @@ string.prototype.trimstart@^1.0.4:
strip-ansi@^6.0.1:
version "6.0.1"
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"
strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
version "3.1.1"
- resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
+ resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
supports-color@^7.1.0:
version "7.2.0"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
+ resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
dependencies:
has-flag "^4.0.0"
text-table@^0.2.0:
version "0.2.0"
- resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
+ resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz"
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
to-regex-range@^5.0.1:
version "5.0.1"
- resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
+ resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz"
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
dependencies:
is-number "^7.0.0"
+ts-node@^10.7.0:
+ version "10.7.0"
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
+ integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
+ dependencies:
+ "@cspotcode/source-map-support" "0.7.0"
+ "@tsconfig/node10" "^1.0.7"
+ "@tsconfig/node12" "^1.0.7"
+ "@tsconfig/node14" "^1.0.0"
+ "@tsconfig/node16" "^1.0.2"
+ acorn "^8.4.1"
+ acorn-walk "^8.1.1"
+ arg "^4.1.0"
+ create-require "^1.1.0"
+ diff "^4.0.1"
+ make-error "^1.1.1"
+ v8-compile-cache-lib "^3.0.0"
+ yn "3.1.1"
+
tslib@^1.8.1:
version "1.14.1"
- resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
+ resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
tsutils@^3.21.0:
version "3.21.0"
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
+ resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
dependencies:
tslib "^1.8.1"
type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"
- resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
+ resolved "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz"
integrity sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==
dependencies:
prelude-ls "^1.2.1"
type-fest@^0.20.2:
version "0.20.2"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
+ resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz"
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
typescript@^4.6.3:
version "4.6.3"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.3.tgz#eefeafa6afdd31d725584c67a0eaba80f6fc6c6c"
+ resolved "https://registry.npmjs.org/typescript/-/typescript-4.6.3.tgz"
integrity sha512-yNIatDa5iaofVozS/uQJEl3JRWLKKGJKh6Yaiv0GLGSuhpFJe7P3SbHZ8/yjAHRQwKRoA6YZqlfjXWmVzoVSMw==
unbox-primitive@^1.0.1:
version "1.0.1"
- resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
+ resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz"
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
dependencies:
function-bind "^1.1.1"
@@ -1136,19 +1293,24 @@ unbox-primitive@^1.0.1:
uri-js@^4.2.2:
version "4.4.1"
- resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
+ resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz"
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
dependencies:
punycode "^2.1.0"
+v8-compile-cache-lib@^3.0.0:
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
+ integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
+
v8-compile-cache@^2.0.3:
version "2.3.0"
- resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
+ resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz"
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
which-boxed-primitive@^1.0.2:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz#13757bc89b209b049fe5d86430e21cf40a89a8e6"
+ resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz"
integrity sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==
dependencies:
is-bigint "^1.0.1"
@@ -1159,22 +1321,27 @@ which-boxed-primitive@^1.0.2:
which@^2.0.1:
version "2.0.2"
- resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
+ resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz"
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
dependencies:
isexe "^2.0.0"
word-wrap@^1.2.3:
version "1.2.3"
- resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
+ resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz"
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
wrappy@1:
version "1.0.2"
- resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
+ resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
yallist@^4.0.0:
version "4.0.0"
- resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
+ resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
+
+yn@3.1.1:
+ version "3.1.1"
+ resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
+ integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==