mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 17:45:31 -04:00
update /uses
This commit is contained in:
@@ -20,6 +20,7 @@ footer {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
&#copyright,
|
&#copyright,
|
||||||
@@ -57,7 +58,6 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Responsive
|
// Responsive
|
||||||
@@ -65,7 +65,7 @@ footer {
|
|||||||
footer {
|
footer {
|
||||||
padding: 1em 1.5em 0 1.5em;
|
padding: 1em 1.5em 0 1.5em;
|
||||||
|
|
||||||
div#row div {
|
div {
|
||||||
// no more room at the inn for panda :(
|
// no more room at the inn for panda :(
|
||||||
&#panda {
|
&#panda {
|
||||||
display: none;
|
display: none;
|
||||||
|
@@ -87,7 +87,6 @@ div#content {
|
|||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style-position: outside;
|
list-style-position: outside;
|
||||||
list-style-type: square;
|
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
||||||
|
@@ -49,6 +49,16 @@ main#home {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img#me {
|
||||||
|
float: right;
|
||||||
|
margin: 0 0 0.5em 1em;
|
||||||
|
padding: 4px;
|
||||||
|
border: 1px solid $color-light;
|
||||||
|
border-radius: 50%;
|
||||||
|
width: 160px;
|
||||||
|
height: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
// Loop through $colors-home -- the main reason I switched to SASS :)
|
// Loop through $colors-home -- the main reason I switched to SASS :)
|
||||||
@each $id, $color in $colors-home {
|
@each $id, $color in $colors-home {
|
||||||
@@ -75,16 +85,6 @@ main#home {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img#me {
|
|
||||||
float: right;
|
|
||||||
margin: 0 0 0.5em 1em;
|
|
||||||
padding: 4px;
|
|
||||||
border: 1px solid $color-light;
|
|
||||||
border-radius: 50%;
|
|
||||||
width: 160px;
|
|
||||||
height: 160px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -6,8 +6,7 @@ main#single {
|
|||||||
padding: 1em 2.5em;
|
padding: 1em 2.5em;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
article div {
|
div#meta {
|
||||||
&#meta {
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@@ -51,7 +50,6 @@ main#single {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -60,7 +58,6 @@ main#single {
|
|||||||
main#single {
|
main#single {
|
||||||
padding: 0.8em 1.1em;
|
padding: 0.8em 1.1em;
|
||||||
|
|
||||||
article {
|
|
||||||
div#meta {
|
div#meta {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
@@ -80,5 +77,4 @@ main#single {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -32,6 +32,7 @@
|
|||||||
Hugo extended
|
Hugo extended
|
||||||
Netlify
|
Netlify
|
||||||
Commento
|
Commento
|
||||||
|
...and more: https://jarv.is/uses/
|
||||||
|
|
||||||
# VIEW SOURCE
|
# VIEW SOURCE
|
||||||
|
|
||||||
|
@@ -1,22 +1,45 @@
|
|||||||
---
|
---
|
||||||
title: "/uses 💻"
|
title: "/uses 💻"
|
||||||
description: "Things I use."
|
description: "Things I use daily."
|
||||||
date: 2020-01-22 09:51:08-0400
|
date: 2020-01-22 09:51:08-0400
|
||||||
url: "/uses"
|
url: "/uses"
|
||||||
type: etc
|
type: etc
|
||||||
layout: etc
|
layout: etc
|
||||||
---
|
---
|
||||||
|
|
||||||
~~I regularly get messages asking about specific things I use.~~ Nobody has asked me what I use. Ever. But here's a list of my daily lifelines anyways, mostly revolving around my Apple sheep-ness. Inspired by [many, many others](https://uses.tech/). 😊
|
~~I regularly get messages asking about specific things I use.~~ Nobody has asked me what I use. Ever. But here's a list of my daily requirements anyways, mostly revolving around my Apple sheep-ness. Inspired by [many, many others](https://uses.tech/). 😊
|
||||||
|
|
||||||
{{< image src="images/desktop.png" alt="My mess of a desktop." />}}
|
{{< image src="images/desktop.png" alt="My mess of a desktop." />}}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 🍎 Hardware {#hardware}
|
||||||
|
|
||||||
|
- [**MacBook Pro 15"** (Mid-2018)](https://browser.geekbench.com/v5/cpu/1074682)
|
||||||
|
- Core i9 @ 2.9 GHZ 🔥 🚒
|
||||||
|
- 32 GB RAM
|
||||||
|
- 1 TB SSD
|
||||||
|
- Radeon Pro 560X – 4 GB
|
||||||
|
- **iPhone 11 Pro**
|
||||||
|
- 512 GB in Midnight Green 😎
|
||||||
|
- [Evutec Karbon case](https://evutec.com/collections/all-iphone-11-cases/products/evutec-karbon-iphone-11-pro-5-8-inch-unique-hard-smooth-heavy-duty-phone-case-cover-real-aramid-fiber-strong-protective-slim-1-6mm-durable-black-afix-free-vent-mount)
|
||||||
|
- **iPad Pro 10.5"**
|
||||||
|
- 256 GB in Space Gray
|
||||||
|
- Smart Keyboard & Apple Pencil
|
||||||
|
- **Apple Watch Series 3** (GPS + Cellular on Verizon)
|
||||||
|
- Stainless Steel – Space Black
|
||||||
|
- 38mm (I have incredibly small wrists.)
|
||||||
|
- Usually either the Midnight Blue sport band or 🏳️🌈 woven nylon band.
|
||||||
|
- [**Powerbeats<sup>3</sup> Wireless**](https://www.beatsbydre.com/earphones/powerbeats3-wireless) (in the pretty rad [Pop Indigo](https://www.apple.com/shop/product/MREQ2LL/A/powerbeats3-wireless-earphones-beats-pop-collection-pop-indigo) color)
|
||||||
|
- I also have incredibly weird ears, apparently, so my AirPods went right back to the store when they came out. 😢
|
||||||
|
- ...but these are a great alternative with the [same pairing and continuity features](https://www.soundguys.com/how-does-apple-w1-chip-work-21049/) between all of my 🍎 devices.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 💾 Development {#development}
|
## 💾 Development {#development}
|
||||||
|
|
||||||
- [**iTerm 2**](https://iterm2.com/)
|
- [**iTerm 2**](https://iterm2.com/)
|
||||||
- My various [ZSH aliases](https://github.com/jakejarvis/dotfiles/blob/master/zsh/aliases.zsh) and [functions](https://github.com/jakejarvis/dotfiles/blob/master/zsh/functions.zsh) are in my [.dotfiles repository.](https://github.com/jakejarvis/dotfiles)
|
- My various [ZSH aliases](https://github.com/jakejarvis/dotfiles/blob/master/zsh/aliases.zsh) and [functions](https://github.com/jakejarvis/dotfiles/blob/master/zsh/functions.zsh) are in [my `.dotfiles` repository.](https://github.com/jakejarvis/dotfiles)
|
||||||
- [Oh My ZSH](https://ohmyz.sh/)
|
- [Oh My ZSH](https://ohmyz.sh/)
|
||||||
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
|
- [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
|
||||||
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
|
- [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
|
||||||
@@ -39,16 +62,21 @@ layout: etc
|
|||||||
- [Remote Development Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
|
- [Remote Development Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
|
||||||
- [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)
|
- [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)
|
||||||
- [Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
|
- [Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
|
||||||
|
- [**Homebrew**](https://brew.sh/)
|
||||||
|
- [View my messy `Brewfile` dump](https://github.com/jakejarvis/dotfiles/blob/master/Brewfile) with all of my installed packages.
|
||||||
- [**Xcode**](https://developer.apple.com/xcode/)
|
- [**Xcode**](https://developer.apple.com/xcode/)
|
||||||
- [**Docker Desktop**](https://www.docker.com/products/docker-desktop)
|
- [**Docker Desktop**](https://www.docker.com/products/docker-desktop)
|
||||||
- [**VMware Fusion**](https://www.vmware.com/products/fusion.html)
|
- [**VMware Fusion**](https://www.vmware.com/products/fusion.html)
|
||||||
- Microsoft's [free Windows 7 & 10 virtual machines](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/) for developers are super convenient and shockingly generous.
|
- Microsoft's [free Windows 7 & 10 virtual machines](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/) for developers are super convenient and shockingly generous.
|
||||||
- [**Sketch**](https://www.sketch.com/)
|
- [**Sketch**](https://www.sketch.com/)
|
||||||
- [**Adobe Creative Cloud**](https://www.adobe.com/creativecloud.html)
|
- [**Adobe Creative Cloud**](https://www.adobe.com/creativecloud.html)
|
||||||
- Still on the $20/month [Student Plan](https://www.adobe.com/creativecloud/buy/students.html), thankfully. Will need to re-evaulate once I'm kicked off; it's hard to justify spending almost 3x that...
|
- Still on the $20/month [Student Plan](https://www.adobe.com/creativecloud/buy/students.html), somehow. Will need to re-evaulate once I'm kicked off; it's hard to justify spending almost 3x that...
|
||||||
- [**Transmit**](https://panic.com/transmit/)
|
- [**Transmit**](https://panic.com/transmit/)
|
||||||
- [**Sequel Pro**](https://www.sequelpro.com/)
|
- [**Postman**](https://www.getpostman.com/)
|
||||||
- [**Robo 3T**](https://robomongo.org/)
|
- [**BrowserStack**](https://www.browserstack.com/)
|
||||||
|
- [~~Sequel Pro~~](https://www.sequelpro.com/) → [**TablePlus**](https://tableplus.com/)
|
||||||
|
- [~~Robo 3T~~](https://robomongo.org/) → [**TablePlus**](https://tableplus.com/)
|
||||||
|
- [**ImageOptim**](https://imageoptim.com/mac)
|
||||||
- [**Local by Flywheel**](https://localbyflywheel.com/)
|
- [**Local by Flywheel**](https://localbyflywheel.com/)
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -56,7 +84,7 @@ layout: etc
|
|||||||
## 🌎 Browsing {#browsing}
|
## 🌎 Browsing {#browsing}
|
||||||
|
|
||||||
- [**Firefox Developer Editon**](https://www.mozilla.org/en-US/firefox/developer/) 🦊
|
- [**Firefox Developer Editon**](https://www.mozilla.org/en-US/firefox/developer/) 🦊
|
||||||
- [My default user.js settings.](https://github.com/jakejarvis/dotfiles/blob/master/firefox/user.js)
|
- [My default `user.js` settings.](https://github.com/jakejarvis/dotfiles/blob/master/firefox/user.js)
|
||||||
- Add-ons:
|
- Add-ons:
|
||||||
- [1Password](https://1password.com/browsers/firefox/)
|
- [1Password](https://1password.com/browsers/firefox/)
|
||||||
- [BetterTTV](https://addons.mozilla.org/en-US/firefox/addon/betterttv/)
|
- [BetterTTV](https://addons.mozilla.org/en-US/firefox/addon/betterttv/)
|
||||||
@@ -74,6 +102,9 @@ layout: etc
|
|||||||
- [Search by Image on Google](https://addons.mozilla.org/en-US/firefox/addon/search-by-image-on-google/)
|
- [Search by Image on Google](https://addons.mozilla.org/en-US/firefox/addon/search-by-image-on-google/)
|
||||||
- [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/)
|
- [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/)
|
||||||
- [View Image](https://addons.mozilla.org/en-US/firefox/addon/view-image/)
|
- [View Image](https://addons.mozilla.org/en-US/firefox/addon/view-image/)
|
||||||
|
- [**Google Chrome** (Dev Channel)](https://www.google.com/chrome/browser/?extra=devchannel) — for testing **only!**
|
||||||
|
- [Lighthouse](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk?h1=en)
|
||||||
|
- [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -81,8 +112,6 @@ layout: etc
|
|||||||
|
|
||||||
- [**1Password**](https://1password.com/)
|
- [**1Password**](https://1password.com/)
|
||||||
- [**Little Snitch**](https://www.obdev.at/products/littlesnitch/index.html) and [**Micro Snitch**](https://www.obdev.at/products/microsnitch/index.html)
|
- [**Little Snitch**](https://www.obdev.at/products/littlesnitch/index.html) and [**Micro Snitch**](https://www.obdev.at/products/microsnitch/index.html)
|
||||||
- [~~Dropbox~~](https://www.dropbox.com/) → [**iCloud Drive**](https://www.icloud.com/iclouddrive)
|
|
||||||
- [Read why.](/notes/dropping-dropbox/)
|
|
||||||
- [~~VLC~~](https://www.videolan.org/vlc/index.html) → [**IINA**](https://iina.io/)
|
- [~~VLC~~](https://www.videolan.org/vlc/index.html) → [**IINA**](https://iina.io/)
|
||||||
- [**Backblaze**](https://www.backblaze.com/) [(referral link)](https://secure.backblaze.com/r/00x84e)
|
- [**Backblaze**](https://www.backblaze.com/) [(referral link)](https://secure.backblaze.com/r/00x84e)
|
||||||
- [**Transmission**](https://transmissionbt.com/)
|
- [**Transmission**](https://transmissionbt.com/)
|
||||||
@@ -91,6 +120,7 @@ layout: etc
|
|||||||
- [**DaisyDisk**](https://daisydiskapp.com/)
|
- [**DaisyDisk**](https://daisydiskapp.com/)
|
||||||
- [**CleanMyMac X**](https://macpaw.com/cleanmymac)
|
- [**CleanMyMac X**](https://macpaw.com/cleanmymac)
|
||||||
- [**Paragon NTFS**](https://www.paragon-software.com/us/home/ntfs-mac/#)
|
- [**Paragon NTFS**](https://www.paragon-software.com/us/home/ntfs-mac/#)
|
||||||
|
- [**The Unarchiver**](https://theunarchiver.com/)
|
||||||
- [**iStat Menus**](https://bjango.com/mac/istatmenus/)
|
- [**iStat Menus**](https://bjango.com/mac/istatmenus/)
|
||||||
- [**Beamer**](https://beamer-app.com/)
|
- [**Beamer**](https://beamer-app.com/)
|
||||||
- [**Amphetamine**](https://roaringapps.com/app/amphetamine)
|
- [**Amphetamine**](https://roaringapps.com/app/amphetamine)
|
||||||
@@ -118,26 +148,22 @@ I have far too many apps to count, but here the essentials that have earned a sp
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🍎 Hardware {#hardware}
|
## ☁️ Cloud {#cloud}
|
||||||
|
|
||||||
- **MacBook Pro 15"** (2018)
|
I've been making recent efforts to [de-Google](https://www.reddit.com/r/degoogle/) my life, with mixed results...
|
||||||
- Core i9 @ 2.9 GHZ 🔥 🚒
|
|
||||||
- 32 GB RAM
|
- ~~Gmail~~ → [**Fastmail**](https://www.fastmail.com/) [(referral link)](https://ref.fm/u20274504)
|
||||||
- 1 TB SSD
|
- ~~Chrome~~ → [**Firefox Developer Edition**](#browsing) 🦊
|
||||||
- Radeon Pro 560X – 4 GB
|
- ~~Google Drive~~ → [~~Dropbox~~](https://www.dropbox.com/) → [**iCloud Drive**](https://www.icloud.com/iclouddrive)
|
||||||
- **iPhone 11 Pro**
|
- [Read why.](/notes/dropping-dropbox/)
|
||||||
- 512 GB in Midnight Green 😎
|
- ~~Google Docs~~ → [**Microsoft Office**](https://products.office.com/en-us/mac/microsoft-office-for-mac) (hey, it works 🤷)
|
||||||
- [Evutec Karbon case](https://evutec.com/collections/all-iphone-11-cases/products/evutec-karbon-iphone-11-pro-5-8-inch-unique-hard-smooth-heavy-duty-phone-case-cover-real-aramid-fiber-strong-protective-slim-1-6mm-durable-black-afix-free-vent-mount)
|
- ~~Google Photos~~ → [**iCloud Photos**](https://www.icloud.com/photos/)
|
||||||
- **iPad Pro 10.5"** (2017)
|
- ~~Google DNS~~ → [**Cloudflare 1.1.1.1**](https://1.1.1.1/)
|
||||||
- 256 GB in Space Gray
|
- ~~Google Analytics~~ → [**Matomo**](https://github.com/matomo-org/matomo), [**Fathom**](https://usefathom.com/), [**Netlify Analytics**](https://www.netlify.com/products/analytics/) [(my review)](/notes/netlify-analytics-review/)
|
||||||
- Smart Keyboard & Apple Pencil
|
- [**Netlify**](https://www.netlify.com/) for static sites.
|
||||||
- **Apple Watch Series 3** (GPS + Cellular on Verizon)
|
- [**Linode**](https://www.linode.com/) for virtual servers.
|
||||||
- Stainless Steel – Space Black
|
- [**Backblaze**](https://www.backblaze.com/) [(referral link)](https://secure.backblaze.com/r/00x84e)
|
||||||
- 38mm (I have incredibly small wrists.)
|
- [**Plex**](https://www.plex.tv/) + [**Sonarr**](https://sonarr.tv/) + [**Radarr**](https://radarr.video/)
|
||||||
- Usually either the Midnight Blue sport band or 🏳️🌈 woven nylon band.
|
|
||||||
- [**Powerbeats<sup>3</sup> Wireless**](https://www.beatsbydre.com/earphones/powerbeats3-wireless) (in the pretty rad [Pop Indigo](https://www.apple.com/shop/product/MREQ2LL/A/powerbeats3-wireless-earphones-beats-pop-collection-pop-indigo) color)
|
|
||||||
- I also have incredibly weird ears, apparently, so my AirPods went right back to the store when they came out. 😢
|
|
||||||
- ...but these are a great alternative with the [same pairing and continuity features](https://www.soundguys.com/how-does-apple-w1-chip-work-21049/) between all of my 🍎 devices.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -145,6 +171,7 @@ I have far too many apps to count, but here the essentials that have earned a sp
|
|||||||
|
|
||||||
- [**Synology RT2600ac**](https://www.synology.com/en-us/products/RT2600ac)
|
- [**Synology RT2600ac**](https://www.synology.com/en-us/products/RT2600ac)
|
||||||
- [**Synology DiskStation DS218+**](https://www.synology.com/en-us/products/DS218+)
|
- [**Synology DiskStation DS218+**](https://www.synology.com/en-us/products/DS218+)
|
||||||
|
- [**Dell Inspiron 3647**](https://www.cnet.com/products/dell-inspiron-3647-desktop-computer-fddonp321s/) running [**VMware ESXi**](https://www.vmware.com/products/esxi-and-esx.html) as a really, _really_ crappy home server.
|
||||||
- [**Philips Hue**](https://www2.meethue.com/en-us) — color bulbs, dimmer switches, etc.
|
- [**Philips Hue**](https://www2.meethue.com/en-us) — color bulbs, dimmer switches, etc.
|
||||||
- 2x [**Sonos One**](https://www.sonos.com/en-us/shop/one.html)
|
- 2x [**Sonos One**](https://www.sonos.com/en-us/shop/one.html) (with Alexa turned off...allegedly.)
|
||||||
- [**Petcube Play**](https://petcube.com/play/) 😻
|
- [**Petcube Play**](https://petcube.com/play/) 😻
|
||||||
|
54
yarn.lock
54
yarn.lock
@@ -207,9 +207,9 @@
|
|||||||
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
|
integrity sha1-aaI6OtKcrwCX8G7aWbNh7i8GOfY=
|
||||||
|
|
||||||
"@types/node@*":
|
"@types/node@*":
|
||||||
version "13.1.8"
|
version "13.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.1.8.tgz#1d590429fe8187a02707720ecf38a6fe46ce294b"
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.5.0.tgz#4e498dbf355795a611a87ae5ef811a8660d42662"
|
||||||
integrity sha512-6XzyyNM9EKQW4HKuzbo/CkOIjn/evtCmsU+MUM1xDfJ+3/rNjBttM1NgN7AOQvN6tP1Sl1D1PIKMreTArnxM9A==
|
integrity sha512-Onhn+z72D2O2Pb2ql2xukJ55rglumsVo1H6Fmyi8mlU9SvKdBk/pUSUAiBY/d9bAOF7VVWajX3sths/+g6ZiAQ==
|
||||||
|
|
||||||
"@types/normalize-package-data@^2.4.0":
|
"@types/normalize-package-data@^2.4.0":
|
||||||
version "2.4.0"
|
version "2.4.0"
|
||||||
@@ -765,24 +765,24 @@ chalk@^3.0.0:
|
|||||||
supports-color "^7.1.0"
|
supports-color "^7.1.0"
|
||||||
|
|
||||||
character-entities-html4@^1.0.0:
|
character-entities-html4@^1.0.0:
|
||||||
version "1.1.3"
|
version "1.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.3.tgz#5ce6e01618e47048ac22f34f7f39db5c6fd679ef"
|
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125"
|
||||||
integrity sha512-SwnyZ7jQBCRHELk9zf2CN5AnGEc2nA+uKMZLHvcqhpPprjkYhiLn0DywMHgN5ttFZuITMATbh68M6VIVKwJbcg==
|
integrity sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==
|
||||||
|
|
||||||
character-entities-legacy@^1.0.0:
|
character-entities-legacy@^1.0.0:
|
||||||
version "1.1.3"
|
version "1.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.3.tgz#3c729991d9293da0ede6dddcaf1f2ce1009ee8b4"
|
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"
|
||||||
integrity sha512-YAxUpPoPwxYFsslbdKkhrGnXAtXoHNgYjlBM3WMXkWGTl5RsY3QmOyhwAgL8Nxm9l5LBThXGawxKPn68y6/fww==
|
integrity sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==
|
||||||
|
|
||||||
character-entities@^1.0.0:
|
character-entities@^1.0.0:
|
||||||
version "1.2.3"
|
version "1.2.4"
|
||||||
resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.3.tgz#bbed4a52fe7ef98cc713c6d80d9faa26916d54e6"
|
resolved "https://registry.yarnpkg.com/character-entities/-/character-entities-1.2.4.tgz#e12c3939b7eaf4e5b15e7ad4c5e28e1d48c5b16b"
|
||||||
integrity sha512-yB4oYSAa9yLcGyTbB4ItFwHw43QHdH129IJ5R+WvxOkWlyFnR5FAaBNnUq4mcxsTVZGh28bHoeTHMKXH1wZf3w==
|
integrity sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==
|
||||||
|
|
||||||
character-reference-invalid@^1.0.0:
|
character-reference-invalid@^1.0.0:
|
||||||
version "1.1.3"
|
version "1.1.4"
|
||||||
resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.3.tgz#1647f4f726638d3ea4a750cf5d1975c1c7919a85"
|
resolved "https://registry.yarnpkg.com/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz#083329cda0eae272ab3dbbf37e9a382c13af1560"
|
||||||
integrity sha512-VOq6PRzQBam/8Jm6XBGk2fNEnHXAdGd6go0rtd4weAGECBamHDwwCQSOT12TACIYUZegUXnV6xBXqUssijtxIg==
|
integrity sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==
|
||||||
|
|
||||||
cheerio@^1.0.0-rc.2:
|
cheerio@^1.0.0-rc.2:
|
||||||
version "1.0.0-rc.3"
|
version "1.0.0-rc.3"
|
||||||
@@ -888,9 +888,9 @@ coa@^2.0.2:
|
|||||||
q "^1.1.2"
|
q "^1.1.2"
|
||||||
|
|
||||||
collapse-white-space@^1.0.2:
|
collapse-white-space@^1.0.2:
|
||||||
version "1.0.5"
|
version "1.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.5.tgz#c2495b699ab1ed380d29a1091e01063e75dbbe3a"
|
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
|
||||||
integrity sha512-703bOOmytCYAX9cXYqoikYIx6twmFCXsnzRQheBcTG3nzKYBR4P/+wkYeH+Mvj7qUz8zZDtdyzbxfnEi/kYzRQ==
|
integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==
|
||||||
|
|
||||||
collection-visit@^1.0.0:
|
collection-visit@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
@@ -1407,9 +1407,9 @@ ee-first@1.1.1:
|
|||||||
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
||||||
|
|
||||||
electron-to-chromium@^1.3.338:
|
electron-to-chromium@^1.3.338:
|
||||||
version "1.3.339"
|
version "1.3.340"
|
||||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.339.tgz#ff7b56c4bc58159f0d6623591116e4414e7a618b"
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.340.tgz#5d4fe78e984d4211194cf5a52e08069543da146f"
|
||||||
integrity sha512-C1i/vH6/kQx9YV8RddMkmW216GwW4pTrnYIlKmDFIqXA4fPwqDxIdGyHsuG+fgurHoljRz7/oaD+tztcryW/9g==
|
integrity sha512-hRFBAglhcj5iVYH+o8QU0+XId1WGoc0VGowJB1cuJAt3exHGrivZvWeAO5BRgBZqwZtwxjm8a5MQeGoT/Su3ww==
|
||||||
|
|
||||||
emoji-regex@^7.0.1:
|
emoji-regex@^7.0.1:
|
||||||
version "7.0.3"
|
version "7.0.3"
|
||||||
@@ -3321,9 +3321,9 @@ map-visit@^1.0.0:
|
|||||||
object-visit "^1.0.0"
|
object-visit "^1.0.0"
|
||||||
|
|
||||||
markdown-escapes@^1.0.0:
|
markdown-escapes@^1.0.0:
|
||||||
version "1.0.3"
|
version "1.0.4"
|
||||||
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.3.tgz#6155e10416efaafab665d466ce598216375195f5"
|
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
|
||||||
integrity sha512-XUi5HJhhV5R74k8/0H2oCbCiYf/u4cO/rX8tnGkRvrqhsr5BRNU6Mg0yt/8UIx1iIS8220BNJsDb7XnILhLepw==
|
integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
|
||||||
|
|
||||||
markdown-it@10.0.0:
|
markdown-it@10.0.0:
|
||||||
version "10.0.0"
|
version "10.0.0"
|
||||||
@@ -3373,9 +3373,9 @@ markdownlint@~0.18.0:
|
|||||||
markdown-it "10.0.0"
|
markdown-it "10.0.0"
|
||||||
|
|
||||||
mathml-tag-names@^2.1.1:
|
mathml-tag-names@^2.1.1:
|
||||||
version "2.1.1"
|
version "2.1.3"
|
||||||
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.1.tgz#6dff66c99d55ecf739ca53c492e626f1d12a33cc"
|
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
|
||||||
integrity sha512-pWB896KPGSGkp1XtyzRBftpTzwSOL0Gfk0wLvxt4f2mgzjY19o0LxJ3U25vNWTzsh7da+KTbuXQoQ3lOJZ8WHw==
|
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
|
||||||
|
|
||||||
mdast-util-compact@^1.0.0:
|
mdast-util-compact@^1.0.0:
|
||||||
version "1.0.4"
|
version "1.0.4"
|
||||||
|
Reference in New Issue
Block a user