summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--docs/.vuepress/config.js28
-rw-r--r--docs/.vuepress/public/_redirects1
l---------docs/.vuepress/public/icon.png1
l---------docs/.vuepress/public/logo.png1
l---------docs/.vuepress/public/logo.svg1
-rw-r--r--docs/.vuepress/styles/palette.styl15
-rw-r--r--docs/README.md52
-rw-r--r--docs/config/README.md336
l---------docs/guide/README.md1
-rw-r--r--docs/package-lock.json9986
-rw-r--r--docs/package.json9
-rw-r--r--media/icon.pngbin0 -> 129048 bytes
-rw-r--r--media/icon.svg1
-rw-r--r--src/modules/battery.rs8
-rw-r--r--src/modules/character.rs6
-rw-r--r--src/modules/directory.rs2
-rw-r--r--src/modules/git_branch.rs6
-rw-r--r--src/modules/git_status.rs6
-rw-r--r--src/modules/golang.rs (renamed from src/modules/go.rs)4
-rw-r--r--src/modules/line_break.rs2
-rw-r--r--src/modules/mod.rs4
-rw-r--r--src/modules/nodejs.rs2
-rw-r--r--src/modules/package.rs2
-rw-r--r--src/modules/python.rs4
-rw-r--r--src/modules/rust.rs2
-rw-r--r--src/modules/username.rs2
-rw-r--r--tests/testsuite/character.rs14
-rw-r--r--tests/testsuite/configuration.rs4
29 files changed, 10472 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore
index 963cff618..25458deb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,7 @@ Cargo.lock
# Intellij IDE configuration
.idea/
+
+# Compiled files for documentation
+docs/node_modules
+docs/.vuepress/dist/
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
new file mode 100644
index 000000000..1bd8bab4c
--- /dev/null
+++ b/docs/.vuepress/config.js
@@ -0,0 +1,28 @@
+module.exports = {
+ title: 'Starship',
+ description: 'The cross-shell prompt for astronauts โ˜„๐ŸŒŒ๏ธ',
+ head: [
+ ['link', { rel: 'icon', href: '/icon.png' }]
+ ],
+ themeConfig: {
+ logo: '/icon.png',
+ sidebar: [
+ '/',
+ ['/guide/', 'Guide'],
+ ['/config/', 'Configuration']
+ ],
+ nav: [
+ { text: 'Configuration', link: '/config/' },
+ ],
+ // the GitHub repo path
+ repo: 'starship/starship',
+ // the label linking to the repo
+ repoLabel: 'GitHub',
+ // if your docs are not at the root of the repo:
+ docsDir: 'docs',
+ // defaults to false, set to true to enable
+ editLinks: true,
+ // custom text for edit link. Defaults to "Edit this page"
+ editLinkText: 'Edit this page on GitHub'
+ }
+}
diff --git a/docs/.vuepress/public/_redirects b/docs/.vuepress/public/_redirects
new file mode 100644
index 000000000..5f52ba7b2
--- /dev/null
+++ b/docs/.vuepress/public/_redirects
@@ -0,0 +1 @@
+http://starship-rs.netlify.com/* http://starship.rs/:splat 301!
diff --git a/docs/.vuepress/public/icon.png b/docs/.vuepress/public/icon.png
new file mode 120000
index 000000000..bd23aa74c
--- /dev/null
+++ b/docs/.vuepress/public/icon.png
@@ -0,0 +1 @@
+../../../media/icon.png \ No newline at end of file
diff --git a/docs/.vuepress/public/logo.png b/docs/.vuepress/public/logo.png
new file mode 120000
index 000000000..a10bddbe6
--- /dev/null
+++ b/docs/.vuepress/public/logo.png
@@ -0,0 +1 @@
+../../../media/logo.png \ No newline at end of file
diff --git a/docs/.vuepress/public/logo.svg b/docs/.vuepress/public/logo.svg
new file mode 120000
index 000000000..69d2f8887
--- /dev/null
+++ b/docs/.vuepress/public/logo.svg
@@ -0,0 +1 @@
+../../../media/logo.svg \ No newline at end of file
diff --git a/docs/.vuepress/styles/palette.styl b/docs/.vuepress/styles/palette.styl
new file mode 100644
index 000000000..6f343b6b3
--- /dev/null
+++ b/docs/.vuepress/styles/palette.styl
@@ -0,0 +1,15 @@
+$accentColor = #DD0B78
+$textColor = #2c3e50
+$borderColor = #eaecef
+$codeBgColor = #282c34
+
+.home .hero img
+ max-width: 500px
+ min-width: 300px
+ width: 100%
+
+#main-title
+ display: none
+
+.hero
+ margin: 150px 25px
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 000000000..72eb11cf3
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,52 @@
+---
+home: true
+heroImage: /logo.svg
+actionText: Get Started โ†’
+actionLink: /guide/
+footer: ISC Licensed | Copyright ยฉ 2019-present Matan Kushner
+---
+
+<div class="features">
+ <div class="feature">
+ <h2>Compatibility First</h2>
+ <p>Works on the most common shells on the most common operating systems. Use it everywhere!</p>
+ </div>
+ <div class="feature">
+ <h2>Rust-Powered</h2>
+ <p>Brings the best-in-class speed and safety of Rust, to make your prompt as quick and reliable as possible.</p>
+ </div>
+ <div class="feature">
+ <h2>Customizable</h2>
+ <p>Every little detail is customizable to your liking, to make this prompt as minimal or feature-rich as you'd like it to be.</p>
+ </div>
+</div>
+
+### Quick Install
+
+1. Install the **starship** binary:
+
+ ```bash
+ cargo install starship
+ ```
+
+1. Add the init script to your shell's config file:
+
+ #### Bash / Zsh
+
+ Add the following to the end of `~/.bashrc` or `~/.zshrc`:
+
+ ```bash
+ # ~/.bashrc or ~/.zshrc
+
+ eval "$(starship init $0)"
+ ```
+
+ #### Fish
+
+ Add the following to the end of `~/.config/fish/config.fish`:
+
+ ```sh
+ # ~/.config/fish/config.fish
+
+ eval (starship init fish)
+ ```
diff --git a/docs/config/README.md b/docs/config/README.md
new file mode 100644
index 000000000..c9cf35ca0
--- /dev/null
+++ b/docs/config/README.md
@@ -0,0 +1,336 @@
+# Configuration
+
+::: tip
+๐Ÿ”ฅ Configuration is currently being worked on.
+Many new configuration options will be available in coming releases.
+:::
+
+To get started configuring starship, create the following file: `~/.config/starship.toml`.
+
+```shell
+$ touch ~/.config/starship.toml
+```
+
+All configuration for starship is done in this [TOML](https://github.com/toml-lang/toml) file:
+
+```toml
+# Replace the "โžœ" symbol in the prompt with "โฏ"
+[character] # The name of the module we are confguring is "character"
+symbol = "โฏ" # The "symbol" segment is being set to "โฏ"
+
+# Disable the package module, hiding it from the prompt completely
+[package]
+disabled = true
+```
+
+### Terminology
+
+**Module**: A component in the prompt giving information based on contextual information from your OS. For example, the "nodejs" module shows the version of NodeJS that is currently installed on your computer, if your current directory is a NodeJS project.
+
+**Segment**: Smaller sub-components that compose a module. For example, the "symbol" segment in the "nodejs" module contains the character that is shown before the version number (โฌข by default).
+
+Here is the representation of the node module. In the following example, "symbol" and "version"
+are segments within it. Every module also has a prefix and suffix that are the default terminal color.
+
+```
+[prefix] [symbol] [version] [suffix]
+ "via " "โฌข" "v10.4.1" ""
+```
+
+## Battery
+
+The `battery` module shows how charged the device's battery is and its current charging status.
+The module is only visible when the device's battery is below 10%.
+
+### Options
+
+| Variable | Default | Description |
+| -------------------- | ------- | ------------------------------------------------- |
+| `full_symbol` | `"โ€ข"` | The symbol shown when the battery is full. |
+| `charging_symbol` | `"โ‡ก"` | The symbol shown when the battery is charging. |
+| `discharging_symbol` | `"โ‡ฃ"` | The symbol shown when the battery is discharging. |
+| `disabled` | `false` | Disables the `battery` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[battery]
+full_symbol = "๐Ÿ”‹"
+charging_symbol = "โšก๏ธ"
+discharging_symbol = "๐Ÿ’€"
+```
+
+## Character
+
+The `character` module shows a character (usually an arrow) beside where the text
+is entered in your terminal.
+
+The character will be green if the status of your
+last command had a successful status code (zero), and will be red if the last
+command had an unsuccessful status code (non-zero).
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | ---------------------------------------------------- |
+| `symbol` | `"โžœ"` | The symbol used before the text input in the prompt. |
+| `disabled` | `false` | Disables the `character` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[character]
+symbol = "โฏ"
+```
+
+## Directory
+
+The `directory` module shows the path to your current directory, truncated to
+three parent folders. Your directory will also be truncated to the root of the
+git repo that you're currently in.
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | -------------------------------- |
+| `disabled` | `false` | Disables the `directory` module. |
+
+## Git Branch
+
+The `git_branch` module shows the active branch of the repo in your current directory.
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | ----------------------------------------------------------------------------- |
+| `symbol` | `"๎‚  "` | The symbol used before the branch name of the repo in your current directory. |
+| `disabled` | `false` | Disables the `git_branch` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[git_branch]
+symbol = "๐ŸŒฑ "
+```
+
+## Git Status
+
+The `git_status` module shows symbols representing the state of the repo in your
+current directory.
+
+### Options
+
+| Variable | Default | Description |
+| ------------ | ------- | ------------------------------------------------------- |
+| `conflicted` | `"="` | This branch has merge conflicts. |
+| `ahead` | `"โ‡ก"` | This branch is ahead of the branch being tracked. |
+| `behind` | `"โ‡ฃ"` | This branch is behind of the branch being tracked. |
+| `diverged` | `"โ‡•"` | This branch has diverged from the branch being tracked. |
+| `untracked` | `"?"` | There are untracked files in the working directory. |
+| `stashed` | `"$"` | A stash exists for the local repository. |
+| `modified` | `"!"` | There are file modifications in the working directory. |
+| `added` | `"+"` | A new file has been added to the staging area. |
+| `renamed` | `"ยป"` | A renamed file has been added to the staging area. |
+| `deleted` | `"โœ˜"` | A file's deletion has been added to the staging area. |
+| `disabled` | `false` | Disables the `git_status` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[git_status]
+conflicted = "๐Ÿณ"
+ahead = "๐ŸŽ๐Ÿ’จ"
+behind = "๐Ÿ˜ฐ"
+diverged = "๐Ÿ˜ต"
+untracked = "๐Ÿคทโ€"
+stashed = "๐Ÿ“ฆ"
+modified = "๐Ÿ“"
+added = "โž•"
+renamed = "๐Ÿ‘…"
+deleted = "๐Ÿ—‘"
+```
+
+## Golang
+
+The `golang` module shows the currently installed version of Golang.
+The module will be shown if any of the following conditions are met:
+
+- The current directory contains a `go.mod` file
+- The current directory contains a `go.sum` file
+- The current directory contains a `glide.yaml` file
+- The current directory contains a `Gopkg.yml` file
+- The current directory contains a `Gopkg.lock` file
+- The current directory contains a `Godeps` directory
+- The current directory contains a file with the `.go` extension
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | -------------------------------------------------------- |
+| `symbol` | `"๐Ÿน "` | The symbol used before displaying the version of Golang. |
+| `disabled` | `false` | Disables the `golang` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[golang]
+symbol = "๐ŸŽ๐Ÿ’จ "
+```
+
+## Line Break
+
+The `line_break` module separates the prompt into two lines.
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | ------------------------------------------------------------------ |
+| `disabled` | `false` | Disables the `line_break` module, making the prompt a single line. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[line_break]
+disabled = true
+```
+
+## NodeJS
+
+The `nodejs` module shows the currently installed version of NodeJS.
+The module will be shown if any of the following conditions are met:
+
+- The current directory contains a `package.json` file
+- The current directory contains a `node_modules` directory
+- The current directory contains a file with the `.js` extension
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | -------------------------------------------------------- |
+| `symbol` | `"โฌข "` | The symbol used before displaying the version of NodeJS. |
+| `disabled` | `false` | Disables the `nodejs` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[nodejs]
+symbol = "๐Ÿค– "
+```
+
+## Package Version
+
+The `package` module is shown when the current directory is the repository for a
+package, and shows its current version. The module currently supports `npm` and
+`cargo` packages.
+
+- **npm** โ€“ The `npm` package version is extracted from the `package.json` present
+ in the current directory
+- **cargo** โ€“ The `cargo` package version is extracted from the `Cargo.toml` present
+ in the current directory
+
+> โš ๏ธ The version being shown is that of the package whose source code is in your
+> current directory, not your package manager.
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | ---------------------------------------------------------- |
+| `symbol` | `"๐Ÿ“ฆ "` | The symbol used before displaying the version the package. |
+| `disabled` | `false` | Disables the `package` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[package]
+symbol = "๐ŸŽ "
+```
+
+## Python
+
+The `python` module shows the currently installed version of Python.
+The module will be shown if any of the following conditions are met:
+
+- The current directory contains a `.python-version` file
+- The current directory contains a `requirements.txt` file
+- The current directory contains a `pyproject.toml` file
+- The current directory contains a file with the `.py` extension
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | -------------------------------------------------------- |
+| `symbol` | `"๐Ÿ "` | The symbol used before displaying the version of Python. |
+| `disabled` | `false` | Disables the `python` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[python]
+symbol = "๐Ÿ‘พ "
+```
+
+## Rust
+
+The `rust` module shows the currently installed version of Rust.
+The module will be shown if any of the following conditions are met:
+
+- The current directory contains a `Cargo.toml` file
+- The current directory contains a file with the `.rs` extension
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | -------------------------------------------------------- |
+| `symbol` | `"๐Ÿฆ€ "` | The symbol used before displaying the version of Python. |
+| `disabled` | `false` | Disables the `rust` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[rust]
+symbol = "โš™๏ธ "
+```
+
+## Username
+
+The `username` module shows active user's username.
+The module will be shown if any of the following conditions are met:
+
+- The current user is root
+- The current user isn't the same as the one that is logged in
+- The user is currently connected as an SSH session
+
+### Options
+
+| Variable | Default | Description |
+| ---------- | ------- | ------------------------------- |
+| `disabled` | `false` | Disables the `username` module. |
+
+### Example
+
+```toml
+# ~/.config/starship.toml
+
+[username]
+disabled = true
+```
diff --git a/docs/guide/README.md b/docs/guide/README.md
new file mode 120000
index 000000000..fe8400541
--- /dev/null
+++ b/docs/guide/README.md
@@ -0,0 +1 @@
+../../README.md \ No newline at end of file
diff --git a/docs/package-lock.json b/docs/package-lock.json
new file mode 100644
index 000000000..6971bfd2c
--- /dev/null
+++ b/docs/package-lock.json
@@ -0,0 +1,9986 @@
+{
+ "requires": true,
+ "lockfileVersion": 1,
+ "dependencies": {
+ "@babel/code-frame": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
+ "integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
+ "dev": true,
+ "requires": {
+ "@babel/highlight": "^7.0.0"
+ }
+ },
+ "@babel/core": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.5.5.tgz",
+ "integrity": "sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==",
+ "dev": true,
+ "requires": {
+ "@babel/code-frame": "^7.5.5",
+ "@babel/generator": "^7.5.5",
+ "@babel/helpers": "^7.5.5",
+ "@babel/parser": "^7.5.5",
+ "@babel/template": "^7.4.4",
+ "@babel/traverse": "^7.5.5",
+ "@babel/types": "^7.5.5",
+ "convert-source-map": "^1.1.0",
+ "debug": "^4.1.0",
+ "json5": "^2.1.0",
+ "lodash": "^4.17.13",
+ "resolve": "^1.3.2",
+ "semver": "^5.4.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "@babel/generator": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz",
+ "integrity": "sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.5.5",
+ "jsesc": "^2.5.1",
+ "lodash": "^4.17.13",
+ "source-map": "^0.5.0",
+ "trim-right": "^1.0.1"
+ }
+ },
+ "@babel/helper-annotate-as-pure": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz",
+ "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@babel/helper-builder-binary-assignment-operator-visitor": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz",
+ "integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-explode-assignable-expression": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@babel/helper-call-delegate": {
+ "version": "7.4.4",
+ "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.4.4.tgz",
+ "integrity": "sha512-l79boDFJ8S1c5hvQvG+rc+wHw6IuH7YldmRKsYtpbawsxURu/paVy57FZMomGK22/JckepaikOkY0MoAmdyOlQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-hoist-variables": "^7.4.4",
+ "@babel/traverse": "^7.4.4",
+ "@babel/types": "^7.4.4"
+ }
+ },
+ "@babel/helper-create-class-features-plugin": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz",
+ "integrity": "sha512-ZsxkyYiRA7Bg+ZTRpPvB6AbOFKTFFK4LrvTet8lInm0V468MWCaSYJE+I7v2z2r8KNLtYiV+K5kTCnR7dvyZjg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-function-name": "^7.1.0",
+ "@babel/helper-member-expression-to-functions": "^7.5.5",
+ "@babel/helper-optimise-call-expression": "^7.0.0",
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/helper-replace-supers": "^7.5.5",
+ "@babel/helper-split-export-declaration": "^7.4.4"
+ }
+ },
+ "@babel/helper-define-map": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.5.5.tgz",
+ "integrity": "sha512-fTfxx7i0B5NJqvUOBBGREnrqbTxRh7zinBANpZXAVDlsZxYdclDp467G1sQ8VZYMnAURY3RpBUAgOYT9GfzHBg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-function-name": "^7.1.0",
+ "@babel/types": "^7.5.5",
+ "lodash": "^4.17.13"
+ }
+ },
+ "@babel/helper-explode-assignable-expression": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz",
+ "integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==",
+ "dev": true,
+ "requires": {
+ "@babel/traverse": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@babel/helper-function-name": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
+ "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-get-function-arity": "^7.0.0",
+ "@babel/template": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@babel/helper-get-function-arity": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
+ "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@babel/helper-hoist-variables": {
+ "version": "7.4.4",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.4.4.tgz",
+ "integrity": "sha512-VYk2/H/BnYbZDDg39hr3t2kKyifAm1W6zHRfhx8jGjIHpQEBv9dry7oQ2f3+J703TLu69nYdxsovl0XYfcnK4w==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.4.4"
+ }
+ },
+ "@babel/helper-member-expression-to-functions": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz",
+ "integrity": "sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.5.5"
+ }
+ },
+ "@babel/helper-module-imports": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz",
+ "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@babel/helper-module-transforms": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.5.5.tgz",
+ "integrity": "sha512-jBeCvETKuJqeiaCdyaheF40aXnnU1+wkSiUs/IQg3tB85up1LyL8x77ClY8qJpuRJUcXQo+ZtdNESmZl4j56Pw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-module-imports": "^7.0.0",
+ "@babel/helper-simple-access": "^7.1.0",
+ "@babel/helper-split-export-declaration": "^7.4.4",
+ "@babel/template": "^7.4.4",
+ "@babel/types": "^7.5.5",
+ "lodash": "^4.17.13"
+ }
+ },
+ "@babel/helper-optimise-call-expression": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz",
+ "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@babel/helper-plugin-utils": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
+ "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==",
+ "dev": true
+ },
+ "@babel/helper-regex": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.5.5.tgz",
+ "integrity": "sha512-CkCYQLkfkiugbRDO8eZn6lRuR8kzZoGXCg3149iTk5se7g6qykSpy3+hELSwquhu+TgHn8nkLiBwHvNX8Hofcw==",
+ "dev": true,
+ "requires": {
+ "lodash": "^4.17.13"
+ }
+ },
+ "@babel/helper-remap-async-to-generator": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz",
+ "integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-annotate-as-pure": "^7.0.0",
+ "@babel/helper-wrap-function": "^7.1.0",
+ "@babel/template": "^7.1.0",
+ "@babel/traverse": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@babel/helper-replace-supers": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz",
+ "integrity": "sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-member-expression-to-functions": "^7.5.5",
+ "@babel/helper-optimise-call-expression": "^7.0.0",
+ "@babel/traverse": "^7.5.5",
+ "@babel/types": "^7.5.5"
+ }
+ },
+ "@babel/helper-simple-access": {
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz",
+ "integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==",
+ "dev": true,
+ "requires": {
+ "@babel/template": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@babel/helper-split-export-declaration": {
+ "version": "7.4.4",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
+ "integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
+ "dev": true,
+ "requires": {
+ "@babel/types": "^7.4.4"
+ }
+ },
+ "@babel/helper-wrap-function": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz",
+ "integrity": "sha512-o9fP1BZLLSrYlxYEYyl2aS+Flun5gtjTIG8iln+XuEzQTs0PLagAGSXUcqruJwD5fM48jzIEggCKpIfWTcR7pQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-function-name": "^7.1.0",
+ "@babel/template": "^7.1.0",
+ "@babel/traverse": "^7.1.0",
+ "@babel/types": "^7.2.0"
+ }
+ },
+ "@babel/helpers": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.5.tgz",
+ "integrity": "sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==",
+ "dev": true,
+ "requires": {
+ "@babel/template": "^7.4.4",
+ "@babel/traverse": "^7.5.5",
+ "@babel/types": "^7.5.5"
+ }
+ },
+ "@babel/highlight": {
+ "version": "7.5.0",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
+ "integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
+ "dev": true,
+ "requires": {
+ "chalk": "^2.0.0",
+ "esutils": "^2.0.2",
+ "js-tokens": "^4.0.0"
+ }
+ },
+ "@babel/parser": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.5.tgz",
+ "integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==",
+ "dev": true
+ },
+ "@babel/plugin-proposal-async-generator-functions": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz",
+ "integrity": "sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@babel/helper-remap-async-to-generator": "^7.1.0",
+ "@babel/plugin-syntax-async-generators": "^7.2.0"
+ }
+ },
+ "@babel/plugin-proposal-class-properties": {
+ "version": "7.5.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.5.5.tgz",
+ "integrity": "sha512-AF79FsnWFxjlaosgdi421vmYG6/jg79bVD0dpD44QdgobzHKuLZ6S3vl8la9qIeSwGi8i1fS0O1mfuDAAdo1/A==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.5.5",
+ "@babel/helper-plugin-utils": "^7.0.0"
+ }
+ },
+ "@babel/plugin-proposal-decorators": {
+ "version": "7.4.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.4.tgz",
+ "integrity": "sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==",
+ "dev": true,
+ "requires": {
+ "@babel/helper-create-class-features-plugin": "^7.4.4",
+ "@babel/helper-plugin-utils": "^7.0.0",