diff --git a/node_modules/.bin/acorn b/node_modules/.bin/acorn
deleted file mode 100644
index c31c4304..00000000
--- a/node_modules/.bin/acorn
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../acorn/bin/acorn" "$@"
- ret=$?
-else
- node "$basedir/../acorn/bin/acorn" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/acorn b/node_modules/.bin/acorn
new file mode 120000
index 00000000..cf767603
--- /dev/null
+++ b/node_modules/.bin/acorn
@@ -0,0 +1 @@
+../acorn/bin/acorn
\ No newline at end of file
diff --git a/node_modules/.bin/acorn.cmd b/node_modules/.bin/acorn.cmd
deleted file mode 100644
index 3c863f51..00000000
--- a/node_modules/.bin/acorn.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\acorn\bin\acorn" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/acorn.ps1 b/node_modules/.bin/acorn.ps1
deleted file mode 100644
index 759f820d..00000000
--- a/node_modules/.bin/acorn.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../acorn/bin/acorn" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../acorn/bin/acorn" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/atob b/node_modules/.bin/atob
deleted file mode 100644
index 59a6bf05..00000000
--- a/node_modules/.bin/atob
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../atob/bin/atob.js" "$@"
- ret=$?
-else
- node "$basedir/../atob/bin/atob.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/atob b/node_modules/.bin/atob
new file mode 120000
index 00000000..a68344a3
--- /dev/null
+++ b/node_modules/.bin/atob
@@ -0,0 +1 @@
+../atob/bin/atob.js
\ No newline at end of file
diff --git a/node_modules/.bin/atob.cmd b/node_modules/.bin/atob.cmd
deleted file mode 100644
index b0df169a..00000000
--- a/node_modules/.bin/atob.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\atob\bin\atob.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/atob.ps1 b/node_modules/.bin/atob.ps1
deleted file mode 100644
index d276879f..00000000
--- a/node_modules/.bin/atob.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../atob/bin/atob.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../atob/bin/atob.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/escodegen b/node_modules/.bin/escodegen
deleted file mode 100644
index aa70e8b4..00000000
--- a/node_modules/.bin/escodegen
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../escodegen/bin/escodegen.js" "$@"
- ret=$?
-else
- node "$basedir/../escodegen/bin/escodegen.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/escodegen b/node_modules/.bin/escodegen
new file mode 120000
index 00000000..01a7c325
--- /dev/null
+++ b/node_modules/.bin/escodegen
@@ -0,0 +1 @@
+../escodegen/bin/escodegen.js
\ No newline at end of file
diff --git a/node_modules/.bin/escodegen.cmd b/node_modules/.bin/escodegen.cmd
deleted file mode 100644
index 6b7adbf3..00000000
--- a/node_modules/.bin/escodegen.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\escodegen\bin\escodegen.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/escodegen.ps1 b/node_modules/.bin/escodegen.ps1
deleted file mode 100644
index d4614ac5..00000000
--- a/node_modules/.bin/escodegen.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../escodegen/bin/escodegen.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../escodegen/bin/escodegen.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/esgenerate b/node_modules/.bin/esgenerate
deleted file mode 100644
index 4a2495a6..00000000
--- a/node_modules/.bin/esgenerate
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../escodegen/bin/esgenerate.js" "$@"
- ret=$?
-else
- node "$basedir/../escodegen/bin/esgenerate.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/esgenerate b/node_modules/.bin/esgenerate
new file mode 120000
index 00000000..7d0293e6
--- /dev/null
+++ b/node_modules/.bin/esgenerate
@@ -0,0 +1 @@
+../escodegen/bin/esgenerate.js
\ No newline at end of file
diff --git a/node_modules/.bin/esgenerate.cmd b/node_modules/.bin/esgenerate.cmd
deleted file mode 100644
index 4ad231e5..00000000
--- a/node_modules/.bin/esgenerate.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\escodegen\bin\esgenerate.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/esgenerate.ps1 b/node_modules/.bin/esgenerate.ps1
deleted file mode 100644
index eb4fc38f..00000000
--- a/node_modules/.bin/esgenerate.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../escodegen/bin/esgenerate.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../escodegen/bin/esgenerate.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/handlebars b/node_modules/.bin/handlebars
deleted file mode 100644
index d0b93007..00000000
--- a/node_modules/.bin/handlebars
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../handlebars/bin/handlebars" "$@"
- ret=$?
-else
- node "$basedir/../handlebars/bin/handlebars" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/handlebars b/node_modules/.bin/handlebars
new file mode 120000
index 00000000..fb7d090f
--- /dev/null
+++ b/node_modules/.bin/handlebars
@@ -0,0 +1 @@
+../handlebars/bin/handlebars
\ No newline at end of file
diff --git a/node_modules/.bin/handlebars.cmd b/node_modules/.bin/handlebars.cmd
deleted file mode 100644
index a57eb742..00000000
--- a/node_modules/.bin/handlebars.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\handlebars\bin\handlebars" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/handlebars.ps1 b/node_modules/.bin/handlebars.ps1
deleted file mode 100644
index 5a1ede3c..00000000
--- a/node_modules/.bin/handlebars.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../handlebars/bin/handlebars" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../handlebars/bin/handlebars" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/import-local-fixture b/node_modules/.bin/import-local-fixture
deleted file mode 100644
index 8cc916df..00000000
--- a/node_modules/.bin/import-local-fixture
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../import-local/fixtures/cli.js" "$@"
- ret=$?
-else
- node "$basedir/../import-local/fixtures/cli.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/import-local-fixture b/node_modules/.bin/import-local-fixture
new file mode 120000
index 00000000..ff4b1048
--- /dev/null
+++ b/node_modules/.bin/import-local-fixture
@@ -0,0 +1 @@
+../import-local/fixtures/cli.js
\ No newline at end of file
diff --git a/node_modules/.bin/import-local-fixture.cmd b/node_modules/.bin/import-local-fixture.cmd
deleted file mode 100644
index c569fee5..00000000
--- a/node_modules/.bin/import-local-fixture.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\import-local\fixtures\cli.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/import-local-fixture.ps1 b/node_modules/.bin/import-local-fixture.ps1
deleted file mode 100644
index afd6c1a7..00000000
--- a/node_modules/.bin/import-local-fixture.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../import-local/fixtures/cli.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../import-local/fixtures/cli.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/is-ci b/node_modules/.bin/is-ci
deleted file mode 100644
index e79342ff..00000000
--- a/node_modules/.bin/is-ci
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../is-ci/bin.js" "$@"
- ret=$?
-else
- node "$basedir/../is-ci/bin.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/is-ci b/node_modules/.bin/is-ci
new file mode 120000
index 00000000..fe6aca6f
--- /dev/null
+++ b/node_modules/.bin/is-ci
@@ -0,0 +1 @@
+../is-ci/bin.js
\ No newline at end of file
diff --git a/node_modules/.bin/is-ci.cmd b/node_modules/.bin/is-ci.cmd
deleted file mode 100644
index e3276c08..00000000
--- a/node_modules/.bin/is-ci.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\is-ci\bin.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/is-ci.ps1 b/node_modules/.bin/is-ci.ps1
deleted file mode 100644
index 3fe23403..00000000
--- a/node_modules/.bin/is-ci.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../is-ci/bin.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../is-ci/bin.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/jest b/node_modules/.bin/jest
deleted file mode 100644
index a817cbfa..00000000
--- a/node_modules/.bin/jest
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../jest/bin/jest.js" "$@"
- ret=$?
-else
- node "$basedir/../jest/bin/jest.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/jest b/node_modules/.bin/jest
new file mode 120000
index 00000000..61c18615
--- /dev/null
+++ b/node_modules/.bin/jest
@@ -0,0 +1 @@
+../jest/bin/jest.js
\ No newline at end of file
diff --git a/node_modules/.bin/jest-runtime b/node_modules/.bin/jest-runtime
deleted file mode 100644
index ee93b188..00000000
--- a/node_modules/.bin/jest-runtime
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../jest-runtime/bin/jest-runtime.js" "$@"
- ret=$?
-else
- node "$basedir/../jest-runtime/bin/jest-runtime.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/jest-runtime b/node_modules/.bin/jest-runtime
new file mode 120000
index 00000000..ec00171e
--- /dev/null
+++ b/node_modules/.bin/jest-runtime
@@ -0,0 +1 @@
+../jest-runtime/bin/jest-runtime.js
\ No newline at end of file
diff --git a/node_modules/.bin/jest-runtime.cmd b/node_modules/.bin/jest-runtime.cmd
deleted file mode 100644
index 46aed971..00000000
--- a/node_modules/.bin/jest-runtime.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\jest-runtime\bin\jest-runtime.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/jest-runtime.ps1 b/node_modules/.bin/jest-runtime.ps1
deleted file mode 100644
index 38febb89..00000000
--- a/node_modules/.bin/jest-runtime.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../jest-runtime/bin/jest-runtime.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../jest-runtime/bin/jest-runtime.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/jest.cmd b/node_modules/.bin/jest.cmd
deleted file mode 100644
index c4de8273..00000000
--- a/node_modules/.bin/jest.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\jest\bin\jest.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/jest.ps1 b/node_modules/.bin/jest.ps1
deleted file mode 100644
index 20802d4f..00000000
--- a/node_modules/.bin/jest.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../jest/bin/jest.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../jest/bin/jest.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/jsesc b/node_modules/.bin/jsesc
deleted file mode 100644
index f2bbda38..00000000
--- a/node_modules/.bin/jsesc
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@"
- ret=$?
-else
- node "$basedir/../jsesc/bin/jsesc" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/jsesc b/node_modules/.bin/jsesc
new file mode 120000
index 00000000..7237604c
--- /dev/null
+++ b/node_modules/.bin/jsesc
@@ -0,0 +1 @@
+../jsesc/bin/jsesc
\ No newline at end of file
diff --git a/node_modules/.bin/jsesc.cmd b/node_modules/.bin/jsesc.cmd
deleted file mode 100644
index e7247934..00000000
--- a/node_modules/.bin/jsesc.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\jsesc\bin\jsesc" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/jsesc.ps1 b/node_modules/.bin/jsesc.ps1
deleted file mode 100644
index 1751cf9c..00000000
--- a/node_modules/.bin/jsesc.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../jsesc/bin/jsesc" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../jsesc/bin/jsesc" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/json5 b/node_modules/.bin/json5
deleted file mode 100644
index 882cecdd..00000000
--- a/node_modules/.bin/json5
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../json5/lib/cli.js" "$@"
- ret=$?
-else
- node "$basedir/../json5/lib/cli.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/json5 b/node_modules/.bin/json5
new file mode 120000
index 00000000..217f3798
--- /dev/null
+++ b/node_modules/.bin/json5
@@ -0,0 +1 @@
+../json5/lib/cli.js
\ No newline at end of file
diff --git a/node_modules/.bin/json5.cmd b/node_modules/.bin/json5.cmd
deleted file mode 100644
index b030d83e..00000000
--- a/node_modules/.bin/json5.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\json5\lib\cli.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/json5.ps1 b/node_modules/.bin/json5.ps1
deleted file mode 100644
index 585f9ad1..00000000
--- a/node_modules/.bin/json5.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../json5/lib/cli.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../json5/lib/cli.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/loose-envify b/node_modules/.bin/loose-envify
deleted file mode 100644
index bbdb1dff..00000000
--- a/node_modules/.bin/loose-envify
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../loose-envify/cli.js" "$@"
- ret=$?
-else
- node "$basedir/../loose-envify/cli.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/loose-envify b/node_modules/.bin/loose-envify
new file mode 120000
index 00000000..ed9009c5
--- /dev/null
+++ b/node_modules/.bin/loose-envify
@@ -0,0 +1 @@
+../loose-envify/cli.js
\ No newline at end of file
diff --git a/node_modules/.bin/loose-envify.cmd b/node_modules/.bin/loose-envify.cmd
deleted file mode 100644
index 2b210569..00000000
--- a/node_modules/.bin/loose-envify.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\loose-envify\cli.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/loose-envify.ps1 b/node_modules/.bin/loose-envify.ps1
deleted file mode 100644
index 7b96ac62..00000000
--- a/node_modules/.bin/loose-envify.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../loose-envify/cli.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../loose-envify/cli.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/mkdirp b/node_modules/.bin/mkdirp
deleted file mode 100644
index bcd333f4..00000000
--- a/node_modules/.bin/mkdirp
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@"
- ret=$?
-else
- node "$basedir/../mkdirp/bin/cmd.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/mkdirp b/node_modules/.bin/mkdirp
new file mode 120000
index 00000000..017896ce
--- /dev/null
+++ b/node_modules/.bin/mkdirp
@@ -0,0 +1 @@
+../mkdirp/bin/cmd.js
\ No newline at end of file
diff --git a/node_modules/.bin/mkdirp.cmd b/node_modules/.bin/mkdirp.cmd
deleted file mode 100644
index c2c9350b..00000000
--- a/node_modules/.bin/mkdirp.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\mkdirp\bin\cmd.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/mkdirp.ps1 b/node_modules/.bin/mkdirp.ps1
deleted file mode 100644
index 35ce6907..00000000
--- a/node_modules/.bin/mkdirp.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../mkdirp/bin/cmd.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../mkdirp/bin/cmd.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/parser b/node_modules/.bin/parser
deleted file mode 100644
index baec1223..00000000
--- a/node_modules/.bin/parser
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../@babel/parser/bin/babel-parser.js" "$@"
- ret=$?
-else
- node "$basedir/../@babel/parser/bin/babel-parser.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/parser b/node_modules/.bin/parser
new file mode 120000
index 00000000..ce7bf97e
--- /dev/null
+++ b/node_modules/.bin/parser
@@ -0,0 +1 @@
+../@babel/parser/bin/babel-parser.js
\ No newline at end of file
diff --git a/node_modules/.bin/parser.cmd b/node_modules/.bin/parser.cmd
deleted file mode 100644
index 21e2ef68..00000000
--- a/node_modules/.bin/parser.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\@babel\parser\bin\babel-parser.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/parser.ps1 b/node_modules/.bin/parser.ps1
deleted file mode 100644
index 82ec139d..00000000
--- a/node_modules/.bin/parser.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/rimraf b/node_modules/.bin/rimraf
deleted file mode 100644
index a3e9f718..00000000
--- a/node_modules/.bin/rimraf
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../rimraf/bin.js" "$@"
- ret=$?
-else
- node "$basedir/../rimraf/bin.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/rimraf b/node_modules/.bin/rimraf
new file mode 120000
index 00000000..4cd49a49
--- /dev/null
+++ b/node_modules/.bin/rimraf
@@ -0,0 +1 @@
+../rimraf/bin.js
\ No newline at end of file
diff --git a/node_modules/.bin/rimraf.cmd b/node_modules/.bin/rimraf.cmd
deleted file mode 100644
index 698f4ba0..00000000
--- a/node_modules/.bin/rimraf.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\rimraf\bin.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/rimraf.ps1 b/node_modules/.bin/rimraf.ps1
deleted file mode 100644
index a244a805..00000000
--- a/node_modules/.bin/rimraf.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../rimraf/bin.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../rimraf/bin.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/sane b/node_modules/.bin/sane
deleted file mode 100644
index ec2aac8a..00000000
--- a/node_modules/.bin/sane
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../sane/src/cli.js" "$@"
- ret=$?
-else
- node "$basedir/../sane/src/cli.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/sane b/node_modules/.bin/sane
new file mode 120000
index 00000000..ab4163ba
--- /dev/null
+++ b/node_modules/.bin/sane
@@ -0,0 +1 @@
+../sane/src/cli.js
\ No newline at end of file
diff --git a/node_modules/.bin/sane.cmd b/node_modules/.bin/sane.cmd
deleted file mode 100644
index 071f3fe9..00000000
--- a/node_modules/.bin/sane.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\sane\src\cli.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/sane.ps1 b/node_modules/.bin/sane.ps1
deleted file mode 100644
index 5ad999b4..00000000
--- a/node_modules/.bin/sane.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../sane/src/cli.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../sane/src/cli.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver
deleted file mode 100644
index 7e365277..00000000
--- a/node_modules/.bin/semver
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../semver/bin/semver.js" "$@"
- ret=$?
-else
- node "$basedir/../semver/bin/semver.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver
new file mode 120000
index 00000000..5aaadf42
--- /dev/null
+++ b/node_modules/.bin/semver
@@ -0,0 +1 @@
+../semver/bin/semver.js
\ No newline at end of file
diff --git a/node_modules/.bin/semver.cmd b/node_modules/.bin/semver.cmd
deleted file mode 100644
index 164cdeac..00000000
--- a/node_modules/.bin/semver.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\semver\bin\semver.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/semver.ps1 b/node_modules/.bin/semver.ps1
deleted file mode 100644
index 6a85e340..00000000
--- a/node_modules/.bin/semver.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../semver/bin/semver.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/sshpk-conv b/node_modules/.bin/sshpk-conv
deleted file mode 100644
index 91957fab..00000000
--- a/node_modules/.bin/sshpk-conv
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../sshpk/bin/sshpk-conv" "$@"
- ret=$?
-else
- node "$basedir/../sshpk/bin/sshpk-conv" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/sshpk-conv b/node_modules/.bin/sshpk-conv
new file mode 120000
index 00000000..a2a295c8
--- /dev/null
+++ b/node_modules/.bin/sshpk-conv
@@ -0,0 +1 @@
+../sshpk/bin/sshpk-conv
\ No newline at end of file
diff --git a/node_modules/.bin/sshpk-conv.cmd b/node_modules/.bin/sshpk-conv.cmd
deleted file mode 100644
index 42f9ce46..00000000
--- a/node_modules/.bin/sshpk-conv.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\sshpk\bin\sshpk-conv" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/sshpk-conv.ps1 b/node_modules/.bin/sshpk-conv.ps1
deleted file mode 100644
index d27c311d..00000000
--- a/node_modules/.bin/sshpk-conv.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-conv" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../sshpk/bin/sshpk-conv" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/sshpk-sign b/node_modules/.bin/sshpk-sign
deleted file mode 100644
index 0dd76443..00000000
--- a/node_modules/.bin/sshpk-sign
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../sshpk/bin/sshpk-sign" "$@"
- ret=$?
-else
- node "$basedir/../sshpk/bin/sshpk-sign" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/sshpk-sign b/node_modules/.bin/sshpk-sign
new file mode 120000
index 00000000..766b9b3a
--- /dev/null
+++ b/node_modules/.bin/sshpk-sign
@@ -0,0 +1 @@
+../sshpk/bin/sshpk-sign
\ No newline at end of file
diff --git a/node_modules/.bin/sshpk-sign.cmd b/node_modules/.bin/sshpk-sign.cmd
deleted file mode 100644
index 17f60dec..00000000
--- a/node_modules/.bin/sshpk-sign.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\sshpk\bin\sshpk-sign" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/sshpk-sign.ps1 b/node_modules/.bin/sshpk-sign.ps1
deleted file mode 100644
index 10d9186d..00000000
--- a/node_modules/.bin/sshpk-sign.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-sign" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../sshpk/bin/sshpk-sign" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/sshpk-verify b/node_modules/.bin/sshpk-verify
deleted file mode 100644
index 04f5d05f..00000000
--- a/node_modules/.bin/sshpk-verify
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../sshpk/bin/sshpk-verify" "$@"
- ret=$?
-else
- node "$basedir/../sshpk/bin/sshpk-verify" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/sshpk-verify b/node_modules/.bin/sshpk-verify
new file mode 120000
index 00000000..bfd7e3ad
--- /dev/null
+++ b/node_modules/.bin/sshpk-verify
@@ -0,0 +1 @@
+../sshpk/bin/sshpk-verify
\ No newline at end of file
diff --git a/node_modules/.bin/sshpk-verify.cmd b/node_modules/.bin/sshpk-verify.cmd
deleted file mode 100644
index 4b81f358..00000000
--- a/node_modules/.bin/sshpk-verify.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\sshpk\bin\sshpk-verify" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/sshpk-verify.ps1 b/node_modules/.bin/sshpk-verify.ps1
deleted file mode 100644
index d5a23e26..00000000
--- a/node_modules/.bin/sshpk-verify.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-verify" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../sshpk/bin/sshpk-verify" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/ts-jest b/node_modules/.bin/ts-jest
deleted file mode 100644
index 04dd6692..00000000
--- a/node_modules/.bin/ts-jest
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../ts-jest/cli.js" "$@"
- ret=$?
-else
- node "$basedir/../ts-jest/cli.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/ts-jest b/node_modules/.bin/ts-jest
new file mode 120000
index 00000000..0f8a26ec
--- /dev/null
+++ b/node_modules/.bin/ts-jest
@@ -0,0 +1 @@
+../ts-jest/cli.js
\ No newline at end of file
diff --git a/node_modules/.bin/ts-jest.cmd b/node_modules/.bin/ts-jest.cmd
deleted file mode 100644
index 3cc6dd3f..00000000
--- a/node_modules/.bin/ts-jest.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\ts-jest\cli.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/ts-jest.ps1 b/node_modules/.bin/ts-jest.ps1
deleted file mode 100644
index 462451ce..00000000
--- a/node_modules/.bin/ts-jest.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../ts-jest/cli.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../ts-jest/cli.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/tsc b/node_modules/.bin/tsc
deleted file mode 100644
index 8331d661..00000000
--- a/node_modules/.bin/tsc
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../typescript/bin/tsc" "$@"
- ret=$?
-else
- node "$basedir/../typescript/bin/tsc" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/tsc b/node_modules/.bin/tsc
new file mode 120000
index 00000000..0863208a
--- /dev/null
+++ b/node_modules/.bin/tsc
@@ -0,0 +1 @@
+../typescript/bin/tsc
\ No newline at end of file
diff --git a/node_modules/.bin/tsc.cmd b/node_modules/.bin/tsc.cmd
deleted file mode 100644
index d83ffefb..00000000
--- a/node_modules/.bin/tsc.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\typescript\bin\tsc" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/tsc.ps1 b/node_modules/.bin/tsc.ps1
deleted file mode 100644
index 2cca02f9..00000000
--- a/node_modules/.bin/tsc.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../typescript/bin/tsc" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/tsserver b/node_modules/.bin/tsserver
deleted file mode 100644
index 0f6f2c6b..00000000
--- a/node_modules/.bin/tsserver
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@"
- ret=$?
-else
- node "$basedir/../typescript/bin/tsserver" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/tsserver b/node_modules/.bin/tsserver
new file mode 120000
index 00000000..f8f8f1a0
--- /dev/null
+++ b/node_modules/.bin/tsserver
@@ -0,0 +1 @@
+../typescript/bin/tsserver
\ No newline at end of file
diff --git a/node_modules/.bin/tsserver.cmd b/node_modules/.bin/tsserver.cmd
deleted file mode 100644
index 2dcace2e..00000000
--- a/node_modules/.bin/tsserver.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\typescript\bin\tsserver" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/tsserver.ps1 b/node_modules/.bin/tsserver.ps1
deleted file mode 100644
index 4471fac1..00000000
--- a/node_modules/.bin/tsserver.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../typescript/bin/tsserver" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/uglifyjs b/node_modules/.bin/uglifyjs
deleted file mode 100644
index 8aa695c4..00000000
--- a/node_modules/.bin/uglifyjs
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../uglify-js/bin/uglifyjs" "$@"
- ret=$?
-else
- node "$basedir/../uglify-js/bin/uglifyjs" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/uglifyjs b/node_modules/.bin/uglifyjs
new file mode 120000
index 00000000..fef3468b
--- /dev/null
+++ b/node_modules/.bin/uglifyjs
@@ -0,0 +1 @@
+../uglify-js/bin/uglifyjs
\ No newline at end of file
diff --git a/node_modules/.bin/uglifyjs.cmd b/node_modules/.bin/uglifyjs.cmd
deleted file mode 100644
index ad74c56b..00000000
--- a/node_modules/.bin/uglifyjs.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\uglify-js\bin\uglifyjs" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/uglifyjs.ps1 b/node_modules/.bin/uglifyjs.ps1
deleted file mode 100644
index e6749c73..00000000
--- a/node_modules/.bin/uglifyjs.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../uglify-js/bin/uglifyjs" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../uglify-js/bin/uglifyjs" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/uuid b/node_modules/.bin/uuid
deleted file mode 100644
index 9af3844b..00000000
--- a/node_modules/.bin/uuid
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../uuid/bin/uuid" "$@"
- ret=$?
-else
- node "$basedir/../uuid/bin/uuid" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/uuid b/node_modules/.bin/uuid
new file mode 120000
index 00000000..b3e45bc5
--- /dev/null
+++ b/node_modules/.bin/uuid
@@ -0,0 +1 @@
+../uuid/bin/uuid
\ No newline at end of file
diff --git a/node_modules/.bin/uuid.cmd b/node_modules/.bin/uuid.cmd
deleted file mode 100644
index 8154f4e6..00000000
--- a/node_modules/.bin/uuid.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\uuid\bin\uuid" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/uuid.ps1 b/node_modules/.bin/uuid.ps1
deleted file mode 100644
index 3fcb2642..00000000
--- a/node_modules/.bin/uuid.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../uuid/bin/uuid" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../uuid/bin/uuid" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/watch b/node_modules/.bin/watch
deleted file mode 100644
index 076e0fae..00000000
--- a/node_modules/.bin/watch
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../@cnakazawa/watch/cli.js" "$@"
- ret=$?
-else
- node "$basedir/../@cnakazawa/watch/cli.js" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/watch b/node_modules/.bin/watch
new file mode 120000
index 00000000..6c62430b
--- /dev/null
+++ b/node_modules/.bin/watch
@@ -0,0 +1 @@
+../@cnakazawa/watch/cli.js
\ No newline at end of file
diff --git a/node_modules/.bin/watch.cmd b/node_modules/.bin/watch.cmd
deleted file mode 100644
index 1acaeae7..00000000
--- a/node_modules/.bin/watch.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\@cnakazawa\watch\cli.js" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/watch.ps1 b/node_modules/.bin/watch.ps1
deleted file mode 100644
index ef5858d0..00000000
--- a/node_modules/.bin/watch.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../@cnakazawa/watch/cli.js" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../@cnakazawa/watch/cli.js" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/.bin/which b/node_modules/.bin/which
deleted file mode 100644
index 12cde792..00000000
--- a/node_modules/.bin/which
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../which/bin/which" "$@"
- ret=$?
-else
- node "$basedir/../which/bin/which" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/.bin/which b/node_modules/.bin/which
new file mode 120000
index 00000000..f62471c8
--- /dev/null
+++ b/node_modules/.bin/which
@@ -0,0 +1 @@
+../which/bin/which
\ No newline at end of file
diff --git a/node_modules/.bin/which.cmd b/node_modules/.bin/which.cmd
deleted file mode 100644
index 0664965c..00000000
--- a/node_modules/.bin/which.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\which\bin\which" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/.bin/which.ps1 b/node_modules/.bin/which.ps1
deleted file mode 100644
index d0231706..00000000
--- a/node_modules/.bin/which.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../which/bin/which" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../which/bin/which" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/@actions/core/package.json b/node_modules/@actions/core/package.json
index 11ba6f06..ce9c4d72 100644
--- a/node_modules/@actions/core/package.json
+++ b/node_modules/@actions/core/package.json
@@ -1,16 +1,41 @@
{
- "name": "@actions/core",
- "version": "1.2.6",
- "description": "Actions core lib",
- "keywords": [
- "github",
- "actions",
- "core"
+ "_args": [
+ [
+ "@actions/core@1.2.6",
+ "/home/alaneos777/github-actions/mysql"
+ ]
],
- "homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
- "license": "MIT",
- "main": "lib/core.js",
- "types": "lib/core.d.ts",
+ "_from": "@actions/core@1.2.6",
+ "_id": "@actions/core@1.2.6",
+ "_inBundle": false,
+ "_integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==",
+ "_location": "/@actions/core",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@actions/core@1.2.6",
+ "name": "@actions/core",
+ "escapedName": "@actions%2fcore",
+ "scope": "@actions",
+ "rawSpec": "1.2.6",
+ "saveSpec": null,
+ "fetchSpec": "1.2.6"
+ },
+ "_requiredBy": [
+ "/",
+ "/azure-actions-webclient"
+ ],
+ "_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz",
+ "_spec": "1.2.6",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/actions/toolkit/issues"
+ },
+ "description": "Actions core lib",
+ "devDependencies": {
+ "@types/node": "^12.0.2"
+ },
"directories": {
"lib": "lib",
"test": "__tests__"
@@ -19,6 +44,15 @@
"lib",
"!.DS_Store"
],
+ "homepage": "https://github.com/actions/toolkit/tree/main/packages/core",
+ "keywords": [
+ "github",
+ "actions",
+ "core"
+ ],
+ "license": "MIT",
+ "main": "lib/core.js",
+ "name": "@actions/core",
"publishConfig": {
"access": "public"
},
@@ -32,14 +66,6 @@
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
- "bugs": {
- "url": "https://github.com/actions/toolkit/issues"
- },
- "devDependencies": {
- "@types/node": "^12.0.2"
- }
-
-,"_resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz"
-,"_integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA=="
-,"_from": "@actions/core@1.2.6"
-}
\ No newline at end of file
+ "types": "lib/core.d.ts",
+ "version": "1.2.6"
+}
diff --git a/node_modules/@actions/exec/package.json b/node_modules/@actions/exec/package.json
index bb85262a..2ade73e6 100644
--- a/node_modules/@actions/exec/package.json
+++ b/node_modules/@actions/exec/package.json
@@ -1,15 +1,41 @@
{
- "name": "@actions/exec",
- "version": "1.0.1",
- "description": "Actions exec lib",
- "keywords": [
- "github",
- "actions",
- "exec"
+ "_args": [
+ [
+ "@actions/exec@1.0.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
],
- "homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
- "license": "MIT",
- "main": "lib/exec.js",
+ "_from": "@actions/exec@1.0.1",
+ "_id": "@actions/exec@1.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-nvFkxwiicvpzNiCBF4wFBDfnBvi7xp/as7LE1hBxBxKG2L29+gkIPBiLKMVORL+Hg3JNf07AKRfl0V5djoypjQ==",
+ "_location": "/@actions/exec",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@actions/exec@1.0.1",
+ "name": "@actions/exec",
+ "escapedName": "@actions%2fexec",
+ "scope": "@actions",
+ "rawSpec": "1.0.1",
+ "saveSpec": null,
+ "fetchSpec": "1.0.1"
+ },
+ "_requiredBy": [
+ "/",
+ "/azure-actions-webclient"
+ ],
+ "_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.1.tgz",
+ "_spec": "1.0.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/actions/toolkit/issues"
+ },
+ "description": "Actions exec lib",
+ "devDependencies": {
+ "@actions/io": "^1.0.1"
+ },
"directories": {
"lib": "lib",
"test": "__tests__"
@@ -17,6 +43,16 @@
"files": [
"lib"
],
+ "gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52",
+ "homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
+ "keywords": [
+ "github",
+ "actions",
+ "exec"
+ ],
+ "license": "MIT",
+ "main": "lib/exec.js",
+ "name": "@actions/exec",
"publishConfig": {
"access": "public"
},
@@ -28,15 +64,5 @@
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
- "bugs": {
- "url": "https://github.com/actions/toolkit/issues"
- },
- "devDependencies": {
- "@actions/io": "^1.0.1"
- },
- "gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52"
-
-,"_resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.1.tgz"
-,"_integrity": "sha512-nvFkxwiicvpzNiCBF4wFBDfnBvi7xp/as7LE1hBxBxKG2L29+gkIPBiLKMVORL+Hg3JNf07AKRfl0V5djoypjQ=="
-,"_from": "@actions/exec@1.0.1"
-}
\ No newline at end of file
+ "version": "1.0.1"
+}
diff --git a/node_modules/@actions/http-client/LICENSE b/node_modules/@actions/http-client/LICENSE
new file mode 100644
index 00000000..5823a51c
--- /dev/null
+++ b/node_modules/@actions/http-client/LICENSE
@@ -0,0 +1,21 @@
+Actions Http Client for Node.js
+
+Copyright (c) GitHub, Inc.
+
+All rights reserved.
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
+associated documentation files (the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
+LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/node_modules/@actions/http-client/README.md b/node_modules/@actions/http-client/README.md
new file mode 100644
index 00000000..7e06adeb
--- /dev/null
+++ b/node_modules/@actions/http-client/README.md
@@ -0,0 +1,73 @@
+# `@actions/http-client`
+
+A lightweight HTTP client optimized for building actions.
+
+## Features
+
+ - HTTP client with TypeScript generics and async/await/Promises
+ - Typings included!
+ - [Proxy support](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/about-self-hosted-runners#using-a-proxy-server-with-self-hosted-runners) just works with actions and the runner
+ - Targets ES2019 (runner runs actions with node 12+). Only supported on node 12+.
+ - Basic, Bearer and PAT Support out of the box. Extensible handlers for others.
+ - Redirects supported
+
+Features and releases [here](./RELEASES.md)
+
+## Install
+
+```
+npm install @actions/http-client --save
+```
+
+## Samples
+
+See the [tests](./__tests__) for detailed examples.
+
+## Errors
+
+### HTTP
+
+The HTTP client does not throw unless truly exceptional.
+
+* A request that successfully executes resulting in a 404, 500 etc... will return a response object with a status code and a body.
+* Redirects (3xx) will be followed by default.
+
+See the [tests](./__tests__) for detailed examples.
+
+## Debugging
+
+To enable detailed console logging of all HTTP requests and responses, set the NODE_DEBUG environment varible:
+
+```shell
+export NODE_DEBUG=http
+```
+
+## Node support
+
+The http-client is built using the latest LTS version of Node 12. It may work on previous node LTS versions but it's tested and officially supported on Node12+.
+
+## Support and Versioning
+
+We follow semver and will hold compatibility between major versions and increment the minor version with new features and capabilities (while holding compat).
+
+## Contributing
+
+We welcome PRs. Please create an issue and if applicable, a design before proceeding with code.
+
+once:
+
+```
+npm install
+```
+
+To build:
+
+```
+npm run build
+```
+
+To run all tests:
+
+```
+npm test
+```
diff --git a/node_modules/@actions/http-client/lib/auth.d.ts b/node_modules/@actions/http-client/lib/auth.d.ts
new file mode 100644
index 00000000..8cc9fc3d
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/auth.d.ts
@@ -0,0 +1,26 @@
+///
+import * as http from 'http';
+import * as ifm from './interfaces';
+import { HttpClientResponse } from './index';
+export declare class BasicCredentialHandler implements ifm.RequestHandler {
+ username: string;
+ password: string;
+ constructor(username: string, password: string);
+ prepareRequest(options: http.RequestOptions): void;
+ canHandleAuthentication(): boolean;
+ handleAuthentication(): Promise;
+}
+export declare class BearerCredentialHandler implements ifm.RequestHandler {
+ token: string;
+ constructor(token: string);
+ prepareRequest(options: http.RequestOptions): void;
+ canHandleAuthentication(): boolean;
+ handleAuthentication(): Promise;
+}
+export declare class PersonalAccessTokenCredentialHandler implements ifm.RequestHandler {
+ token: string;
+ constructor(token: string);
+ prepareRequest(options: http.RequestOptions): void;
+ canHandleAuthentication(): boolean;
+ handleAuthentication(): Promise;
+}
diff --git a/node_modules/@actions/http-client/lib/auth.js b/node_modules/@actions/http-client/lib/auth.js
new file mode 100644
index 00000000..2c150a3d
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/auth.js
@@ -0,0 +1,81 @@
+"use strict";
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+ return new (P || (P = Promise))(function (resolve, reject) {
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
+ });
+};
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.PersonalAccessTokenCredentialHandler = exports.BearerCredentialHandler = exports.BasicCredentialHandler = void 0;
+class BasicCredentialHandler {
+ constructor(username, password) {
+ this.username = username;
+ this.password = password;
+ }
+ prepareRequest(options) {
+ if (!options.headers) {
+ throw Error('The request has no headers');
+ }
+ options.headers['Authorization'] = `Basic ${Buffer.from(`${this.username}:${this.password}`).toString('base64')}`;
+ }
+ // This handler cannot handle 401
+ canHandleAuthentication() {
+ return false;
+ }
+ handleAuthentication() {
+ return __awaiter(this, void 0, void 0, function* () {
+ throw new Error('not implemented');
+ });
+ }
+}
+exports.BasicCredentialHandler = BasicCredentialHandler;
+class BearerCredentialHandler {
+ constructor(token) {
+ this.token = token;
+ }
+ // currently implements pre-authorization
+ // TODO: support preAuth = false where it hooks on 401
+ prepareRequest(options) {
+ if (!options.headers) {
+ throw Error('The request has no headers');
+ }
+ options.headers['Authorization'] = `Bearer ${this.token}`;
+ }
+ // This handler cannot handle 401
+ canHandleAuthentication() {
+ return false;
+ }
+ handleAuthentication() {
+ return __awaiter(this, void 0, void 0, function* () {
+ throw new Error('not implemented');
+ });
+ }
+}
+exports.BearerCredentialHandler = BearerCredentialHandler;
+class PersonalAccessTokenCredentialHandler {
+ constructor(token) {
+ this.token = token;
+ }
+ // currently implements pre-authorization
+ // TODO: support preAuth = false where it hooks on 401
+ prepareRequest(options) {
+ if (!options.headers) {
+ throw Error('The request has no headers');
+ }
+ options.headers['Authorization'] = `Basic ${Buffer.from(`PAT:${this.token}`).toString('base64')}`;
+ }
+ // This handler cannot handle 401
+ canHandleAuthentication() {
+ return false;
+ }
+ handleAuthentication() {
+ return __awaiter(this, void 0, void 0, function* () {
+ throw new Error('not implemented');
+ });
+ }
+}
+exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHandler;
+//# sourceMappingURL=auth.js.map
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/lib/auth.js.map b/node_modules/@actions/http-client/lib/auth.js.map
new file mode 100644
index 00000000..7d3a18af
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/auth.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"auth.js","sourceRoot":"","sources":["../src/auth.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,MAAa,sBAAsB;IAIjC,YAAY,QAAgB,EAAE,QAAgB;QAC5C,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAA;QACxB,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAA;IAC1B,CAAC;IAED,cAAc,CAAC,OAA4B;QACzC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;YACpB,MAAM,KAAK,CAAC,4BAA4B,CAAC,CAAA;SAC1C;QACD,OAAO,CAAC,OAAO,CAAC,eAAe,CAAC,GAAG,SAAS,MAAM,CAAC,IAAI,CACrD,GAAG,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,QAAQ,EAAE,CACpC,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAA;IACxB,CAAC;IAED,iCAAiC;IACjC,uBAAuB;QACrB,OAAO,KAAK,CAAA;IACd,CAAC;IAEK,oBAAoB;;YACxB,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAA;QACpC,CAAC;KAAA;CACF;AA1BD,wDA0BC;AAED,MAAa,uBAAuB;IAGlC,YAAY,KAAa;QACvB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;IACpB,CAAC;IAED,yCAAyC;IACzC,sDAAsD;IACtD,cAAc,CAAC,OAA4B;QACzC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;YACpB,MAAM,KAAK,CAAC,4BAA4B,CAAC,CAAA;SAC1C;QACD,OAAO,CAAC,OAAO,CAAC,eAAe,CAAC,GAAG,UAAU,IAAI,CAAC,KAAK,EAAE,CAAA;IAC3D,CAAC;IAED,iCAAiC;IACjC,uBAAuB;QACrB,OAAO,KAAK,CAAA;IACd,CAAC;IAEK,oBAAoB;;YACxB,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAA;QACpC,CAAC;KAAA;CACF;AAxBD,0DAwBC;AAED,MAAa,oCAAoC;IAI/C,YAAY,KAAa;QACvB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAA;IACpB,CAAC;IAED,yCAAyC;IACzC,sDAAsD;IACtD,cAAc,CAAC,OAA4B;QACzC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE;YACpB,MAAM,KAAK,CAAC,4BAA4B,CAAC,CAAA;SAC1C;QACD,OAAO,CAAC,OAAO,CAAC,eAAe,CAAC,GAAG,SAAS,MAAM,CAAC,IAAI,CACrD,OAAO,IAAI,CAAC,KAAK,EAAE,CACpB,CAAC,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAA;IACxB,CAAC;IAED,iCAAiC;IACjC,uBAAuB;QACrB,OAAO,KAAK,CAAA;IACd,CAAC;IAEK,oBAAoB;;YACxB,MAAM,IAAI,KAAK,CAAC,iBAAiB,CAAC,CAAA;QACpC,CAAC;KAAA;CACF;AA3BD,oFA2BC"}
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/lib/index.d.ts b/node_modules/@actions/http-client/lib/index.d.ts
new file mode 100644
index 00000000..fe733d14
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/index.d.ts
@@ -0,0 +1,123 @@
+///
+import * as http from 'http';
+import * as ifm from './interfaces';
+export declare enum HttpCodes {
+ OK = 200,
+ MultipleChoices = 300,
+ MovedPermanently = 301,
+ ResourceMoved = 302,
+ SeeOther = 303,
+ NotModified = 304,
+ UseProxy = 305,
+ SwitchProxy = 306,
+ TemporaryRedirect = 307,
+ PermanentRedirect = 308,
+ BadRequest = 400,
+ Unauthorized = 401,
+ PaymentRequired = 402,
+ Forbidden = 403,
+ NotFound = 404,
+ MethodNotAllowed = 405,
+ NotAcceptable = 406,
+ ProxyAuthenticationRequired = 407,
+ RequestTimeout = 408,
+ Conflict = 409,
+ Gone = 410,
+ TooManyRequests = 429,
+ InternalServerError = 500,
+ NotImplemented = 501,
+ BadGateway = 502,
+ ServiceUnavailable = 503,
+ GatewayTimeout = 504
+}
+export declare enum Headers {
+ Accept = "accept",
+ ContentType = "content-type"
+}
+export declare enum MediaTypes {
+ ApplicationJson = "application/json"
+}
+/**
+ * Returns the proxy URL, depending upon the supplied url and proxy environment variables.
+ * @param serverUrl The server URL where the request will be sent. For example, https://api.github.com
+ */
+export declare function getProxyUrl(serverUrl: string): string;
+export declare class HttpClientError extends Error {
+ constructor(message: string, statusCode: number);
+ statusCode: number;
+ result?: any;
+}
+export declare class HttpClientResponse {
+ constructor(message: http.IncomingMessage);
+ message: http.IncomingMessage;
+ readBody(): Promise;
+}
+export declare function isHttps(requestUrl: string): boolean;
+export declare class HttpClient {
+ userAgent: string | undefined;
+ handlers: ifm.RequestHandler[];
+ requestOptions: ifm.RequestOptions | undefined;
+ private _ignoreSslError;
+ private _socketTimeout;
+ private _allowRedirects;
+ private _allowRedirectDowngrade;
+ private _maxRedirects;
+ private _allowRetries;
+ private _maxRetries;
+ private _agent;
+ private _proxyAgent;
+ private _keepAlive;
+ private _disposed;
+ constructor(userAgent?: string, handlers?: ifm.RequestHandler[], requestOptions?: ifm.RequestOptions);
+ options(requestUrl: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ get(requestUrl: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ del(requestUrl: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ post(requestUrl: string, data: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ patch(requestUrl: string, data: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ put(requestUrl: string, data: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ head(requestUrl: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ sendStream(verb: string, requestUrl: string, stream: NodeJS.ReadableStream, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ /**
+ * Gets a typed object from an endpoint
+ * Be aware that not found returns a null. Other errors (4xx, 5xx) reject the promise
+ */
+ getJson(requestUrl: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise>;
+ postJson(requestUrl: string, obj: any, additionalHeaders?: http.OutgoingHttpHeaders): Promise>;
+ putJson(requestUrl: string, obj: any, additionalHeaders?: http.OutgoingHttpHeaders): Promise>;
+ patchJson(requestUrl: string, obj: any, additionalHeaders?: http.OutgoingHttpHeaders): Promise>;
+ /**
+ * Makes a raw http request.
+ * All other methods such as get, post, patch, and request ultimately call this.
+ * Prefer get, del, post and patch
+ */
+ request(verb: string, requestUrl: string, data: string | NodeJS.ReadableStream | null, headers?: http.OutgoingHttpHeaders): Promise;
+ /**
+ * Needs to be called if keepAlive is set to true in request options.
+ */
+ dispose(): void;
+ /**
+ * Raw request.
+ * @param info
+ * @param data
+ */
+ requestRaw(info: ifm.RequestInfo, data: string | NodeJS.ReadableStream | null): Promise;
+ /**
+ * Raw request with callback.
+ * @param info
+ * @param data
+ * @param onResult
+ */
+ requestRawWithCallback(info: ifm.RequestInfo, data: string | NodeJS.ReadableStream | null, onResult: (err?: Error, res?: HttpClientResponse) => void): void;
+ /**
+ * Gets an http agent. This function is useful when you need an http agent that handles
+ * routing through a proxy server - depending upon the url and proxy environment variables.
+ * @param serverUrl The server URL where the request will be sent. For example, https://api.github.com
+ */
+ getAgent(serverUrl: string): http.Agent;
+ private _prepareRequest;
+ private _mergeHeaders;
+ private _getExistingOrDefaultHeader;
+ private _getAgent;
+ private _performExponentialBackoff;
+ private _processResponse;
+}
diff --git a/node_modules/@actions/http-client/lib/index.js b/node_modules/@actions/http-client/lib/index.js
new file mode 100644
index 00000000..a1b7d032
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/index.js
@@ -0,0 +1,605 @@
+"use strict";
+/* eslint-disable @typescript-eslint/no-explicit-any */
+var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
+ if (k2 === undefined) k2 = k;
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
+}) : (function(o, m, k, k2) {
+ if (k2 === undefined) k2 = k;
+ o[k2] = m[k];
+}));
+var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
+}) : function(o, v) {
+ o["default"] = v;
+});
+var __importStar = (this && this.__importStar) || function (mod) {
+ if (mod && mod.__esModule) return mod;
+ var result = {};
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
+ __setModuleDefault(result, mod);
+ return result;
+};
+var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
+ return new (P || (P = Promise))(function (resolve, reject) {
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
+ });
+};
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.HttpClient = exports.isHttps = exports.HttpClientResponse = exports.HttpClientError = exports.getProxyUrl = exports.MediaTypes = exports.Headers = exports.HttpCodes = void 0;
+const http = __importStar(require("http"));
+const https = __importStar(require("https"));
+const pm = __importStar(require("./proxy"));
+const tunnel = __importStar(require("tunnel"));
+var HttpCodes;
+(function (HttpCodes) {
+ HttpCodes[HttpCodes["OK"] = 200] = "OK";
+ HttpCodes[HttpCodes["MultipleChoices"] = 300] = "MultipleChoices";
+ HttpCodes[HttpCodes["MovedPermanently"] = 301] = "MovedPermanently";
+ HttpCodes[HttpCodes["ResourceMoved"] = 302] = "ResourceMoved";
+ HttpCodes[HttpCodes["SeeOther"] = 303] = "SeeOther";
+ HttpCodes[HttpCodes["NotModified"] = 304] = "NotModified";
+ HttpCodes[HttpCodes["UseProxy"] = 305] = "UseProxy";
+ HttpCodes[HttpCodes["SwitchProxy"] = 306] = "SwitchProxy";
+ HttpCodes[HttpCodes["TemporaryRedirect"] = 307] = "TemporaryRedirect";
+ HttpCodes[HttpCodes["PermanentRedirect"] = 308] = "PermanentRedirect";
+ HttpCodes[HttpCodes["BadRequest"] = 400] = "BadRequest";
+ HttpCodes[HttpCodes["Unauthorized"] = 401] = "Unauthorized";
+ HttpCodes[HttpCodes["PaymentRequired"] = 402] = "PaymentRequired";
+ HttpCodes[HttpCodes["Forbidden"] = 403] = "Forbidden";
+ HttpCodes[HttpCodes["NotFound"] = 404] = "NotFound";
+ HttpCodes[HttpCodes["MethodNotAllowed"] = 405] = "MethodNotAllowed";
+ HttpCodes[HttpCodes["NotAcceptable"] = 406] = "NotAcceptable";
+ HttpCodes[HttpCodes["ProxyAuthenticationRequired"] = 407] = "ProxyAuthenticationRequired";
+ HttpCodes[HttpCodes["RequestTimeout"] = 408] = "RequestTimeout";
+ HttpCodes[HttpCodes["Conflict"] = 409] = "Conflict";
+ HttpCodes[HttpCodes["Gone"] = 410] = "Gone";
+ HttpCodes[HttpCodes["TooManyRequests"] = 429] = "TooManyRequests";
+ HttpCodes[HttpCodes["InternalServerError"] = 500] = "InternalServerError";
+ HttpCodes[HttpCodes["NotImplemented"] = 501] = "NotImplemented";
+ HttpCodes[HttpCodes["BadGateway"] = 502] = "BadGateway";
+ HttpCodes[HttpCodes["ServiceUnavailable"] = 503] = "ServiceUnavailable";
+ HttpCodes[HttpCodes["GatewayTimeout"] = 504] = "GatewayTimeout";
+})(HttpCodes = exports.HttpCodes || (exports.HttpCodes = {}));
+var Headers;
+(function (Headers) {
+ Headers["Accept"] = "accept";
+ Headers["ContentType"] = "content-type";
+})(Headers = exports.Headers || (exports.Headers = {}));
+var MediaTypes;
+(function (MediaTypes) {
+ MediaTypes["ApplicationJson"] = "application/json";
+})(MediaTypes = exports.MediaTypes || (exports.MediaTypes = {}));
+/**
+ * Returns the proxy URL, depending upon the supplied url and proxy environment variables.
+ * @param serverUrl The server URL where the request will be sent. For example, https://api.github.com
+ */
+function getProxyUrl(serverUrl) {
+ const proxyUrl = pm.getProxyUrl(new URL(serverUrl));
+ return proxyUrl ? proxyUrl.href : '';
+}
+exports.getProxyUrl = getProxyUrl;
+const HttpRedirectCodes = [
+ HttpCodes.MovedPermanently,
+ HttpCodes.ResourceMoved,
+ HttpCodes.SeeOther,
+ HttpCodes.TemporaryRedirect,
+ HttpCodes.PermanentRedirect
+];
+const HttpResponseRetryCodes = [
+ HttpCodes.BadGateway,
+ HttpCodes.ServiceUnavailable,
+ HttpCodes.GatewayTimeout
+];
+const RetryableHttpVerbs = ['OPTIONS', 'GET', 'DELETE', 'HEAD'];
+const ExponentialBackoffCeiling = 10;
+const ExponentialBackoffTimeSlice = 5;
+class HttpClientError extends Error {
+ constructor(message, statusCode) {
+ super(message);
+ this.name = 'HttpClientError';
+ this.statusCode = statusCode;
+ Object.setPrototypeOf(this, HttpClientError.prototype);
+ }
+}
+exports.HttpClientError = HttpClientError;
+class HttpClientResponse {
+ constructor(message) {
+ this.message = message;
+ }
+ readBody() {
+ return __awaiter(this, void 0, void 0, function* () {
+ return new Promise((resolve) => __awaiter(this, void 0, void 0, function* () {
+ let output = Buffer.alloc(0);
+ this.message.on('data', (chunk) => {
+ output = Buffer.concat([output, chunk]);
+ });
+ this.message.on('end', () => {
+ resolve(output.toString());
+ });
+ }));
+ });
+ }
+}
+exports.HttpClientResponse = HttpClientResponse;
+function isHttps(requestUrl) {
+ const parsedUrl = new URL(requestUrl);
+ return parsedUrl.protocol === 'https:';
+}
+exports.isHttps = isHttps;
+class HttpClient {
+ constructor(userAgent, handlers, requestOptions) {
+ this._ignoreSslError = false;
+ this._allowRedirects = true;
+ this._allowRedirectDowngrade = false;
+ this._maxRedirects = 50;
+ this._allowRetries = false;
+ this._maxRetries = 1;
+ this._keepAlive = false;
+ this._disposed = false;
+ this.userAgent = userAgent;
+ this.handlers = handlers || [];
+ this.requestOptions = requestOptions;
+ if (requestOptions) {
+ if (requestOptions.ignoreSslError != null) {
+ this._ignoreSslError = requestOptions.ignoreSslError;
+ }
+ this._socketTimeout = requestOptions.socketTimeout;
+ if (requestOptions.allowRedirects != null) {
+ this._allowRedirects = requestOptions.allowRedirects;
+ }
+ if (requestOptions.allowRedirectDowngrade != null) {
+ this._allowRedirectDowngrade = requestOptions.allowRedirectDowngrade;
+ }
+ if (requestOptions.maxRedirects != null) {
+ this._maxRedirects = Math.max(requestOptions.maxRedirects, 0);
+ }
+ if (requestOptions.keepAlive != null) {
+ this._keepAlive = requestOptions.keepAlive;
+ }
+ if (requestOptions.allowRetries != null) {
+ this._allowRetries = requestOptions.allowRetries;
+ }
+ if (requestOptions.maxRetries != null) {
+ this._maxRetries = requestOptions.maxRetries;
+ }
+ }
+ }
+ options(requestUrl, additionalHeaders) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return this.request('OPTIONS', requestUrl, null, additionalHeaders || {});
+ });
+ }
+ get(requestUrl, additionalHeaders) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return this.request('GET', requestUrl, null, additionalHeaders || {});
+ });
+ }
+ del(requestUrl, additionalHeaders) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return this.request('DELETE', requestUrl, null, additionalHeaders || {});
+ });
+ }
+ post(requestUrl, data, additionalHeaders) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return this.request('POST', requestUrl, data, additionalHeaders || {});
+ });
+ }
+ patch(requestUrl, data, additionalHeaders) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return this.request('PATCH', requestUrl, data, additionalHeaders || {});
+ });
+ }
+ put(requestUrl, data, additionalHeaders) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return this.request('PUT', requestUrl, data, additionalHeaders || {});
+ });
+ }
+ head(requestUrl, additionalHeaders) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return this.request('HEAD', requestUrl, null, additionalHeaders || {});
+ });
+ }
+ sendStream(verb, requestUrl, stream, additionalHeaders) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return this.request(verb, requestUrl, stream, additionalHeaders);
+ });
+ }
+ /**
+ * Gets a typed object from an endpoint
+ * Be aware that not found returns a null. Other errors (4xx, 5xx) reject the promise
+ */
+ getJson(requestUrl, additionalHeaders = {}) {
+ return __awaiter(this, void 0, void 0, function* () {
+ additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson);
+ const res = yield this.get(requestUrl, additionalHeaders);
+ return this._processResponse(res, this.requestOptions);
+ });
+ }
+ postJson(requestUrl, obj, additionalHeaders = {}) {
+ return __awaiter(this, void 0, void 0, function* () {
+ const data = JSON.stringify(obj, null, 2);
+ additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson);
+ additionalHeaders[Headers.ContentType] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.ContentType, MediaTypes.ApplicationJson);
+ const res = yield this.post(requestUrl, data, additionalHeaders);
+ return this._processResponse(res, this.requestOptions);
+ });
+ }
+ putJson(requestUrl, obj, additionalHeaders = {}) {
+ return __awaiter(this, void 0, void 0, function* () {
+ const data = JSON.stringify(obj, null, 2);
+ additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson);
+ additionalHeaders[Headers.ContentType] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.ContentType, MediaTypes.ApplicationJson);
+ const res = yield this.put(requestUrl, data, additionalHeaders);
+ return this._processResponse(res, this.requestOptions);
+ });
+ }
+ patchJson(requestUrl, obj, additionalHeaders = {}) {
+ return __awaiter(this, void 0, void 0, function* () {
+ const data = JSON.stringify(obj, null, 2);
+ additionalHeaders[Headers.Accept] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.Accept, MediaTypes.ApplicationJson);
+ additionalHeaders[Headers.ContentType] = this._getExistingOrDefaultHeader(additionalHeaders, Headers.ContentType, MediaTypes.ApplicationJson);
+ const res = yield this.patch(requestUrl, data, additionalHeaders);
+ return this._processResponse(res, this.requestOptions);
+ });
+ }
+ /**
+ * Makes a raw http request.
+ * All other methods such as get, post, patch, and request ultimately call this.
+ * Prefer get, del, post and patch
+ */
+ request(verb, requestUrl, data, headers) {
+ return __awaiter(this, void 0, void 0, function* () {
+ if (this._disposed) {
+ throw new Error('Client has already been disposed.');
+ }
+ const parsedUrl = new URL(requestUrl);
+ let info = this._prepareRequest(verb, parsedUrl, headers);
+ // Only perform retries on reads since writes may not be idempotent.
+ const maxTries = this._allowRetries && RetryableHttpVerbs.includes(verb)
+ ? this._maxRetries + 1
+ : 1;
+ let numTries = 0;
+ let response;
+ do {
+ response = yield this.requestRaw(info, data);
+ // Check if it's an authentication challenge
+ if (response &&
+ response.message &&
+ response.message.statusCode === HttpCodes.Unauthorized) {
+ let authenticationHandler;
+ for (const handler of this.handlers) {
+ if (handler.canHandleAuthentication(response)) {
+ authenticationHandler = handler;
+ break;
+ }
+ }
+ if (authenticationHandler) {
+ return authenticationHandler.handleAuthentication(this, info, data);
+ }
+ else {
+ // We have received an unauthorized response but have no handlers to handle it.
+ // Let the response return to the caller.
+ return response;
+ }
+ }
+ let redirectsRemaining = this._maxRedirects;
+ while (response.message.statusCode &&
+ HttpRedirectCodes.includes(response.message.statusCode) &&
+ this._allowRedirects &&
+ redirectsRemaining > 0) {
+ const redirectUrl = response.message.headers['location'];
+ if (!redirectUrl) {
+ // if there's no location to redirect to, we won't
+ break;
+ }
+ const parsedRedirectUrl = new URL(redirectUrl);
+ if (parsedUrl.protocol === 'https:' &&
+ parsedUrl.protocol !== parsedRedirectUrl.protocol &&
+ !this._allowRedirectDowngrade) {
+ throw new Error('Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.');
+ }
+ // we need to finish reading the response before reassigning response
+ // which will leak the open socket.
+ yield response.readBody();
+ // strip authorization header if redirected to a different hostname
+ if (parsedRedirectUrl.hostname !== parsedUrl.hostname) {
+ for (const header in headers) {
+ // header names are case insensitive
+ if (header.toLowerCase() === 'authorization') {
+ delete headers[header];
+ }
+ }
+ }
+ // let's make the request with the new redirectUrl
+ info = this._prepareRequest(verb, parsedRedirectUrl, headers);
+ response = yield this.requestRaw(info, data);
+ redirectsRemaining--;
+ }
+ if (!response.message.statusCode ||
+ !HttpResponseRetryCodes.includes(response.message.statusCode)) {
+ // If not a retry code, return immediately instead of retrying
+ return response;
+ }
+ numTries += 1;
+ if (numTries < maxTries) {
+ yield response.readBody();
+ yield this._performExponentialBackoff(numTries);
+ }
+ } while (numTries < maxTries);
+ return response;
+ });
+ }
+ /**
+ * Needs to be called if keepAlive is set to true in request options.
+ */
+ dispose() {
+ if (this._agent) {
+ this._agent.destroy();
+ }
+ this._disposed = true;
+ }
+ /**
+ * Raw request.
+ * @param info
+ * @param data
+ */
+ requestRaw(info, data) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return new Promise((resolve, reject) => {
+ function callbackForResult(err, res) {
+ if (err) {
+ reject(err);
+ }
+ else if (!res) {
+ // If `err` is not passed, then `res` must be passed.
+ reject(new Error('Unknown error'));
+ }
+ else {
+ resolve(res);
+ }
+ }
+ this.requestRawWithCallback(info, data, callbackForResult);
+ });
+ });
+ }
+ /**
+ * Raw request with callback.
+ * @param info
+ * @param data
+ * @param onResult
+ */
+ requestRawWithCallback(info, data, onResult) {
+ if (typeof data === 'string') {
+ if (!info.options.headers) {
+ info.options.headers = {};
+ }
+ info.options.headers['Content-Length'] = Buffer.byteLength(data, 'utf8');
+ }
+ let callbackCalled = false;
+ function handleResult(err, res) {
+ if (!callbackCalled) {
+ callbackCalled = true;
+ onResult(err, res);
+ }
+ }
+ const req = info.httpModule.request(info.options, (msg) => {
+ const res = new HttpClientResponse(msg);
+ handleResult(undefined, res);
+ });
+ let socket;
+ req.on('socket', sock => {
+ socket = sock;
+ });
+ // If we ever get disconnected, we want the socket to timeout eventually
+ req.setTimeout(this._socketTimeout || 3 * 60000, () => {
+ if (socket) {
+ socket.end();
+ }
+ handleResult(new Error(`Request timeout: ${info.options.path}`));
+ });
+ req.on('error', function (err) {
+ // err has statusCode property
+ // res should have headers
+ handleResult(err);
+ });
+ if (data && typeof data === 'string') {
+ req.write(data, 'utf8');
+ }
+ if (data && typeof data !== 'string') {
+ data.on('close', function () {
+ req.end();
+ });
+ data.pipe(req);
+ }
+ else {
+ req.end();
+ }
+ }
+ /**
+ * Gets an http agent. This function is useful when you need an http agent that handles
+ * routing through a proxy server - depending upon the url and proxy environment variables.
+ * @param serverUrl The server URL where the request will be sent. For example, https://api.github.com
+ */
+ getAgent(serverUrl) {
+ const parsedUrl = new URL(serverUrl);
+ return this._getAgent(parsedUrl);
+ }
+ _prepareRequest(method, requestUrl, headers) {
+ const info = {};
+ info.parsedUrl = requestUrl;
+ const usingSsl = info.parsedUrl.protocol === 'https:';
+ info.httpModule = usingSsl ? https : http;
+ const defaultPort = usingSsl ? 443 : 80;
+ info.options = {};
+ info.options.host = info.parsedUrl.hostname;
+ info.options.port = info.parsedUrl.port
+ ? parseInt(info.parsedUrl.port)
+ : defaultPort;
+ info.options.path =
+ (info.parsedUrl.pathname || '') + (info.parsedUrl.search || '');
+ info.options.method = method;
+ info.options.headers = this._mergeHeaders(headers);
+ if (this.userAgent != null) {
+ info.options.headers['user-agent'] = this.userAgent;
+ }
+ info.options.agent = this._getAgent(info.parsedUrl);
+ // gives handlers an opportunity to participate
+ if (this.handlers) {
+ for (const handler of this.handlers) {
+ handler.prepareRequest(info.options);
+ }
+ }
+ return info;
+ }
+ _mergeHeaders(headers) {
+ if (this.requestOptions && this.requestOptions.headers) {
+ return Object.assign({}, lowercaseKeys(this.requestOptions.headers), lowercaseKeys(headers || {}));
+ }
+ return lowercaseKeys(headers || {});
+ }
+ _getExistingOrDefaultHeader(additionalHeaders, header, _default) {
+ let clientHeader;
+ if (this.requestOptions && this.requestOptions.headers) {
+ clientHeader = lowercaseKeys(this.requestOptions.headers)[header];
+ }
+ return additionalHeaders[header] || clientHeader || _default;
+ }
+ _getAgent(parsedUrl) {
+ let agent;
+ const proxyUrl = pm.getProxyUrl(parsedUrl);
+ const useProxy = proxyUrl && proxyUrl.hostname;
+ if (this._keepAlive && useProxy) {
+ agent = this._proxyAgent;
+ }
+ if (this._keepAlive && !useProxy) {
+ agent = this._agent;
+ }
+ // if agent is already assigned use that agent.
+ if (agent) {
+ return agent;
+ }
+ const usingSsl = parsedUrl.protocol === 'https:';
+ let maxSockets = 100;
+ if (this.requestOptions) {
+ maxSockets = this.requestOptions.maxSockets || http.globalAgent.maxSockets;
+ }
+ // This is `useProxy` again, but we need to check `proxyURl` directly for TypeScripts's flow analysis.
+ if (proxyUrl && proxyUrl.hostname) {
+ const agentOptions = {
+ maxSockets,
+ keepAlive: this._keepAlive,
+ proxy: Object.assign(Object.assign({}, ((proxyUrl.username || proxyUrl.password) && {
+ proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`
+ })), { host: proxyUrl.hostname, port: proxyUrl.port })
+ };
+ let tunnelAgent;
+ const overHttps = proxyUrl.protocol === 'https:';
+ if (usingSsl) {
+ tunnelAgent = overHttps ? tunnel.httpsOverHttps : tunnel.httpsOverHttp;
+ }
+ else {
+ tunnelAgent = overHttps ? tunnel.httpOverHttps : tunnel.httpOverHttp;
+ }
+ agent = tunnelAgent(agentOptions);
+ this._proxyAgent = agent;
+ }
+ // if reusing agent across request and tunneling agent isn't assigned create a new agent
+ if (this._keepAlive && !agent) {
+ const options = { keepAlive: this._keepAlive, maxSockets };
+ agent = usingSsl ? new https.Agent(options) : new http.Agent(options);
+ this._agent = agent;
+ }
+ // if not using private agent and tunnel agent isn't setup then use global agent
+ if (!agent) {
+ agent = usingSsl ? https.globalAgent : http.globalAgent;
+ }
+ if (usingSsl && this._ignoreSslError) {
+ // we don't want to set NODE_TLS_REJECT_UNAUTHORIZED=0 since that will affect request for entire process
+ // http.RequestOptions doesn't expose a way to modify RequestOptions.agent.options
+ // we have to cast it to any and change it directly
+ agent.options = Object.assign(agent.options || {}, {
+ rejectUnauthorized: false
+ });
+ }
+ return agent;
+ }
+ _performExponentialBackoff(retryNumber) {
+ return __awaiter(this, void 0, void 0, function* () {
+ retryNumber = Math.min(ExponentialBackoffCeiling, retryNumber);
+ const ms = ExponentialBackoffTimeSlice * Math.pow(2, retryNumber);
+ return new Promise(resolve => setTimeout(() => resolve(), ms));
+ });
+ }
+ _processResponse(res, options) {
+ return __awaiter(this, void 0, void 0, function* () {
+ return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () {
+ const statusCode = res.message.statusCode || 0;
+ const response = {
+ statusCode,
+ result: null,
+ headers: {}
+ };
+ // not found leads to null obj returned
+ if (statusCode === HttpCodes.NotFound) {
+ resolve(response);
+ }
+ // get the result from the body
+ function dateTimeDeserializer(key, value) {
+ if (typeof value === 'string') {
+ const a = new Date(value);
+ if (!isNaN(a.valueOf())) {
+ return a;
+ }
+ }
+ return value;
+ }
+ let obj;
+ let contents;
+ try {
+ contents = yield res.readBody();
+ if (contents && contents.length > 0) {
+ if (options && options.deserializeDates) {
+ obj = JSON.parse(contents, dateTimeDeserializer);
+ }
+ else {
+ obj = JSON.parse(contents);
+ }
+ response.result = obj;
+ }
+ response.headers = res.message.headers;
+ }
+ catch (err) {
+ // Invalid resource (contents not json); leaving result obj null
+ }
+ // note that 3xx redirects are handled by the http layer.
+ if (statusCode > 299) {
+ let msg;
+ // if exception/error in body, attempt to get better error
+ if (obj && obj.message) {
+ msg = obj.message;
+ }
+ else if (contents && contents.length > 0) {
+ // it may be the case that the exception is in the body message as string
+ msg = contents;
+ }
+ else {
+ msg = `Failed request: (${statusCode})`;
+ }
+ const err = new HttpClientError(msg, statusCode);
+ err.result = response.result;
+ reject(err);
+ }
+ else {
+ resolve(response);
+ }
+ }));
+ });
+ }
+}
+exports.HttpClient = HttpClient;
+const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCase()] = obj[k]), c), {});
+//# sourceMappingURL=index.js.map
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/lib/index.js.map b/node_modules/@actions/http-client/lib/index.js.map
new file mode 100644
index 00000000..ca8ea415
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/index.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/lib/interfaces.d.ts b/node_modules/@actions/http-client/lib/interfaces.d.ts
new file mode 100644
index 00000000..54fd4a89
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/interfaces.d.ts
@@ -0,0 +1,44 @@
+///
+import * as http from 'http';
+import * as https from 'https';
+import { HttpClientResponse } from './index';
+export interface HttpClient {
+ options(requestUrl: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ get(requestUrl: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ del(requestUrl: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ post(requestUrl: string, data: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ patch(requestUrl: string, data: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ put(requestUrl: string, data: string, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ sendStream(verb: string, requestUrl: string, stream: NodeJS.ReadableStream, additionalHeaders?: http.OutgoingHttpHeaders): Promise;
+ request(verb: string, requestUrl: string, data: string | NodeJS.ReadableStream, headers: http.OutgoingHttpHeaders): Promise;
+ requestRaw(info: RequestInfo, data: string | NodeJS.ReadableStream): Promise;
+ requestRawWithCallback(info: RequestInfo, data: string | NodeJS.ReadableStream, onResult: (err?: Error, res?: HttpClientResponse) => void): void;
+}
+export interface RequestHandler {
+ prepareRequest(options: http.RequestOptions): void;
+ canHandleAuthentication(response: HttpClientResponse): boolean;
+ handleAuthentication(httpClient: HttpClient, requestInfo: RequestInfo, data: string | NodeJS.ReadableStream | null): Promise;
+}
+export interface RequestInfo {
+ options: http.RequestOptions;
+ parsedUrl: URL;
+ httpModule: typeof http | typeof https;
+}
+export interface RequestOptions {
+ headers?: http.OutgoingHttpHeaders;
+ socketTimeout?: number;
+ ignoreSslError?: boolean;
+ allowRedirects?: boolean;
+ allowRedirectDowngrade?: boolean;
+ maxRedirects?: number;
+ maxSockets?: number;
+ keepAlive?: boolean;
+ deserializeDates?: boolean;
+ allowRetries?: boolean;
+ maxRetries?: number;
+}
+export interface TypedResponse {
+ statusCode: number;
+ result: T | null;
+ headers: http.IncomingHttpHeaders;
+}
diff --git a/node_modules/@actions/http-client/lib/interfaces.js b/node_modules/@actions/http-client/lib/interfaces.js
new file mode 100644
index 00000000..db919115
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/interfaces.js
@@ -0,0 +1,3 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+//# sourceMappingURL=interfaces.js.map
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/lib/interfaces.js.map b/node_modules/@actions/http-client/lib/interfaces.js.map
new file mode 100644
index 00000000..8fb5f7d1
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/interfaces.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../src/interfaces.ts"],"names":[],"mappings":""}
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/lib/proxy.d.ts b/node_modules/@actions/http-client/lib/proxy.d.ts
new file mode 100644
index 00000000..45998654
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/proxy.d.ts
@@ -0,0 +1,2 @@
+export declare function getProxyUrl(reqUrl: URL): URL | undefined;
+export declare function checkBypass(reqUrl: URL): boolean;
diff --git a/node_modules/@actions/http-client/lib/proxy.js b/node_modules/@actions/http-client/lib/proxy.js
new file mode 100644
index 00000000..528ffe40
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/proxy.js
@@ -0,0 +1,61 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.checkBypass = exports.getProxyUrl = void 0;
+function getProxyUrl(reqUrl) {
+ const usingSsl = reqUrl.protocol === 'https:';
+ if (checkBypass(reqUrl)) {
+ return undefined;
+ }
+ const proxyVar = (() => {
+ if (usingSsl) {
+ return process.env['https_proxy'] || process.env['HTTPS_PROXY'];
+ }
+ else {
+ return process.env['http_proxy'] || process.env['HTTP_PROXY'];
+ }
+ })();
+ if (proxyVar) {
+ return new URL(proxyVar);
+ }
+ else {
+ return undefined;
+ }
+}
+exports.getProxyUrl = getProxyUrl;
+function checkBypass(reqUrl) {
+ if (!reqUrl.hostname) {
+ return false;
+ }
+ const noProxy = process.env['no_proxy'] || process.env['NO_PROXY'] || '';
+ if (!noProxy) {
+ return false;
+ }
+ // Determine the request port
+ let reqPort;
+ if (reqUrl.port) {
+ reqPort = Number(reqUrl.port);
+ }
+ else if (reqUrl.protocol === 'http:') {
+ reqPort = 80;
+ }
+ else if (reqUrl.protocol === 'https:') {
+ reqPort = 443;
+ }
+ // Format the request hostname and hostname with port
+ const upperReqHosts = [reqUrl.hostname.toUpperCase()];
+ if (typeof reqPort === 'number') {
+ upperReqHosts.push(`${upperReqHosts[0]}:${reqPort}`);
+ }
+ // Compare request host against noproxy
+ for (const upperNoProxyItem of noProxy
+ .split(',')
+ .map(x => x.trim().toUpperCase())
+ .filter(x => x)) {
+ if (upperReqHosts.some(x => x === upperNoProxyItem)) {
+ return true;
+ }
+ }
+ return false;
+}
+exports.checkBypass = checkBypass;
+//# sourceMappingURL=proxy.js.map
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/lib/proxy.js.map b/node_modules/@actions/http-client/lib/proxy.js.map
new file mode 100644
index 00000000..4440de9b
--- /dev/null
+++ b/node_modules/@actions/http-client/lib/proxy.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"proxy.js","sourceRoot":"","sources":["../src/proxy.ts"],"names":[],"mappings":";;;AAAA,SAAgB,WAAW,CAAC,MAAW;IACrC,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,KAAK,QAAQ,CAAA;IAE7C,IAAI,WAAW,CAAC,MAAM,CAAC,EAAE;QACvB,OAAO,SAAS,CAAA;KACjB;IAED,MAAM,QAAQ,GAAG,CAAC,GAAG,EAAE;QACrB,IAAI,QAAQ,EAAE;YACZ,OAAO,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,aAAa,CAAC,CAAA;SAChE;aAAM;YACL,OAAO,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,YAAY,CAAC,CAAA;SAC9D;IACH,CAAC,CAAC,EAAE,CAAA;IAEJ,IAAI,QAAQ,EAAE;QACZ,OAAO,IAAI,GAAG,CAAC,QAAQ,CAAC,CAAA;KACzB;SAAM;QACL,OAAO,SAAS,CAAA;KACjB;AACH,CAAC;AApBD,kCAoBC;AAED,SAAgB,WAAW,CAAC,MAAW;IACrC,IAAI,CAAC,MAAM,CAAC,QAAQ,EAAE;QACpB,OAAO,KAAK,CAAA;KACb;IAED,MAAM,OAAO,GAAG,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,UAAU,CAAC,IAAI,EAAE,CAAA;IACxE,IAAI,CAAC,OAAO,EAAE;QACZ,OAAO,KAAK,CAAA;KACb;IAED,6BAA6B;IAC7B,IAAI,OAA2B,CAAA;IAC/B,IAAI,MAAM,CAAC,IAAI,EAAE;QACf,OAAO,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;KAC9B;SAAM,IAAI,MAAM,CAAC,QAAQ,KAAK,OAAO,EAAE;QACtC,OAAO,GAAG,EAAE,CAAA;KACb;SAAM,IAAI,MAAM,CAAC,QAAQ,KAAK,QAAQ,EAAE;QACvC,OAAO,GAAG,GAAG,CAAA;KACd;IAED,qDAAqD;IACrD,MAAM,aAAa,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAA;IACrD,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;QAC/B,aAAa,CAAC,IAAI,CAAC,GAAG,aAAa,CAAC,CAAC,CAAC,IAAI,OAAO,EAAE,CAAC,CAAA;KACrD;IAED,uCAAuC;IACvC,KAAK,MAAM,gBAAgB,IAAI,OAAO;SACnC,KAAK,CAAC,GAAG,CAAC;SACV,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC;SAChC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE;QACjB,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,gBAAgB,CAAC,EAAE;YACnD,OAAO,IAAI,CAAA;SACZ;KACF;IAED,OAAO,KAAK,CAAA;AACd,CAAC;AArCD,kCAqCC"}
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/.idea/encodings.xml b/node_modules/@actions/http-client/node_modules/tunnel/.idea/encodings.xml
new file mode 100644
index 00000000..97626ba4
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/.idea/encodings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/.idea/modules.xml b/node_modules/@actions/http-client/node_modules/tunnel/.idea/modules.xml
new file mode 100644
index 00000000..27bf8882
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/.idea/node-tunnel.iml b/node_modules/@actions/http-client/node_modules/tunnel/.idea/node-tunnel.iml
new file mode 100644
index 00000000..24643cc3
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/.idea/node-tunnel.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/.idea/vcs.xml b/node_modules/@actions/http-client/node_modules/tunnel/.idea/vcs.xml
new file mode 100644
index 00000000..94a25f7f
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/.idea/workspace.xml b/node_modules/@actions/http-client/node_modules/tunnel/.idea/workspace.xml
new file mode 100644
index 00000000..1a318c8f
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/.idea/workspace.xml
@@ -0,0 +1,797 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ max
+ onconne
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+
+ false
+ false
+ true
+
+
+ true
+ DEFINITION_ORDER
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ project
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ project
+
+
+ true
+
+
+
+ DIRECTORY
+
+ false
+
+
+
+
+
+
+
+
+
+
+
+
+ 1497256565348
+
+
+ 1497256565348
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/.travis.yml b/node_modules/@actions/http-client/node_modules/tunnel/.travis.yml
new file mode 100644
index 00000000..cb6e1826
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/.travis.yml
@@ -0,0 +1,6 @@
+language: node_js
+node_js:
+ - "4"
+ - "6"
+ - "8"
+ - "10"
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/CHANGELOG.md b/node_modules/@actions/http-client/node_modules/tunnel/CHANGELOG.md
new file mode 100644
index 00000000..baf6b181
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/CHANGELOG.md
@@ -0,0 +1,22 @@
+# Changelog
+
+ - 0.0.6 (2018/09/11)
+ - Fix `localAddress` not working (#25)
+ - Fix `Host:` header for CONNECT method by @tmurakam (#29, #30)
+ - Fix default port for https (#32)
+ - Fix error handling when the proxy send illegal response body (#33)
+
+ - 0.0.5 (2017/06/12)
+ - Fix socket leak.
+
+ - 0.0.4 (2016/01/23)
+ - supported Node v0.12 or later.
+
+ - 0.0.3 (2014/01/20)
+ - fixed package.json
+
+ - 0.0.1 (2012/02/18)
+ - supported Node v0.6.x (0.6.11 or later).
+
+ - 0.0.0 (2012/02/11)
+ - first release.
diff --git a/node_modules/fsevents/node_modules/safe-buffer/LICENSE b/node_modules/@actions/http-client/node_modules/tunnel/LICENSE
similarity index 96%
rename from node_modules/fsevents/node_modules/safe-buffer/LICENSE
rename to node_modules/@actions/http-client/node_modules/tunnel/LICENSE
index 0c068cee..8b8a895c 100644
--- a/node_modules/fsevents/node_modules/safe-buffer/LICENSE
+++ b/node_modules/@actions/http-client/node_modules/tunnel/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) Feross Aboukhadijeh
+Copyright (c) 2012 Koichi Kobayashi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/README.md b/node_modules/@actions/http-client/node_modules/tunnel/README.md
new file mode 100644
index 00000000..f54bca52
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/README.md
@@ -0,0 +1,185 @@
+# node-tunnel - HTTP/HTTPS Agents for tunneling proxies
+
+[![Build Status](https://img.shields.io/travis/koichik/node-tunnel.svg?style=flat)](https://travis-ci.org/koichik/node-tunnel)
+[![Dependency Status](http://img.shields.io/david/koichik/node-tunnel.svg?style=flat)](https://david-dm.org/koichik/node-tunnel#info=dependencies)
+[![DevDependency Status](http://img.shields.io/david/dev/koichik/node-tunnel.svg?style=flat)](https://david-dm.org/koichik/node-tunnel#info=devDependencies)
+
+## Example
+
+```javascript
+var tunnel = require('tunnel');
+
+var tunnelingAgent = tunnel.httpsOverHttp({
+ proxy: {
+ host: 'localhost',
+ port: 3128
+ }
+});
+
+var req = https.request({
+ host: 'example.com',
+ port: 443,
+ agent: tunnelingAgent
+});
+```
+
+## Installation
+
+ $ npm install tunnel
+
+## Usages
+
+### HTTP over HTTP tunneling
+
+```javascript
+var tunnelingAgent = tunnel.httpOverHttp({
+ maxSockets: poolSize, // Defaults to http.Agent.defaultMaxSockets
+
+ proxy: { // Proxy settings
+ host: proxyHost, // Defaults to 'localhost'
+ port: proxyPort, // Defaults to 80
+ localAddress: localAddress, // Local interface if necessary
+
+ // Basic authorization for proxy server if necessary
+ proxyAuth: 'user:password',
+
+ // Header fields for proxy server if necessary
+ headers: {
+ 'User-Agent': 'Node'
+ }
+ }
+});
+
+var req = http.request({
+ host: 'example.com',
+ port: 80,
+ agent: tunnelingAgent
+});
+```
+
+### HTTPS over HTTP tunneling
+
+```javascript
+var tunnelingAgent = tunnel.httpsOverHttp({
+ maxSockets: poolSize, // Defaults to http.Agent.defaultMaxSockets
+
+ // CA for origin server if necessary
+ ca: [ fs.readFileSync('origin-server-ca.pem')],
+
+ // Client certification for origin server if necessary
+ key: fs.readFileSync('origin-server-key.pem'),
+ cert: fs.readFileSync('origin-server-cert.pem'),
+
+ proxy: { // Proxy settings
+ host: proxyHost, // Defaults to 'localhost'
+ port: proxyPort, // Defaults to 80
+ localAddress: localAddress, // Local interface if necessary
+
+ // Basic authorization for proxy server if necessary
+ proxyAuth: 'user:password',
+
+ // Header fields for proxy server if necessary
+ headers: {
+ 'User-Agent': 'Node'
+ },
+ }
+});
+
+var req = https.request({
+ host: 'example.com',
+ port: 443,
+ agent: tunnelingAgent
+});
+```
+
+### HTTP over HTTPS tunneling
+
+```javascript
+var tunnelingAgent = tunnel.httpOverHttps({
+ maxSockets: poolSize, // Defaults to http.Agent.defaultMaxSockets
+
+ proxy: { // Proxy settings
+ host: proxyHost, // Defaults to 'localhost'
+ port: proxyPort, // Defaults to 443
+ localAddress: localAddress, // Local interface if necessary
+
+ // Basic authorization for proxy server if necessary
+ proxyAuth: 'user:password',
+
+ // Header fields for proxy server if necessary
+ headers: {
+ 'User-Agent': 'Node'
+ },
+
+ // CA for proxy server if necessary
+ ca: [ fs.readFileSync('origin-server-ca.pem')],
+
+ // Server name for verification if necessary
+ servername: 'example.com',
+
+ // Client certification for proxy server if necessary
+ key: fs.readFileSync('origin-server-key.pem'),
+ cert: fs.readFileSync('origin-server-cert.pem'),
+ }
+});
+
+var req = http.request({
+ host: 'example.com',
+ port: 80,
+ agent: tunnelingAgent
+});
+```
+
+### HTTPS over HTTPS tunneling
+
+```javascript
+var tunnelingAgent = tunnel.httpsOverHttps({
+ maxSockets: poolSize, // Defaults to http.Agent.defaultMaxSockets
+
+ // CA for origin server if necessary
+ ca: [ fs.readFileSync('origin-server-ca.pem')],
+
+ // Client certification for origin server if necessary
+ key: fs.readFileSync('origin-server-key.pem'),
+ cert: fs.readFileSync('origin-server-cert.pem'),
+
+ proxy: { // Proxy settings
+ host: proxyHost, // Defaults to 'localhost'
+ port: proxyPort, // Defaults to 443
+ localAddress: localAddress, // Local interface if necessary
+
+ // Basic authorization for proxy server if necessary
+ proxyAuth: 'user:password',
+
+ // Header fields for proxy server if necessary
+ headers: {
+ 'User-Agent': 'Node'
+ }
+
+ // CA for proxy server if necessary
+ ca: [ fs.readFileSync('origin-server-ca.pem')],
+
+ // Server name for verification if necessary
+ servername: 'example.com',
+
+ // Client certification for proxy server if necessary
+ key: fs.readFileSync('origin-server-key.pem'),
+ cert: fs.readFileSync('origin-server-cert.pem'),
+ }
+});
+
+var req = https.request({
+ host: 'example.com',
+ port: 443,
+ agent: tunnelingAgent
+});
+```
+
+## CONTRIBUTORS
+* [Aleksis Brezas (abresas)](https://github.com/abresas)
+* [Jackson Tian (JacksonTian)](https://github.com/JacksonTian)
+* [Dmitry Sorin (1999)](https://github.com/1999)
+
+## License
+
+Licensed under the [MIT](https://github.com/koichik/node-tunnel/blob/master/LICENSE) license.
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/index.js b/node_modules/@actions/http-client/node_modules/tunnel/index.js
new file mode 100644
index 00000000..29477574
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/index.js
@@ -0,0 +1 @@
+module.exports = require('./lib/tunnel');
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/lib/tunnel.js b/node_modules/@actions/http-client/node_modules/tunnel/lib/tunnel.js
new file mode 100644
index 00000000..10cc382d
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/lib/tunnel.js
@@ -0,0 +1,264 @@
+'use strict';
+
+var net = require('net');
+var tls = require('tls');
+var http = require('http');
+var https = require('https');
+var events = require('events');
+var assert = require('assert');
+var util = require('util');
+
+
+exports.httpOverHttp = httpOverHttp;
+exports.httpsOverHttp = httpsOverHttp;
+exports.httpOverHttps = httpOverHttps;
+exports.httpsOverHttps = httpsOverHttps;
+
+
+function httpOverHttp(options) {
+ var agent = new TunnelingAgent(options);
+ agent.request = http.request;
+ return agent;
+}
+
+function httpsOverHttp(options) {
+ var agent = new TunnelingAgent(options);
+ agent.request = http.request;
+ agent.createSocket = createSecureSocket;
+ agent.defaultPort = 443;
+ return agent;
+}
+
+function httpOverHttps(options) {
+ var agent = new TunnelingAgent(options);
+ agent.request = https.request;
+ return agent;
+}
+
+function httpsOverHttps(options) {
+ var agent = new TunnelingAgent(options);
+ agent.request = https.request;
+ agent.createSocket = createSecureSocket;
+ agent.defaultPort = 443;
+ return agent;
+}
+
+
+function TunnelingAgent(options) {
+ var self = this;
+ self.options = options || {};
+ self.proxyOptions = self.options.proxy || {};
+ self.maxSockets = self.options.maxSockets || http.Agent.defaultMaxSockets;
+ self.requests = [];
+ self.sockets = [];
+
+ self.on('free', function onFree(socket, host, port, localAddress) {
+ var options = toOptions(host, port, localAddress);
+ for (var i = 0, len = self.requests.length; i < len; ++i) {
+ var pending = self.requests[i];
+ if (pending.host === options.host && pending.port === options.port) {
+ // Detect the request to connect same origin server,
+ // reuse the connection.
+ self.requests.splice(i, 1);
+ pending.request.onSocket(socket);
+ return;
+ }
+ }
+ socket.destroy();
+ self.removeSocket(socket);
+ });
+}
+util.inherits(TunnelingAgent, events.EventEmitter);
+
+TunnelingAgent.prototype.addRequest = function addRequest(req, host, port, localAddress) {
+ var self = this;
+ var options = mergeOptions({request: req}, self.options, toOptions(host, port, localAddress));
+
+ if (self.sockets.length >= this.maxSockets) {
+ // We are over limit so we'll add it to the queue.
+ self.requests.push(options);
+ return;
+ }
+
+ // If we are under maxSockets create a new one.
+ self.createSocket(options, function(socket) {
+ socket.on('free', onFree);
+ socket.on('close', onCloseOrRemove);
+ socket.on('agentRemove', onCloseOrRemove);
+ req.onSocket(socket);
+
+ function onFree() {
+ self.emit('free', socket, options);
+ }
+
+ function onCloseOrRemove(err) {
+ self.removeSocket(socket);
+ socket.removeListener('free', onFree);
+ socket.removeListener('close', onCloseOrRemove);
+ socket.removeListener('agentRemove', onCloseOrRemove);
+ }
+ });
+};
+
+TunnelingAgent.prototype.createSocket = function createSocket(options, cb) {
+ var self = this;
+ var placeholder = {};
+ self.sockets.push(placeholder);
+
+ var connectOptions = mergeOptions({}, self.proxyOptions, {
+ method: 'CONNECT',
+ path: options.host + ':' + options.port,
+ agent: false,
+ headers: {
+ host: options.host + ':' + options.port
+ }
+ });
+ if (options.localAddress) {
+ connectOptions.localAddress = options.localAddress;
+ }
+ if (connectOptions.proxyAuth) {
+ connectOptions.headers = connectOptions.headers || {};
+ connectOptions.headers['Proxy-Authorization'] = 'Basic ' +
+ new Buffer(connectOptions.proxyAuth).toString('base64');
+ }
+
+ debug('making CONNECT request');
+ var connectReq = self.request(connectOptions);
+ connectReq.useChunkedEncodingByDefault = false; // for v0.6
+ connectReq.once('response', onResponse); // for v0.6
+ connectReq.once('upgrade', onUpgrade); // for v0.6
+ connectReq.once('connect', onConnect); // for v0.7 or later
+ connectReq.once('error', onError);
+ connectReq.end();
+
+ function onResponse(res) {
+ // Very hacky. This is necessary to avoid http-parser leaks.
+ res.upgrade = true;
+ }
+
+ function onUpgrade(res, socket, head) {
+ // Hacky.
+ process.nextTick(function() {
+ onConnect(res, socket, head);
+ });
+ }
+
+ function onConnect(res, socket, head) {
+ connectReq.removeAllListeners();
+ socket.removeAllListeners();
+
+ if (res.statusCode !== 200) {
+ debug('tunneling socket could not be established, statusCode=%d',
+ res.statusCode);
+ socket.destroy();
+ var error = new Error('tunneling socket could not be established, ' +
+ 'statusCode=' + res.statusCode);
+ error.code = 'ECONNRESET';
+ options.request.emit('error', error);
+ self.removeSocket(placeholder);
+ return;
+ }
+ if (head.length > 0) {
+ debug('got illegal response body from proxy');
+ socket.destroy();
+ var error = new Error('got illegal response body from proxy');
+ error.code = 'ECONNRESET';
+ options.request.emit('error', error);
+ self.removeSocket(placeholder);
+ return;
+ }
+ debug('tunneling connection has established');
+ self.sockets[self.sockets.indexOf(placeholder)] = socket;
+ return cb(socket);
+ }
+
+ function onError(cause) {
+ connectReq.removeAllListeners();
+
+ debug('tunneling socket could not be established, cause=%s\n',
+ cause.message, cause.stack);
+ var error = new Error('tunneling socket could not be established, ' +
+ 'cause=' + cause.message);
+ error.code = 'ECONNRESET';
+ options.request.emit('error', error);
+ self.removeSocket(placeholder);
+ }
+};
+
+TunnelingAgent.prototype.removeSocket = function removeSocket(socket) {
+ var pos = this.sockets.indexOf(socket)
+ if (pos === -1) {
+ return;
+ }
+ this.sockets.splice(pos, 1);
+
+ var pending = this.requests.shift();
+ if (pending) {
+ // If we have pending requests and a socket gets closed a new one
+ // needs to be created to take over in the pool for the one that closed.
+ this.createSocket(pending, function(socket) {
+ pending.request.onSocket(socket);
+ });
+ }
+};
+
+function createSecureSocket(options, cb) {
+ var self = this;
+ TunnelingAgent.prototype.createSocket.call(self, options, function(socket) {
+ var hostHeader = options.request.getHeader('host');
+ var tlsOptions = mergeOptions({}, self.options, {
+ socket: socket,
+ servername: hostHeader ? hostHeader.replace(/:.*$/, '') : options.host
+ });
+
+ // 0 is dummy port for v0.6
+ var secureSocket = tls.connect(0, tlsOptions);
+ self.sockets[self.sockets.indexOf(socket)] = secureSocket;
+ cb(secureSocket);
+ });
+}
+
+
+function toOptions(host, port, localAddress) {
+ if (typeof host === 'string') { // since v0.10
+ return {
+ host: host,
+ port: port,
+ localAddress: localAddress
+ };
+ }
+ return host; // for v0.11 or later
+}
+
+function mergeOptions(target) {
+ for (var i = 1, len = arguments.length; i < len; ++i) {
+ var overrides = arguments[i];
+ if (typeof overrides === 'object') {
+ var keys = Object.keys(overrides);
+ for (var j = 0, keyLen = keys.length; j < keyLen; ++j) {
+ var k = keys[j];
+ if (overrides[k] !== undefined) {
+ target[k] = overrides[k];
+ }
+ }
+ }
+ }
+ return target;
+}
+
+
+var debug;
+if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
+ debug = function() {
+ var args = Array.prototype.slice.call(arguments);
+ if (typeof args[0] === 'string') {
+ args[0] = 'TUNNEL: ' + args[0];
+ } else {
+ args.unshift('TUNNEL:');
+ }
+ console.error.apply(console, args);
+ }
+} else {
+ debug = function() {};
+}
+exports.debug = debug; // for test
diff --git a/node_modules/@actions/http-client/node_modules/tunnel/package.json b/node_modules/@actions/http-client/node_modules/tunnel/package.json
new file mode 100644
index 00000000..8cb0625e
--- /dev/null
+++ b/node_modules/@actions/http-client/node_modules/tunnel/package.json
@@ -0,0 +1,67 @@
+{
+ "_args": [
+ [
+ "tunnel@0.0.6",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_from": "tunnel@0.0.6",
+ "_id": "tunnel@0.0.6",
+ "_inBundle": false,
+ "_integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==",
+ "_location": "/@actions/http-client/tunnel",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "tunnel@0.0.6",
+ "name": "tunnel",
+ "escapedName": "tunnel",
+ "rawSpec": "0.0.6",
+ "saveSpec": null,
+ "fetchSpec": "0.0.6"
+ },
+ "_requiredBy": [
+ "/@actions/http-client"
+ ],
+ "_resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
+ "_spec": "0.0.6",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Koichi Kobayashi",
+ "email": "koichik@improvement.jp"
+ },
+ "bugs": {
+ "url": "https://github.com/koichik/node-tunnel/issues"
+ },
+ "description": "Node HTTP/HTTPS Agents for tunneling proxies",
+ "devDependencies": {
+ "mocha": "^5.2.0",
+ "should": "^13.2.3"
+ },
+ "directories": {
+ "lib": "./lib"
+ },
+ "engines": {
+ "node": ">=0.6.11 <=0.7.0 || >=0.7.3"
+ },
+ "homepage": "https://github.com/koichik/node-tunnel/",
+ "keywords": [
+ "http",
+ "https",
+ "agent",
+ "proxy",
+ "tunnel"
+ ],
+ "license": "MIT",
+ "main": "./index.js",
+ "name": "tunnel",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/koichik/node-tunnel.git"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "version": "0.0.6"
+}
diff --git a/node_modules/@actions/http-client/package.json b/node_modules/@actions/http-client/package.json
new file mode 100644
index 00000000..b6b7a394
--- /dev/null
+++ b/node_modules/@actions/http-client/package.json
@@ -0,0 +1,77 @@
+{
+ "_args": [
+ [
+ "@actions/http-client@2.0.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_from": "@actions/http-client@2.0.1",
+ "_id": "@actions/http-client@2.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-PIXiMVtz6VvyaRsGY268qvj57hXQEpsYogYOu2nrQhlf+XCGmZstmuZBbAybUl1nQGnvS1k1eEsQ69ZoD7xlSw==",
+ "_location": "/@actions/http-client",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@actions/http-client@2.0.1",
+ "name": "@actions/http-client",
+ "escapedName": "@actions%2fhttp-client",
+ "scope": "@actions",
+ "rawSpec": "2.0.1",
+ "saveSpec": null,
+ "fetchSpec": "2.0.1"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.0.1.tgz",
+ "_spec": "2.0.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/actions/toolkit/issues"
+ },
+ "dependencies": {
+ "tunnel": "^0.0.6"
+ },
+ "description": "Actions Http Client",
+ "devDependencies": {
+ "@types/tunnel": "0.0.3",
+ "proxy": "^1.0.1"
+ },
+ "directories": {
+ "lib": "lib",
+ "test": "__tests__"
+ },
+ "files": [
+ "lib",
+ "!.DS_Store"
+ ],
+ "homepage": "https://github.com/actions/toolkit/tree/main/packages/http-client",
+ "keywords": [
+ "github",
+ "actions",
+ "http"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@actions/http-client",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/actions/toolkit.git",
+ "directory": "packages/http-client"
+ },
+ "scripts": {
+ "audit-moderate": "npm install && npm audit --json --audit-level=moderate > audit.json",
+ "build": "tsc",
+ "format": "prettier --write **/*.ts",
+ "format-check": "prettier --check **/*.ts",
+ "test": "echo \"Error: run tests from root\" && exit 1",
+ "tsc": "tsc"
+ },
+ "types": "lib/index.d.ts",
+ "version": "2.0.1"
+}
diff --git a/node_modules/@actions/io/package.json b/node_modules/@actions/io/package.json
index 3a303f25..f72927ed 100644
--- a/node_modules/@actions/io/package.json
+++ b/node_modules/@actions/io/package.json
@@ -1,15 +1,38 @@
{
- "name": "@actions/io",
- "version": "1.0.1",
- "description": "Actions io lib",
- "keywords": [
- "github",
- "actions",
- "io"
+ "_args": [
+ [
+ "@actions/io@1.0.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
],
- "homepage": "https://github.com/actions/toolkit/tree/master/packages/io",
- "license": "MIT",
- "main": "lib/io.js",
+ "_from": "@actions/io@1.0.1",
+ "_id": "@actions/io@1.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-rhq+tfZukbtaus7xyUtwKfuiCRXd1hWSfmJNEpFgBQJ4woqPEpsBw04awicjwz9tyG2/MVhAEMfVn664Cri5zA==",
+ "_location": "/@actions/io",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@actions/io@1.0.1",
+ "name": "@actions/io",
+ "escapedName": "@actions%2fio",
+ "scope": "@actions",
+ "rawSpec": "1.0.1",
+ "saveSpec": null,
+ "fetchSpec": "1.0.1"
+ },
+ "_requiredBy": [
+ "/",
+ "/azure-actions-webclient"
+ ],
+ "_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.1.tgz",
+ "_spec": "1.0.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/actions/toolkit/issues"
+ },
+ "description": "Actions io lib",
"directories": {
"lib": "lib",
"test": "__tests__"
@@ -17,6 +40,16 @@
"files": [
"lib"
],
+ "gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52",
+ "homepage": "https://github.com/actions/toolkit/tree/master/packages/io",
+ "keywords": [
+ "github",
+ "actions",
+ "io"
+ ],
+ "license": "MIT",
+ "main": "lib/io.js",
+ "name": "@actions/io",
"publishConfig": {
"access": "public"
},
@@ -28,12 +61,5 @@
"test": "echo \"Error: run tests from root\" && exit 1",
"tsc": "tsc"
},
- "bugs": {
- "url": "https://github.com/actions/toolkit/issues"
- },
- "gitHead": "a2ab4bcf78e4f7080f0d45856e6eeba16f0bbc52"
-
-,"_resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.1.tgz"
-,"_integrity": "sha512-rhq+tfZukbtaus7xyUtwKfuiCRXd1hWSfmJNEpFgBQJ4woqPEpsBw04awicjwz9tyG2/MVhAEMfVn664Cri5zA=="
-,"_from": "@actions/io@1.0.1"
-}
\ No newline at end of file
+ "version": "1.0.1"
+}
diff --git a/node_modules/@babel/code-frame/package.json b/node_modules/@babel/code-frame/package.json
index bdf02786..8fa6a368 100644
--- a/node_modules/@babel/code-frame/package.json
+++ b/node_modules/@babel/code-frame/package.json
@@ -1,25 +1,60 @@
{
- "name": "@babel/code-frame",
- "version": "7.5.5",
- "description": "Generate errors that contain a code frame that point to source locations.",
- "author": "Sebastian McKenzie ",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/code-frame@7.5.5",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/code-frame@7.5.5",
+ "_id": "@babel/code-frame@7.5.5",
+ "_inBundle": false,
+ "_integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==",
+ "_location": "/@babel/code-frame",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/code-frame@7.5.5",
+ "name": "@babel/code-frame",
+ "escapedName": "@babel%2fcode-frame",
+ "scope": "@babel",
+ "rawSpec": "7.5.5",
+ "saveSpec": null,
+ "fetchSpec": "7.5.5"
+ },
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/template",
+ "/@babel/traverse",
+ "/jest-message-util"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz",
+ "_spec": "7.5.5",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sebastian McKenzie",
+ "email": "sebmck@gmail.com"
},
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-code-frame",
- "main": "lib/index.js",
"dependencies": {
"@babel/highlight": "^7.0.0"
},
+ "description": "Generate errors that contain a code frame that point to source locations.",
"devDependencies": {
"chalk": "^2.0.0",
"strip-ansi": "^4.0.0"
},
- "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43"
-
-,"_resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz"
-,"_integrity": "sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw=="
-,"_from": "@babel/code-frame@7.5.5"
-}
\ No newline at end of file
+ "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/code-frame",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-code-frame"
+ },
+ "version": "7.5.5"
+}
diff --git a/node_modules/@babel/core/node_modules/.bin/semver b/node_modules/@babel/core/node_modules/.bin/semver
deleted file mode 100644
index 10497aa8..00000000
--- a/node_modules/@babel/core/node_modules/.bin/semver
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
-
-case `uname` in
- *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
-esac
-
-if [ -x "$basedir/node" ]; then
- "$basedir/node" "$basedir/../semver/bin/semver" "$@"
- ret=$?
-else
- node "$basedir/../semver/bin/semver" "$@"
- ret=$?
-fi
-exit $ret
diff --git a/node_modules/@babel/core/node_modules/.bin/semver b/node_modules/@babel/core/node_modules/.bin/semver
new file mode 120000
index 00000000..317eb293
--- /dev/null
+++ b/node_modules/@babel/core/node_modules/.bin/semver
@@ -0,0 +1 @@
+../semver/bin/semver
\ No newline at end of file
diff --git a/node_modules/@babel/core/node_modules/.bin/semver.cmd b/node_modules/@babel/core/node_modules/.bin/semver.cmd
deleted file mode 100644
index eb3aaa1e..00000000
--- a/node_modules/@babel/core/node_modules/.bin/semver.cmd
+++ /dev/null
@@ -1,17 +0,0 @@
-@ECHO off
-SETLOCAL
-CALL :find_dp0
-
-IF EXIST "%dp0%\node.exe" (
- SET "_prog=%dp0%\node.exe"
-) ELSE (
- SET "_prog=node"
- SET PATHEXT=%PATHEXT:;.JS;=;%
-)
-
-"%_prog%" "%dp0%\..\semver\bin\semver" %*
-ENDLOCAL
-EXIT /b %errorlevel%
-:find_dp0
-SET dp0=%~dp0
-EXIT /b
diff --git a/node_modules/@babel/core/node_modules/.bin/semver.ps1 b/node_modules/@babel/core/node_modules/.bin/semver.ps1
deleted file mode 100644
index a3315ffc..00000000
--- a/node_modules/@babel/core/node_modules/.bin/semver.ps1
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/env pwsh
-$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
-
-$exe=""
-if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
- # Fix case when both the Windows and Linux builds of Node
- # are installed in the same directory
- $exe=".exe"
-}
-$ret=0
-if (Test-Path "$basedir/node$exe") {
- & "$basedir/node$exe" "$basedir/../semver/bin/semver" $args
- $ret=$LASTEXITCODE
-} else {
- & "node$exe" "$basedir/../semver/bin/semver" $args
- $ret=$LASTEXITCODE
-}
-exit $ret
diff --git a/node_modules/@babel/core/node_modules/debug/package.json b/node_modules/@babel/core/node_modules/debug/package.json
index c8c75166..ccc0f97d 100644
--- a/node_modules/@babel/core/node_modules/debug/package.json
+++ b/node_modules/@babel/core/node_modules/debug/package.json
@@ -1,44 +1,56 @@
{
- "name": "debug",
- "version": "4.1.1",
- "repository": {
- "type": "git",
- "url": "git://github.com/visionmedia/debug.git"
- },
- "description": "small debugging utility",
- "keywords": [
- "debug",
- "log",
- "debugger"
+ "_args": [
+ [
+ "debug@4.1.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
],
- "files": [
- "src",
- "dist/debug.js",
- "LICENSE",
- "README.md"
+ "_development": true,
+ "_from": "debug@4.1.1",
+ "_id": "debug@4.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
+ "_location": "/@babel/core/debug",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "debug@4.1.1",
+ "name": "debug",
+ "escapedName": "debug",
+ "rawSpec": "4.1.1",
+ "saveSpec": null,
+ "fetchSpec": "4.1.1"
+ },
+ "_requiredBy": [
+ "/@babel/core"
],
- "author": "TJ Holowaychuk ",
+ "_resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
+ "_spec": "4.1.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "TJ Holowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ "browser": "./src/browser.js",
+ "bugs": {
+ "url": "https://github.com/visionmedia/debug/issues"
+ },
"contributors": [
- "Nathan Rajlich (http://n8.io)",
- "Andrew Rhyne "
+ {
+ "name": "Nathan Rajlich",
+ "email": "nathan@tootallnate.net",
+ "url": "http://n8.io"
+ },
+ {
+ "name": "Andrew Rhyne",
+ "email": "rhyneandrew@gmail.com"
+ }
],
- "license": "MIT",
- "scripts": {
- "lint": "xo",
- "test": "npm run test:node && npm run test:browser",
- "test:node": "istanbul cover _mocha -- test.js",
- "pretest:browser": "npm run build",
- "test:browser": "karma start --single-run",
- "prebuild:debug": "mkdir -p dist && browserify --standalone debug -o dist/debug.es6.js .",
- "build:debug": "babel -o dist/debug.js dist/debug.es6.js > dist/debug.js",
- "build:test": "babel -d dist test.js",
- "build": "npm run build:debug && npm run build:test",
- "clean": "rimraf dist coverage",
- "test:coverage": "cat ./coverage/lcov.info | coveralls"
- },
"dependencies": {
"ms": "^2.1.1"
},
+ "description": "small debugging utility",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -57,11 +69,38 @@
"rimraf": "^2.5.4",
"xo": "^0.23.0"
},
+ "files": [
+ "src",
+ "dist/debug.js",
+ "LICENSE",
+ "README.md"
+ ],
+ "homepage": "https://github.com/visionmedia/debug#readme",
+ "keywords": [
+ "debug",
+ "log",
+ "debugger"
+ ],
+ "license": "MIT",
"main": "./src/index.js",
- "browser": "./src/browser.js",
- "unpkg": "./dist/debug.js"
-
-,"_resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz"
-,"_integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw=="
-,"_from": "debug@4.1.1"
-}
\ No newline at end of file
+ "name": "debug",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/visionmedia/debug.git"
+ },
+ "scripts": {
+ "build": "npm run build:debug && npm run build:test",
+ "build:debug": "babel -o dist/debug.js dist/debug.es6.js > dist/debug.js",
+ "build:test": "babel -d dist test.js",
+ "clean": "rimraf dist coverage",
+ "lint": "xo",
+ "prebuild:debug": "mkdir -p dist && browserify --standalone debug -o dist/debug.es6.js .",
+ "pretest:browser": "npm run build",
+ "test": "npm run test:node && npm run test:browser",
+ "test:browser": "karma start --single-run",
+ "test:coverage": "cat ./coverage/lcov.info | coveralls",
+ "test:node": "istanbul cover _mocha -- test.js"
+ },
+ "unpkg": "./dist/debug.js",
+ "version": "4.1.1"
+}
diff --git a/node_modules/@babel/core/node_modules/ms/package.json b/node_modules/@babel/core/node_modules/ms/package.json
index e286ef2b..6657845f 100644
--- a/node_modules/@babel/core/node_modules/ms/package.json
+++ b/node_modules/@babel/core/node_modules/ms/package.json
@@ -1,16 +1,43 @@
{
- "name": "ms",
- "version": "2.1.2",
- "description": "Tiny millisecond conversion utility",
- "repository": "zeit/ms",
- "main": "./index",
- "files": [
- "index.js"
+ "_args": [
+ [
+ "ms@2.1.2",
+ "/home/alaneos777/github-actions/mysql"
+ ]
],
- "scripts": {
- "precommit": "lint-staged",
- "lint": "eslint lib/* bin/*",
- "test": "mocha tests.js"
+ "_development": true,
+ "_from": "ms@2.1.2",
+ "_id": "ms@2.1.2",
+ "_inBundle": false,
+ "_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "_location": "/@babel/core/ms",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "ms@2.1.2",
+ "name": "ms",
+ "escapedName": "ms",
+ "rawSpec": "2.1.2",
+ "saveSpec": null,
+ "fetchSpec": "2.1.2"
+ },
+ "_requiredBy": [
+ "/@babel/core/debug"
+ ],
+ "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "_spec": "2.1.2",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/zeit/ms/issues"
+ },
+ "description": "Tiny millisecond conversion utility",
+ "devDependencies": {
+ "eslint": "4.12.1",
+ "expect.js": "0.3.1",
+ "husky": "0.14.3",
+ "lint-staged": "5.0.0",
+ "mocha": "4.0.1"
},
"eslintConfig": {
"extends": "eslint:recommended",
@@ -19,6 +46,11 @@
"es6": true
}
},
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/zeit/ms#readme",
+ "license": "MIT",
"lint-staged": {
"*.js": [
"npm run lint",
@@ -26,16 +58,16 @@
"git add"
]
},
- "license": "MIT",
- "devDependencies": {
- "eslint": "4.12.1",
- "expect.js": "0.3.1",
- "husky": "0.14.3",
- "lint-staged": "5.0.0",
- "mocha": "4.0.1"
- }
-
-,"_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
-,"_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
-,"_from": "ms@2.1.2"
-}
\ No newline at end of file
+ "main": "./index",
+ "name": "ms",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/zeit/ms.git"
+ },
+ "scripts": {
+ "lint": "eslint lib/* bin/*",
+ "precommit": "lint-staged",
+ "test": "mocha tests.js"
+ },
+ "version": "2.1.2"
+}
diff --git a/node_modules/@babel/core/node_modules/semver/bin/semver b/node_modules/@babel/core/node_modules/semver/bin/semver
old mode 100644
new mode 100755
diff --git a/node_modules/@babel/core/node_modules/semver/package.json b/node_modules/@babel/core/node_modules/semver/package.json
index 4d07094d..070c7a2f 100644
--- a/node_modules/@babel/core/node_modules/semver/package.json
+++ b/node_modules/@babel/core/node_modules/semver/package.json
@@ -1,32 +1,64 @@
{
- "name": "semver",
- "version": "5.7.0",
- "description": "The semantic version parser used by npm.",
- "main": "semver.js",
- "scripts": {
- "test": "tap",
- "preversion": "npm test",
- "postversion": "npm publish",
- "postpublish": "git push origin --all; git push origin --tags"
+ "_args": [
+ [
+ "semver@5.7.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "semver@5.7.0",
+ "_id": "semver@5.7.0",
+ "_inBundle": false,
+ "_integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==",
+ "_location": "/@babel/core/semver",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "semver@5.7.0",
+ "name": "semver",
+ "escapedName": "semver",
+ "rawSpec": "5.7.0",
+ "saveSpec": null,
+ "fetchSpec": "5.7.0"
+ },
+ "_requiredBy": [
+ "/@babel/core"
+ ],
+ "_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz",
+ "_spec": "5.7.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bin": {
+ "semver": "bin/semver"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/node-semver/issues"
},
+ "description": "The semantic version parser used by npm.",
"devDependencies": {
"tap": "^13.0.0-rc.18"
},
- "license": "ISC",
- "repository": "https://github.com/npm/node-semver",
- "bin": {
- "semver": "./bin/semver"
- },
"files": [
"bin",
"range.bnf",
"semver.js"
],
+ "homepage": "https://github.com/npm/node-semver#readme",
+ "license": "ISC",
+ "main": "semver.js",
+ "name": "semver",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/npm/node-semver.git"
+ },
+ "scripts": {
+ "postpublish": "git push origin --all; git push origin --tags",
+ "postversion": "npm publish",
+ "preversion": "npm test",
+ "test": "tap"
+ },
"tap": {
"check-coverage": true
- }
-
-,"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz"
-,"_integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA=="
-,"_from": "semver@5.7.0"
-}
\ No newline at end of file
+ },
+ "version": "5.7.0"
+}
diff --git a/node_modules/@babel/core/node_modules/source-map/package.json b/node_modules/@babel/core/node_modules/source-map/package.json
index 8f053715..1685d763 100644
--- a/node_modules/@babel/core/node_modules/source-map/package.json
+++ b/node_modules/@babel/core/node_modules/source-map/package.json
@@ -1,52 +1,194 @@
{
- "name": "source-map",
- "description": "Generates and consumes source maps",
- "version": "0.5.7",
- "homepage": "https://github.com/mozilla/source-map",
- "author": "Nick Fitzgerald ",
+ "_args": [
+ [
+ "source-map@0.5.7",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "source-map@0.5.7",
+ "_id": "source-map@0.5.7",
+ "_inBundle": false,
+ "_integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+ "_location": "/@babel/core/source-map",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "source-map@0.5.7",
+ "name": "source-map",
+ "escapedName": "source-map",
+ "rawSpec": "0.5.7",
+ "saveSpec": null,
+ "fetchSpec": "0.5.7"
+ },
+ "_requiredBy": [
+ "/@babel/core"
+ ],
+ "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "_spec": "0.5.7",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Nick Fitzgerald",
+ "email": "nfitzgerald@mozilla.com"
+ },
+ "bugs": {
+ "url": "https://github.com/mozilla/source-map/issues"
+ },
"contributors": [
- "Tobias Koppers ",
- "Duncan Beevers ",
- "Stephen Crane ",
- "Ryan Seddon ",
- "Miles Elam ",
- "Mihai Bazon ",
- "Michael Ficarra ",
- "Todd Wolfson ",
- "Alexander Solovyov ",
- "Felix Gnass ",
- "Conrad Irwin ",
- "usrbincc ",
- "David Glasser ",
- "Chase Douglas ",
- "Evan Wallace ",
- "Heather Arthur ",
- "Hugh Kennedy ",
- "David Glasser ",
- "Simon Lydell ",
- "Jmeas Smith ",
- "Michael Z Goddard ",
- "azu ",
- "John Gozde ",
- "Adam Kirkton ",
- "Chris Montgomery ",
- "J. Ryan Stinnett ",
- "Jack Herrington ",
- "Chris Truter ",
- "Daniel Espeset ",
- "Jamie Wong ",
- "Eddy Bruël ",
- "Hawken Rives ",
- "Gilad Peleg ",
- "djchie ",
- "Gary Ye ",
- "Nicolas LaleveÌe "
+ {
+ "name": "Tobias Koppers",
+ "email": "tobias.koppers@googlemail.com"
+ },
+ {
+ "name": "Duncan Beevers",
+ "email": "duncan@dweebd.com"
+ },
+ {
+ "name": "Stephen Crane",
+ "email": "scrane@mozilla.com"
+ },
+ {
+ "name": "Ryan Seddon",
+ "email": "seddon.ryan@gmail.com"
+ },
+ {
+ "name": "Miles Elam",
+ "email": "miles.elam@deem.com"
+ },
+ {
+ "name": "Mihai Bazon",
+ "email": "mihai.bazon@gmail.com"
+ },
+ {
+ "name": "Michael Ficarra",
+ "email": "github.public.email@michael.ficarra.me"
+ },
+ {
+ "name": "Todd Wolfson",
+ "email": "todd@twolfson.com"
+ },
+ {
+ "name": "Alexander Solovyov",
+ "email": "alexander@solovyov.net"
+ },
+ {
+ "name": "Felix Gnass",
+ "email": "fgnass@gmail.com"
+ },
+ {
+ "name": "Conrad Irwin",
+ "email": "conrad.irwin@gmail.com"
+ },
+ {
+ "name": "usrbincc",
+ "email": "usrbincc@yahoo.com"
+ },
+ {
+ "name": "David Glasser",
+ "email": "glasser@davidglasser.net"
+ },
+ {
+ "name": "Chase Douglas",
+ "email": "chase@newrelic.com"
+ },
+ {
+ "name": "Evan Wallace",
+ "email": "evan.exe@gmail.com"
+ },
+ {
+ "name": "Heather Arthur",
+ "email": "fayearthur@gmail.com"
+ },
+ {
+ "name": "Hugh Kennedy",
+ "email": "hughskennedy@gmail.com"
+ },
+ {
+ "name": "David Glasser",
+ "email": "glasser@davidglasser.net"
+ },
+ {
+ "name": "Simon Lydell",
+ "email": "simon.lydell@gmail.com"
+ },
+ {
+ "name": "Jmeas Smith",
+ "email": "jellyes2@gmail.com"
+ },
+ {
+ "name": "Michael Z Goddard",
+ "email": "mzgoddard@gmail.com"
+ },
+ {
+ "name": "azu",
+ "email": "azu@users.noreply.github.com"
+ },
+ {
+ "name": "John Gozde",
+ "email": "john@gozde.ca"
+ },
+ {
+ "name": "Adam Kirkton",
+ "email": "akirkton@truefitinnovation.com"
+ },
+ {
+ "name": "Chris Montgomery",
+ "email": "christopher.montgomery@dowjones.com"
+ },
+ {
+ "name": "J. Ryan Stinnett",
+ "email": "jryans@gmail.com"
+ },
+ {
+ "name": "Jack Herrington",
+ "email": "jherrington@walmartlabs.com"
+ },
+ {
+ "name": "Chris Truter",
+ "email": "jeffpalentine@gmail.com"
+ },
+ {
+ "name": "Daniel Espeset",
+ "email": "daniel@danielespeset.com"
+ },
+ {
+ "name": "Jamie Wong",
+ "email": "jamie.lf.wong@gmail.com"
+ },
+ {
+ "name": "Eddy Bruël",
+ "email": "ejpbruel@mozilla.com"
+ },
+ {
+ "name": "Hawken Rives",
+ "email": "hawkrives@gmail.com"
+ },
+ {
+ "name": "Gilad Peleg",
+ "email": "giladp007@gmail.com"
+ },
+ {
+ "name": "djchie",
+ "email": "djchie.dev@gmail.com"
+ },
+ {
+ "name": "Gary Ye",
+ "email": "garysye@gmail.com"
+ },
+ {
+ "name": "Nicolas LaleveÌe",
+ "email": "nicolas.lalevee@hibnet.org"
+ }
],
- "repository": {
- "type": "git",
- "url": "http://github.com/mozilla/source-map.git"
+ "description": "Generates and consumes source maps",
+ "devDependencies": {
+ "doctoc": "^0.15.0",
+ "webpack": "^1.12.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
},
- "main": "./source-map.js",
"files": [
"source-map.js",
"lib/",
@@ -55,22 +197,19 @@
"dist/source-map.min.js",
"dist/source-map.min.js.map"
],
- "engines": {
- "node": ">=0.10.0"
- },
+ "homepage": "https://github.com/mozilla/source-map",
"license": "BSD-3-Clause",
+ "main": "./source-map.js",
+ "name": "source-map",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/mozilla/source-map.git"
+ },
"scripts": {
- "test": "npm run build && node test/run-tests.js",
"build": "webpack --color",
+ "test": "npm run build && node test/run-tests.js",
"toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
},
- "devDependencies": {
- "doctoc": "^0.15.0",
- "webpack": "^1.12.0"
- },
- "typings": "source-map"
-
-,"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
-,"_integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
-,"_from": "source-map@0.5.7"
-}
\ No newline at end of file
+ "typings": "source-map",
+ "version": "0.5.7"
+}
diff --git a/node_modules/@babel/core/package.json b/node_modules/@babel/core/package.json
index a9b29b69..0543b4bd 100644
--- a/node_modules/@babel/core/package.json
+++ b/node_modules/@babel/core/package.json
@@ -1,32 +1,38 @@
{
- "name": "@babel/core",
- "version": "7.5.5",
- "description": "Babel compiler core.",
- "main": "lib/index.js",
- "author": "Sebastian McKenzie ",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/core@7.5.5",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/core@7.5.5",
+ "_id": "@babel/core@7.5.5",
+ "_inBundle": false,
+ "_integrity": "sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==",
+ "_location": "/@babel/core",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/core@7.5.5",
+ "name": "@babel/core",
+ "escapedName": "@babel%2fcore",
+ "scope": "@babel",
+ "rawSpec": "7.5.5",
+ "saveSpec": null,
+ "fetchSpec": "7.5.5"
},
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-core",
- "keywords": [
- "6to5",
- "babel",
- "classes",
- "const",
- "es6",
- "harmony",
- "let",
- "modules",
- "transpile",
- "transpiler",
- "var",
- "babel-core",
- "compiler"
+ "_requiredBy": [
+ "/@jest/transform",
+ "/jest-config"
],
- "engines": {
- "node": ">=6.9.0"
+ "_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.5.5.tgz",
+ "_spec": "7.5.5",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sebastian McKenzie",
+ "email": "sebmck@gmail.com"
},
"browser": {
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
@@ -48,13 +54,40 @@
"semver": "^5.4.1",
"source-map": "^0.5.0"
},
+ "description": "Babel compiler core.",
"devDependencies": {
"@babel/helper-transform-fixture-test-runner": "^7.5.5",
"@babel/register": "^7.5.5"
},
- "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43"
-
-,"_resolved": "https://registry.npmjs.org/@babel/core/-/core-7.5.5.tgz"
-,"_integrity": "sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg=="
-,"_from": "@babel/core@7.5.5"
-}
\ No newline at end of file
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43",
+ "homepage": "https://babeljs.io/",
+ "keywords": [
+ "6to5",
+ "babel",
+ "classes",
+ "const",
+ "es6",
+ "harmony",
+ "let",
+ "modules",
+ "transpile",
+ "transpiler",
+ "var",
+ "babel-core",
+ "compiler"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/core",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-core"
+ },
+ "version": "7.5.5"
+}
diff --git a/node_modules/@babel/generator/node_modules/source-map/package.json b/node_modules/@babel/generator/node_modules/source-map/package.json
index 8f053715..5f4fb3ee 100644
--- a/node_modules/@babel/generator/node_modules/source-map/package.json
+++ b/node_modules/@babel/generator/node_modules/source-map/package.json
@@ -1,52 +1,194 @@
{
- "name": "source-map",
- "description": "Generates and consumes source maps",
- "version": "0.5.7",
- "homepage": "https://github.com/mozilla/source-map",
- "author": "Nick Fitzgerald ",
+ "_args": [
+ [
+ "source-map@0.5.7",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "source-map@0.5.7",
+ "_id": "source-map@0.5.7",
+ "_inBundle": false,
+ "_integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+ "_location": "/@babel/generator/source-map",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "source-map@0.5.7",
+ "name": "source-map",
+ "escapedName": "source-map",
+ "rawSpec": "0.5.7",
+ "saveSpec": null,
+ "fetchSpec": "0.5.7"
+ },
+ "_requiredBy": [
+ "/@babel/generator"
+ ],
+ "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "_spec": "0.5.7",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Nick Fitzgerald",
+ "email": "nfitzgerald@mozilla.com"
+ },
+ "bugs": {
+ "url": "https://github.com/mozilla/source-map/issues"
+ },
"contributors": [
- "Tobias Koppers ",
- "Duncan Beevers ",
- "Stephen Crane ",
- "Ryan Seddon ",
- "Miles Elam ",
- "Mihai Bazon ",
- "Michael Ficarra ",
- "Todd Wolfson ",
- "Alexander Solovyov ",
- "Felix Gnass ",
- "Conrad Irwin ",
- "usrbincc ",
- "David Glasser ",
- "Chase Douglas ",
- "Evan Wallace ",
- "Heather Arthur ",
- "Hugh Kennedy ",
- "David Glasser ",
- "Simon Lydell ",
- "Jmeas Smith ",
- "Michael Z Goddard ",
- "azu ",
- "John Gozde ",
- "Adam Kirkton ",
- "Chris Montgomery ",
- "J. Ryan Stinnett ",
- "Jack Herrington ",
- "Chris Truter ",
- "Daniel Espeset ",
- "Jamie Wong ",
- "Eddy Bruël ",
- "Hawken Rives ",
- "Gilad Peleg ",
- "djchie ",
- "Gary Ye ",
- "Nicolas LaleveÌe "
+ {
+ "name": "Tobias Koppers",
+ "email": "tobias.koppers@googlemail.com"
+ },
+ {
+ "name": "Duncan Beevers",
+ "email": "duncan@dweebd.com"
+ },
+ {
+ "name": "Stephen Crane",
+ "email": "scrane@mozilla.com"
+ },
+ {
+ "name": "Ryan Seddon",
+ "email": "seddon.ryan@gmail.com"
+ },
+ {
+ "name": "Miles Elam",
+ "email": "miles.elam@deem.com"
+ },
+ {
+ "name": "Mihai Bazon",
+ "email": "mihai.bazon@gmail.com"
+ },
+ {
+ "name": "Michael Ficarra",
+ "email": "github.public.email@michael.ficarra.me"
+ },
+ {
+ "name": "Todd Wolfson",
+ "email": "todd@twolfson.com"
+ },
+ {
+ "name": "Alexander Solovyov",
+ "email": "alexander@solovyov.net"
+ },
+ {
+ "name": "Felix Gnass",
+ "email": "fgnass@gmail.com"
+ },
+ {
+ "name": "Conrad Irwin",
+ "email": "conrad.irwin@gmail.com"
+ },
+ {
+ "name": "usrbincc",
+ "email": "usrbincc@yahoo.com"
+ },
+ {
+ "name": "David Glasser",
+ "email": "glasser@davidglasser.net"
+ },
+ {
+ "name": "Chase Douglas",
+ "email": "chase@newrelic.com"
+ },
+ {
+ "name": "Evan Wallace",
+ "email": "evan.exe@gmail.com"
+ },
+ {
+ "name": "Heather Arthur",
+ "email": "fayearthur@gmail.com"
+ },
+ {
+ "name": "Hugh Kennedy",
+ "email": "hughskennedy@gmail.com"
+ },
+ {
+ "name": "David Glasser",
+ "email": "glasser@davidglasser.net"
+ },
+ {
+ "name": "Simon Lydell",
+ "email": "simon.lydell@gmail.com"
+ },
+ {
+ "name": "Jmeas Smith",
+ "email": "jellyes2@gmail.com"
+ },
+ {
+ "name": "Michael Z Goddard",
+ "email": "mzgoddard@gmail.com"
+ },
+ {
+ "name": "azu",
+ "email": "azu@users.noreply.github.com"
+ },
+ {
+ "name": "John Gozde",
+ "email": "john@gozde.ca"
+ },
+ {
+ "name": "Adam Kirkton",
+ "email": "akirkton@truefitinnovation.com"
+ },
+ {
+ "name": "Chris Montgomery",
+ "email": "christopher.montgomery@dowjones.com"
+ },
+ {
+ "name": "J. Ryan Stinnett",
+ "email": "jryans@gmail.com"
+ },
+ {
+ "name": "Jack Herrington",
+ "email": "jherrington@walmartlabs.com"
+ },
+ {
+ "name": "Chris Truter",
+ "email": "jeffpalentine@gmail.com"
+ },
+ {
+ "name": "Daniel Espeset",
+ "email": "daniel@danielespeset.com"
+ },
+ {
+ "name": "Jamie Wong",
+ "email": "jamie.lf.wong@gmail.com"
+ },
+ {
+ "name": "Eddy Bruël",
+ "email": "ejpbruel@mozilla.com"
+ },
+ {
+ "name": "Hawken Rives",
+ "email": "hawkrives@gmail.com"
+ },
+ {
+ "name": "Gilad Peleg",
+ "email": "giladp007@gmail.com"
+ },
+ {
+ "name": "djchie",
+ "email": "djchie.dev@gmail.com"
+ },
+ {
+ "name": "Gary Ye",
+ "email": "garysye@gmail.com"
+ },
+ {
+ "name": "Nicolas LaleveÌe",
+ "email": "nicolas.lalevee@hibnet.org"
+ }
],
- "repository": {
- "type": "git",
- "url": "http://github.com/mozilla/source-map.git"
+ "description": "Generates and consumes source maps",
+ "devDependencies": {
+ "doctoc": "^0.15.0",
+ "webpack": "^1.12.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
},
- "main": "./source-map.js",
"files": [
"source-map.js",
"lib/",
@@ -55,22 +197,19 @@
"dist/source-map.min.js",
"dist/source-map.min.js.map"
],
- "engines": {
- "node": ">=0.10.0"
- },
+ "homepage": "https://github.com/mozilla/source-map",
"license": "BSD-3-Clause",
+ "main": "./source-map.js",
+ "name": "source-map",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/mozilla/source-map.git"
+ },
"scripts": {
- "test": "npm run build && node test/run-tests.js",
"build": "webpack --color",
+ "test": "npm run build && node test/run-tests.js",
"toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
},
- "devDependencies": {
- "doctoc": "^0.15.0",
- "webpack": "^1.12.0"
- },
- "typings": "source-map"
-
-,"_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz"
-,"_integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
-,"_from": "source-map@0.5.7"
-}
\ No newline at end of file
+ "typings": "source-map",
+ "version": "0.5.7"
+}
diff --git a/node_modules/@babel/generator/package.json b/node_modules/@babel/generator/package.json
index 88b62cbf..227d345a 100644
--- a/node_modules/@babel/generator/package.json
+++ b/node_modules/@babel/generator/package.json
@@ -1,18 +1,40 @@
{
- "name": "@babel/generator",
- "version": "7.5.5",
- "description": "Turns an AST into code.",
- "author": "Sebastian McKenzie ",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/generator@7.5.5",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/generator@7.5.5",
+ "_id": "@babel/generator@7.5.5",
+ "_inBundle": false,
+ "_integrity": "sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ==",
+ "_location": "/@babel/generator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/generator@7.5.5",
+ "name": "@babel/generator",
+ "escapedName": "@babel%2fgenerator",
+ "scope": "@babel",
+ "rawSpec": "7.5.5",
+ "saveSpec": null,
+ "fetchSpec": "7.5.5"
},
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-generator",
- "main": "lib/index.js",
- "files": [
- "lib"
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/traverse",
+ "/istanbul-lib-instrument"
],
+ "_resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz",
+ "_spec": "7.5.5",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sebastian McKenzie",
+ "email": "sebmck@gmail.com"
+ },
"dependencies": {
"@babel/types": "^7.5.5",
"jsesc": "^2.5.1",
@@ -20,13 +42,25 @@
"source-map": "^0.5.0",
"trim-right": "^1.0.1"
},
+ "description": "Turns an AST into code.",
"devDependencies": {
"@babel/helper-fixtures": "^7.5.5",
"@babel/parser": "^7.5.5"
},
- "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43"
-
-,"_resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.5.5.tgz"
-,"_integrity": "sha512-ETI/4vyTSxTzGnU2c49XHv2zhExkv9JHLTwDAFz85kmcwuShvYG2H08FwgIguQf4JC75CBnXAUM5PqeF4fj0nQ=="
-,"_from": "@babel/generator@7.5.5"
-}
\ No newline at end of file
+ "files": [
+ "lib"
+ ],
+ "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/generator",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-generator"
+ },
+ "version": "7.5.5"
+}
diff --git a/node_modules/@babel/helper-function-name/package.json b/node_modules/@babel/helper-function-name/package.json
index eb3c6b12..e8b9db9a 100644
--- a/node_modules/@babel/helper-function-name/package.json
+++ b/node_modules/@babel/helper-function-name/package.json
@@ -1,20 +1,49 @@
{
- "name": "@babel/helper-function-name",
- "version": "7.1.0",
- "description": "Helper function to change the property 'name' of every function",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/helper-function-name@7.1.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-function-name@7.1.0",
+ "_id": "@babel/helper-function-name@7.1.0",
+ "_inBundle": false,
+ "_integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==",
+ "_location": "/@babel/helper-function-name",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-function-name@7.1.0",
+ "name": "@babel/helper-function-name",
+ "escapedName": "@babel%2fhelper-function-name",
+ "scope": "@babel",
+ "rawSpec": "7.1.0",
+ "saveSpec": null,
+ "fetchSpec": "7.1.0"
},
- "main": "lib/index.js",
+ "_requiredBy": [
+ "/@babel/traverse"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz",
+ "_spec": "7.1.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
"dependencies": {
"@babel/helper-get-function-arity": "^7.0.0",
"@babel/template": "^7.1.0",
"@babel/types": "^7.0.0"
- }
-
-,"_resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz"
-,"_integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw=="
-,"_from": "@babel/helper-function-name@7.1.0"
-}
\ No newline at end of file
+ },
+ "description": "Helper function to change the property 'name' of every function",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/helper-function-name",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name"
+ },
+ "version": "7.1.0"
+}
diff --git a/node_modules/@babel/helper-get-function-arity/package.json b/node_modules/@babel/helper-get-function-arity/package.json
index 3fda42b9..74c2e511 100644
--- a/node_modules/@babel/helper-get-function-arity/package.json
+++ b/node_modules/@babel/helper-get-function-arity/package.json
@@ -1,15 +1,44 @@
{
- "name": "@babel/helper-get-function-arity",
- "version": "7.0.0",
+ "_args": [
+ [
+ "@babel/helper-get-function-arity@7.0.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-get-function-arity@7.0.0",
+ "_id": "@babel/helper-get-function-arity@7.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==",
+ "_location": "/@babel/helper-get-function-arity",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-get-function-arity@7.0.0",
+ "name": "@babel/helper-get-function-arity",
+ "escapedName": "@babel%2fhelper-get-function-arity",
+ "scope": "@babel",
+ "rawSpec": "7.0.0",
+ "saveSpec": null,
+ "fetchSpec": "7.0.0"
+ },
+ "_requiredBy": [
+ "/@babel/helper-function-name"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
+ "_spec": "7.0.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "dependencies": {
+ "@babel/types": "^7.0.0"
+ },
"description": "Helper function to get function arity",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity",
"license": "MIT",
"main": "lib/index.js",
- "dependencies": {
- "@babel/types": "^7.0.0"
- }
-
-,"_resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz"
-,"_integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ=="
-,"_from": "@babel/helper-get-function-arity@7.0.0"
-}
\ No newline at end of file
+ "name": "@babel/helper-get-function-arity",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity"
+ },
+ "version": "7.0.0"
+}
diff --git a/node_modules/@babel/helper-plugin-utils/package.json b/node_modules/@babel/helper-plugin-utils/package.json
index 17253bc4..a449c07c 100644
--- a/node_modules/@babel/helper-plugin-utils/package.json
+++ b/node_modules/@babel/helper-plugin-utils/package.json
@@ -1,14 +1,47 @@
{
- "name": "@babel/helper-plugin-utils",
- "version": "7.0.0",
+ "_args": [
+ [
+ "@babel/helper-plugin-utils@7.0.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-plugin-utils@7.0.0",
+ "_id": "@babel/helper-plugin-utils@7.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==",
+ "_location": "/@babel/helper-plugin-utils",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-plugin-utils@7.0.0",
+ "name": "@babel/helper-plugin-utils",
+ "escapedName": "@babel%2fhelper-plugin-utils",
+ "scope": "@babel",
+ "rawSpec": "7.0.0",
+ "saveSpec": null,
+ "fetchSpec": "7.0.0"
+ },
+ "_requiredBy": [
+ "/@babel/plugin-syntax-object-rest-spread",
+ "/babel-plugin-istanbul"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
+ "_spec": "7.0.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Logan Smyth",
+ "email": "loganfsmyth@gmail.com"
+ },
"description": "General utilities for plugins to use",
- "author": "Logan Smyth ",
"homepage": "https://babeljs.io/",
"license": "MIT",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils",
- "main": "lib/index.js"
-
-,"_resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz"
-,"_integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA=="
-,"_from": "@babel/helper-plugin-utils@7.0.0"
-}
\ No newline at end of file
+ "main": "lib/index.js",
+ "name": "@babel/helper-plugin-utils",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils"
+ },
+ "version": "7.0.0"
+}
diff --git a/node_modules/@babel/helper-split-export-declaration/package.json b/node_modules/@babel/helper-split-export-declaration/package.json
index 59c8985f..5a8c496a 100644
--- a/node_modules/@babel/helper-split-export-declaration/package.json
+++ b/node_modules/@babel/helper-split-export-declaration/package.json
@@ -1,19 +1,48 @@
{
- "name": "@babel/helper-split-export-declaration",
- "version": "7.4.4",
- "description": "",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration",
+ "_args": [
+ [
+ "@babel/helper-split-export-declaration@7.4.4",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helper-split-export-declaration@7.4.4",
+ "_id": "@babel/helper-split-export-declaration@7.4.4",
+ "_inBundle": false,
+ "_integrity": "sha512-Ro/XkzLf3JFITkW6b+hNxzZ1n5OQ80NvIUdmHspih1XAhtN3vPTuUFT4eQnela+2MaZ5ulH+iyP513KJrxbN7Q==",
+ "_location": "/@babel/helper-split-export-declaration",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helper-split-export-declaration@7.4.4",
+ "name": "@babel/helper-split-export-declaration",
+ "escapedName": "@babel%2fhelper-split-export-declaration",
+ "scope": "@babel",
+ "rawSpec": "7.4.4",
+ "saveSpec": null,
+ "fetchSpec": "7.4.4"
+ },
+ "_requiredBy": [
+ "/@babel/traverse"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.4.tgz",
+ "_spec": "7.4.4",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "dependencies": {
+ "@babel/types": "^7.4.4"
+ },
+ "description": ">",
+ "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
"license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/helper-split-export-declaration",
"publishConfig": {
"access": "public"
},
- "main": "lib/index.js",
- "dependencies": {
- "@babel/types": "^7.4.4"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-split-export-declaration"
},
- "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
-
-,"_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=="
-,"_from": "@babel/helper-split-export-declaration@7.4.4"
-}
\ No newline at end of file
+ "version": "7.4.4"
+}
diff --git a/node_modules/@babel/helpers/package.json b/node_modules/@babel/helpers/package.json
index ad119948..b6399bac 100644
--- a/node_modules/@babel/helpers/package.json
+++ b/node_modules/@babel/helpers/package.json
@@ -1,26 +1,58 @@
{
- "name": "@babel/helpers",
- "version": "7.5.5",
- "description": "Collection of helper functions used by Babel transforms.",
- "author": "Sebastian McKenzie ",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/helpers@7.5.5",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/helpers@7.5.5",
+ "_id": "@babel/helpers@7.5.5",
+ "_inBundle": false,
+ "_integrity": "sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==",
+ "_location": "/@babel/helpers",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/helpers@7.5.5",
+ "name": "@babel/helpers",
+ "escapedName": "@babel%2fhelpers",
+ "scope": "@babel",
+ "rawSpec": "7.5.5",
+ "saveSpec": null,
+ "fetchSpec": "7.5.5"
+ },
+ "_requiredBy": [
+ "/@babel/core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.5.tgz",
+ "_spec": "7.5.5",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sebastian McKenzie",
+ "email": "sebmck@gmail.com"
},
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-helpers",
- "main": "lib/index.js",
"dependencies": {
"@babel/template": "^7.4.4",
"@babel/traverse": "^7.5.5",
"@babel/types": "^7.5.5"
},
+ "description": "Collection of helper functions used by Babel transforms.",
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0"
},
- "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43"
-
-,"_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.5.5.tgz"
-,"_integrity": "sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g=="
-,"_from": "@babel/helpers@7.5.5"
-}
\ No newline at end of file
+ "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/helpers",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
+ },
+ "version": "7.5.5"
+}
diff --git a/node_modules/@babel/highlight/package.json b/node_modules/@babel/highlight/package.json
index d6588bcf..62107167 100644
--- a/node_modules/@babel/highlight/package.json
+++ b/node_modules/@babel/highlight/package.json
@@ -1,26 +1,58 @@
{
- "name": "@babel/highlight",
- "version": "7.5.0",
- "description": "Syntax highlight JavaScript strings for output in terminals.",
- "author": "suchipi ",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/highlight@7.5.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/highlight@7.5.0",
+ "_id": "@babel/highlight@7.5.0",
+ "_inBundle": false,
+ "_integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ==",
+ "_location": "/@babel/highlight",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/highlight@7.5.0",
+ "name": "@babel/highlight",
+ "escapedName": "@babel%2fhighlight",
+ "scope": "@babel",
+ "rawSpec": "7.5.0",
+ "saveSpec": null,
+ "fetchSpec": "7.5.0"
+ },
+ "_requiredBy": [
+ "/@babel/code-frame"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz",
+ "_spec": "7.5.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "suchipi",
+ "email": "me@suchipi.com"
},
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-highlight",
- "main": "lib/index.js",
"dependencies": {
"chalk": "^2.0.0",
"esutils": "^2.0.2",
"js-tokens": "^4.0.0"
},
+ "description": "Syntax highlight JavaScript strings for output in terminals.",
"devDependencies": {
"strip-ansi": "^4.0.0"
},
- "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4"
-
-,"_resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.5.0.tgz"
-,"_integrity": "sha512-7dV4eu9gBxoM0dAnj/BCFDW9LFU0zvTrkq0ugM7pnHEgguOEeOz1so2ZghEdzviYzQEED0r4EAgpsBChKy1TRQ=="
-,"_from": "@babel/highlight@7.5.0"
-}
\ No newline at end of file
+ "gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/highlight",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-highlight"
+ },
+ "version": "7.5.0"
+}
diff --git a/node_modules/@babel/parser/bin/babel-parser.js b/node_modules/@babel/parser/bin/babel-parser.js
old mode 100644
new mode 100755
diff --git a/node_modules/@babel/parser/package.json b/node_modules/@babel/parser/package.json
index 785813d7..fa65a4fc 100644
--- a/node_modules/@babel/parser/package.json
+++ b/node_modules/@babel/parser/package.json
@@ -1,13 +1,63 @@
{
- "name": "@babel/parser",
- "version": "7.5.5",
+ "_args": [
+ [
+ "@babel/parser@7.5.5",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/parser@7.5.5",
+ "_id": "@babel/parser@7.5.5",
+ "_inBundle": false,
+ "_integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==",
+ "_location": "/@babel/parser",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/parser@7.5.5",
+ "name": "@babel/parser",
+ "escapedName": "@babel%2fparser",
+ "scope": "@babel",
+ "rawSpec": "7.5.5",
+ "saveSpec": null,
+ "fetchSpec": "7.5.5"
+ },
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/template",
+ "/@babel/traverse",
+ "/@types/babel__core",
+ "/@types/babel__template",
+ "/istanbul-lib-instrument"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.5.tgz",
+ "_spec": "7.5.5",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sebastian McKenzie",
+ "email": "sebmck@gmail.com"
+ },
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
"description": "A JavaScript parser",
- "author": "Sebastian McKenzie ",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "tag": "next"
+ "devDependencies": {
+ "@babel/code-frame": "^7.5.5",
+ "@babel/helper-fixtures": "^7.5.5",
+ "charcodes": "^0.2.0",
+ "unicode-12.0.0": "^0.7.9"
},
+ "engines": {
+ "node": ">=6.0.0"
+ },
+ "files": [
+ "bin",
+ "lib",
+ "typings"
+ ],
+ "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43",
+ "homepage": "https://babeljs.io/",
"keywords": [
"babel",
"javascript",
@@ -16,29 +66,16 @@
"ecmascript",
"@babel/parser"
],
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-parser",
+ "license": "MIT",
"main": "lib/index.js",
- "types": "typings/babel-parser.d.ts",
- "files": [
- "bin",
- "lib",
- "typings"
- ],
- "engines": {
- "node": ">=6.0.0"
- },
- "devDependencies": {
- "@babel/code-frame": "^7.5.5",
- "@babel/helper-fixtures": "^7.5.5",
- "charcodes": "^0.2.0",
- "unicode-12.0.0": "^0.7.9"
+ "name": "@babel/parser",
+ "publishConfig": {
+ "tag": "next"
},
- "bin": {
- "parser": "./bin/babel-parser.js"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-parser"
},
- "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43"
-
-,"_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.5.5.tgz"
-,"_integrity": "sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g=="
-,"_from": "@babel/parser@7.5.5"
-}
\ No newline at end of file
+ "types": "typings/babel-parser.d.ts",
+ "version": "7.5.5"
+}
diff --git a/node_modules/@babel/plugin-syntax-object-rest-spread/package.json b/node_modules/@babel/plugin-syntax-object-rest-spread/package.json
index ab52398b..39febe1a 100644
--- a/node_modules/@babel/plugin-syntax-object-rest-spread/package.json
+++ b/node_modules/@babel/plugin-syntax-object-rest-spread/package.json
@@ -1,27 +1,56 @@
{
- "name": "@babel/plugin-syntax-object-rest-spread",
- "version": "7.2.0",
- "description": "Allow parsing of object rest/spread",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/plugin-syntax-object-rest-spread@7.2.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/plugin-syntax-object-rest-spread@7.2.0",
+ "_id": "@babel/plugin-syntax-object-rest-spread@7.2.0",
+ "_inBundle": false,
+ "_integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA==",
+ "_location": "/@babel/plugin-syntax-object-rest-spread",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/plugin-syntax-object-rest-spread@7.2.0",
+ "name": "@babel/plugin-syntax-object-rest-spread",
+ "escapedName": "@babel%2fplugin-syntax-object-rest-spread",
+ "scope": "@babel",
+ "rawSpec": "7.2.0",
+ "saveSpec": null,
+ "fetchSpec": "7.2.0"
},
- "main": "lib/index.js",
- "keywords": [
- "babel-plugin"
+ "_requiredBy": [
+ "/babel-preset-jest"
],
+ "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz",
+ "_spec": "7.2.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0"
},
+ "description": "Allow parsing of object rest/spread",
+ "devDependencies": {
+ "@babel/core": "^7.2.0"
+ },
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/plugin-syntax-object-rest-spread",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
- "devDependencies": {
- "@babel/core": "^7.2.0"
- }
-
-,"_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz"
-,"_integrity": "sha512-t0JKGgqk2We+9may3t0xDdmneaXmyxq0xieYcKHxIsrJO64n1OiMWNUtc5gQK1PA0NpdCRrtZp4z+IUaKugrSA=="
-,"_from": "@babel/plugin-syntax-object-rest-spread@7.2.0"
-}
\ No newline at end of file
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread"
+ },
+ "version": "7.2.0"
+}
diff --git a/node_modules/@babel/template/package.json b/node_modules/@babel/template/package.json
index d495892f..8273ecdb 100644
--- a/node_modules/@babel/template/package.json
+++ b/node_modules/@babel/template/package.json
@@ -1,23 +1,58 @@
{
- "name": "@babel/template",
- "version": "7.4.4",
+ "_args": [
+ [
+ "@babel/template@7.4.4",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/template@7.4.4",
+ "_id": "@babel/template@7.4.4",
+ "_inBundle": false,
+ "_integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==",
+ "_location": "/@babel/template",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/template@7.4.4",
+ "name": "@babel/template",
+ "escapedName": "@babel%2ftemplate",
+ "scope": "@babel",
+ "rawSpec": "7.4.4",
+ "saveSpec": null,
+ "fetchSpec": "7.4.4"
+ },
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/helper-function-name",
+ "/@babel/helpers",
+ "/istanbul-lib-instrument"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz",
+ "_spec": "7.4.4",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sebastian McKenzie",
+ "email": "sebmck@gmail.com"
+ },
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "@babel/parser": "^7.4.4",
+ "@babel/types": "^7.4.4"
+ },
"description": "Generate an AST from a string template.",
- "author": "Sebastian McKenzie ",
+ "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
"homepage": "https://babeljs.io/",
"license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/template",
"publishConfig": {
"access": "public"
},
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-template",
- "main": "lib/index.js",
- "dependencies": {
- "@babel/code-frame": "^7.0.0",
- "@babel/parser": "^7.4.4",
- "@babel/types": "^7.4.4"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-template"
},
- "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
-
-,"_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz"
-,"_integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw=="
-,"_from": "@babel/template@7.4.4"
-}
\ No newline at end of file
+ "version": "7.4.4"
+}
diff --git a/node_modules/@babel/traverse/node_modules/debug/package.json b/node_modules/@babel/traverse/node_modules/debug/package.json
index c8c75166..654a09a1 100644
--- a/node_modules/@babel/traverse/node_modules/debug/package.json
+++ b/node_modules/@babel/traverse/node_modules/debug/package.json
@@ -1,44 +1,56 @@
{
- "name": "debug",
- "version": "4.1.1",
- "repository": {
- "type": "git",
- "url": "git://github.com/visionmedia/debug.git"
- },
- "description": "small debugging utility",
- "keywords": [
- "debug",
- "log",
- "debugger"
+ "_args": [
+ [
+ "debug@4.1.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
],
- "files": [
- "src",
- "dist/debug.js",
- "LICENSE",
- "README.md"
+ "_development": true,
+ "_from": "debug@4.1.1",
+ "_id": "debug@4.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==",
+ "_location": "/@babel/traverse/debug",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "debug@4.1.1",
+ "name": "debug",
+ "escapedName": "debug",
+ "rawSpec": "4.1.1",
+ "saveSpec": null,
+ "fetchSpec": "4.1.1"
+ },
+ "_requiredBy": [
+ "/@babel/traverse"
],
- "author": "TJ Holowaychuk ",
+ "_resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz",
+ "_spec": "4.1.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "TJ Holowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ "browser": "./src/browser.js",
+ "bugs": {
+ "url": "https://github.com/visionmedia/debug/issues"
+ },
"contributors": [
- "Nathan Rajlich (http://n8.io)",
- "Andrew Rhyne "
+ {
+ "name": "Nathan Rajlich",
+ "email": "nathan@tootallnate.net",
+ "url": "http://n8.io"
+ },
+ {
+ "name": "Andrew Rhyne",
+ "email": "rhyneandrew@gmail.com"
+ }
],
- "license": "MIT",
- "scripts": {
- "lint": "xo",
- "test": "npm run test:node && npm run test:browser",
- "test:node": "istanbul cover _mocha -- test.js",
- "pretest:browser": "npm run build",
- "test:browser": "karma start --single-run",
- "prebuild:debug": "mkdir -p dist && browserify --standalone debug -o dist/debug.es6.js .",
- "build:debug": "babel -o dist/debug.js dist/debug.es6.js > dist/debug.js",
- "build:test": "babel -d dist test.js",
- "build": "npm run build:debug && npm run build:test",
- "clean": "rimraf dist coverage",
- "test:coverage": "cat ./coverage/lcov.info | coveralls"
- },
"dependencies": {
"ms": "^2.1.1"
},
+ "description": "small debugging utility",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
@@ -57,11 +69,38 @@
"rimraf": "^2.5.4",
"xo": "^0.23.0"
},
+ "files": [
+ "src",
+ "dist/debug.js",
+ "LICENSE",
+ "README.md"
+ ],
+ "homepage": "https://github.com/visionmedia/debug#readme",
+ "keywords": [
+ "debug",
+ "log",
+ "debugger"
+ ],
+ "license": "MIT",
"main": "./src/index.js",
- "browser": "./src/browser.js",
- "unpkg": "./dist/debug.js"
-
-,"_resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz"
-,"_integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw=="
-,"_from": "debug@4.1.1"
-}
\ No newline at end of file
+ "name": "debug",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/visionmedia/debug.git"
+ },
+ "scripts": {
+ "build": "npm run build:debug && npm run build:test",
+ "build:debug": "babel -o dist/debug.js dist/debug.es6.js > dist/debug.js",
+ "build:test": "babel -d dist test.js",
+ "clean": "rimraf dist coverage",
+ "lint": "xo",
+ "prebuild:debug": "mkdir -p dist && browserify --standalone debug -o dist/debug.es6.js .",
+ "pretest:browser": "npm run build",
+ "test": "npm run test:node && npm run test:browser",
+ "test:browser": "karma start --single-run",
+ "test:coverage": "cat ./coverage/lcov.info | coveralls",
+ "test:node": "istanbul cover _mocha -- test.js"
+ },
+ "unpkg": "./dist/debug.js",
+ "version": "4.1.1"
+}
diff --git a/node_modules/@babel/traverse/node_modules/ms/package.json b/node_modules/@babel/traverse/node_modules/ms/package.json
index e286ef2b..e73843dc 100644
--- a/node_modules/@babel/traverse/node_modules/ms/package.json
+++ b/node_modules/@babel/traverse/node_modules/ms/package.json
@@ -1,16 +1,43 @@
{
- "name": "ms",
- "version": "2.1.2",
- "description": "Tiny millisecond conversion utility",
- "repository": "zeit/ms",
- "main": "./index",
- "files": [
- "index.js"
+ "_args": [
+ [
+ "ms@2.1.2",
+ "/home/alaneos777/github-actions/mysql"
+ ]
],
- "scripts": {
- "precommit": "lint-staged",
- "lint": "eslint lib/* bin/*",
- "test": "mocha tests.js"
+ "_development": true,
+ "_from": "ms@2.1.2",
+ "_id": "ms@2.1.2",
+ "_inBundle": false,
+ "_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "_location": "/@babel/traverse/ms",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "ms@2.1.2",
+ "name": "ms",
+ "escapedName": "ms",
+ "rawSpec": "2.1.2",
+ "saveSpec": null,
+ "fetchSpec": "2.1.2"
+ },
+ "_requiredBy": [
+ "/@babel/traverse/debug"
+ ],
+ "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "_spec": "2.1.2",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/zeit/ms/issues"
+ },
+ "description": "Tiny millisecond conversion utility",
+ "devDependencies": {
+ "eslint": "4.12.1",
+ "expect.js": "0.3.1",
+ "husky": "0.14.3",
+ "lint-staged": "5.0.0",
+ "mocha": "4.0.1"
},
"eslintConfig": {
"extends": "eslint:recommended",
@@ -19,6 +46,11 @@
"es6": true
}
},
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/zeit/ms#readme",
+ "license": "MIT",
"lint-staged": {
"*.js": [
"npm run lint",
@@ -26,16 +58,16 @@
"git add"
]
},
- "license": "MIT",
- "devDependencies": {
- "eslint": "4.12.1",
- "expect.js": "0.3.1",
- "husky": "0.14.3",
- "lint-staged": "5.0.0",
- "mocha": "4.0.1"
- }
-
-,"_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
-,"_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
-,"_from": "ms@2.1.2"
-}
\ No newline at end of file
+ "main": "./index",
+ "name": "ms",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/zeit/ms.git"
+ },
+ "scripts": {
+ "lint": "eslint lib/* bin/*",
+ "precommit": "lint-staged",
+ "test": "mocha tests.js"
+ },
+ "version": "2.1.2"
+}
diff --git a/node_modules/@babel/traverse/package.json b/node_modules/@babel/traverse/package.json
index 55bd28a4..d6d72ed7 100644
--- a/node_modules/@babel/traverse/package.json
+++ b/node_modules/@babel/traverse/package.json
@@ -1,15 +1,42 @@
{
- "name": "@babel/traverse",
- "version": "7.5.5",
- "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
- "author": "Sebastian McKenzie ",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
+ "_args": [
+ [
+ "@babel/traverse@7.5.5",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/traverse@7.5.5",
+ "_id": "@babel/traverse@7.5.5",
+ "_inBundle": false,
+ "_integrity": "sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ==",
+ "_location": "/@babel/traverse",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/traverse@7.5.5",
+ "name": "@babel/traverse",
+ "escapedName": "@babel%2ftraverse",
+ "scope": "@babel",
+ "rawSpec": "7.5.5",
+ "saveSpec": null,
+ "fetchSpec": "7.5.5"
+ },
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/helpers",
+ "/istanbul-lib-instrument",
+ "/jest-circus",
+ "/jest-jasmine2"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.5.tgz",
+ "_spec": "7.5.5",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sebastian McKenzie",
+ "email": "sebmck@gmail.com"
},
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
- "main": "lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.5.5",
"@babel/generator": "^7.5.5",
@@ -21,12 +48,21 @@
"globals": "^11.1.0",
"lodash": "^4.17.13"
},
+ "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0"
},
- "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43"
-
-,"_resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.5.5.tgz"
-,"_integrity": "sha512-MqB0782whsfffYfSjH4TM+LMjrJnhCNEDMDIjeTpl+ASaUvxcjoiVCo/sM1GhS1pHOXYfWVCYneLjMckuUxDaQ=="
-,"_from": "@babel/traverse@7.5.5"
-}
\ No newline at end of file
+ "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/traverse",
+ "publishConfig": {
+ "access": "public"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-traverse"
+ },
+ "version": "7.5.5"
+}
diff --git a/node_modules/@babel/types/package.json b/node_modules/@babel/types/package.json
index aed596ff..d4a257c1 100644
--- a/node_modules/@babel/types/package.json
+++ b/node_modules/@babel/types/package.json
@@ -1,25 +1,70 @@
{
- "name": "@babel/types",
- "version": "7.5.5",
- "description": "Babel Types is a Lodash-esque utility library for AST nodes",
- "author": "Sebastian McKenzie ",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "repository": "https://github.com/babel/babel/tree/master/packages/babel-types",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
+ "_args": [
+ [
+ "@babel/types@7.5.5",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@babel/types@7.5.5",
+ "_id": "@babel/types@7.5.5",
+ "_inBundle": false,
+ "_integrity": "sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==",
+ "_location": "/@babel/types",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@babel/types@7.5.5",
+ "name": "@babel/types",
+ "escapedName": "@babel%2ftypes",
+ "scope": "@babel",
+ "rawSpec": "7.5.5",
+ "saveSpec": null,
+ "fetchSpec": "7.5.5"
+ },
+ "_requiredBy": [
+ "/@babel/core",
+ "/@babel/generator",
+ "/@babel/helper-function-name",
+ "/@babel/helper-get-function-arity",
+ "/@babel/helper-split-export-declaration",
+ "/@babel/helpers",
+ "/@babel/template",
+ "/@babel/traverse",
+ "/@types/babel__core",
+ "/@types/babel__generator",
+ "/@types/babel__template",
+ "/@types/babel__traverse",
+ "/istanbul-lib-instrument",
+ "/jest-snapshot"
+ ],
+ "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.5.5.tgz",
+ "_spec": "7.5.5",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sebastian McKenzie",
+ "email": "sebmck@gmail.com"
+ },
"dependencies": {
"esutils": "^2.0.2",
"lodash": "^4.17.13",
"to-fast-properties": "^2.0.0"
},
+ "description": "Babel Types is a Lodash-esque utility library for AST nodes",
"devDependencies": {
"@babel/generator": "^7.5.5",
"@babel/parser": "^7.5.5"
},
- "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43"
-
-,"_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.5.5.tgz"
-,"_integrity": "sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw=="
-,"_from": "@babel/types@7.5.5"
-}
\ No newline at end of file
+ "gitHead": "0407f034f09381b95e9cabefbf6b176c76485a43",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "@babel/types",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-types"
+ },
+ "types": "lib/index.d.ts",
+ "version": "7.5.5"
+}
diff --git a/node_modules/@cnakazawa/watch/cli.js b/node_modules/@cnakazawa/watch/cli.js
old mode 100644
new mode 100755
diff --git a/node_modules/@cnakazawa/watch/package.json b/node_modules/@cnakazawa/watch/package.json
index ee945328..08366438 100644
--- a/node_modules/@cnakazawa/watch/package.json
+++ b/node_modules/@cnakazawa/watch/package.json
@@ -1,44 +1,73 @@
{
- "name": "@cnakazawa/watch",
- "description": "Utilities for watching file trees.",
- "scripts": {
- "release:major": "bash scripts/release.sh major",
- "release:minor": "bash scripts/release.sh minor",
- "release:patch": "bash scripts/release.sh patch"
+ "_args": [
+ [
+ "@cnakazawa/watch@1.0.3",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@cnakazawa/watch@1.0.3",
+ "_id": "@cnakazawa/watch@1.0.3",
+ "_inBundle": false,
+ "_integrity": "sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA==",
+ "_location": "/@cnakazawa/watch",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@cnakazawa/watch@1.0.3",
+ "name": "@cnakazawa/watch",
+ "escapedName": "@cnakazawa%2fwatch",
+ "scope": "@cnakazawa",
+ "rawSpec": "1.0.3",
+ "saveSpec": null,
+ "fetchSpec": "1.0.3"
},
- "keywords": [
- "util",
- "utility",
- "fs",
- "files"
+ "_requiredBy": [
+ "/sane"
],
+ "_resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz",
+ "_spec": "1.0.3",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Mikeal Rogers",
+ "email": "mikeal.rogers@gmail.com"
+ },
"bin": {
- "watch": "./cli.js"
+ "watch": "cli.js"
},
- "version": "1.0.3",
- "homepage": "https://github.com/mikeal/watch",
"bugs": {
"url": "https://github.com/mikeal/watch/issues"
},
- "license": "Apache-2.0",
- "repository": {
- "type": "git",
- "url": "git://github.com/mikeal/watch.git"
+ "dependencies": {
+ "exec-sh": "^0.3.2",
+ "minimist": "^1.2.0"
},
- "author": "Mikeal Rogers ",
+ "description": "Utilities for watching file trees.",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=0.1.95"
},
+ "homepage": "https://github.com/mikeal/watch",
+ "keywords": [
+ "util",
+ "utility",
+ "fs",
+ "files"
+ ],
+ "license": "Apache-2.0",
"main": "./main",
- "dependencies": {
- "exec-sh": "^0.3.2",
- "minimist": "^1.2.0"
- }
-
-,"_resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz"
-,"_integrity": "sha512-r5160ogAvGyHsal38Kux7YYtodEKOj89RGb28ht1jh3SJb08VwRwAKKJL0bGb04Zd/3r9FL3BFIc3bBidYffCA=="
-,"_from": "@cnakazawa/watch@1.0.3"
-}
\ No newline at end of file
+ "name": "@cnakazawa/watch",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/mikeal/watch.git"
+ },
+ "scripts": {
+ "release:major": "bash scripts/release.sh major",
+ "release:minor": "bash scripts/release.sh minor",
+ "release:patch": "bash scripts/release.sh patch"
+ },
+ "version": "1.0.3"
+}
diff --git a/node_modules/@cnakazawa/watch/scripts/release.sh b/node_modules/@cnakazawa/watch/scripts/release.sh
old mode 100644
new mode 100755
diff --git a/node_modules/@jest/console/node_modules/slash/package.json b/node_modules/@jest/console/node_modules/slash/package.json
index 01777400..339799d4 100644
--- a/node_modules/@jest/console/node_modules/slash/package.json
+++ b/node_modules/@jest/console/node_modules/slash/package.json
@@ -1,38 +1,70 @@
{
- "name": "slash",
- "version": "2.0.0",
- "description": "Convert Windows backslash paths to slash paths",
- "license": "MIT",
- "repository": "sindresorhus/slash",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=6"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "path",
- "seperator",
- "sep",
- "slash",
- "backslash",
- "windows",
- "win"
- ],
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
-
-,"_resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz"
-,"_integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="
-,"_from": "slash@2.0.0"
-}
\ No newline at end of file
+ "_args": [
+ [
+ "slash@2.0.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "slash@2.0.0",
+ "_id": "slash@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
+ "_location": "/@jest/console/slash",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "slash@2.0.0",
+ "name": "slash",
+ "escapedName": "slash",
+ "rawSpec": "2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "2.0.0"
+ },
+ "_requiredBy": [
+ "/@jest/console"
+ ],
+ "_resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
+ "_spec": "2.0.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/slash/issues"
+ },
+ "description": "Convert Windows backslash paths to slash paths",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/slash#readme",
+ "keywords": [
+ "path",
+ "seperator",
+ "sep",
+ "slash",
+ "backslash",
+ "windows",
+ "win"
+ ],
+ "license": "MIT",
+ "name": "slash",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/slash.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "2.0.0"
+}
diff --git a/node_modules/@jest/console/package.json b/node_modules/@jest/console/package.json
index 9ee38cf5..0d3335e8 100644
--- a/node_modules/@jest/console/package.json
+++ b/node_modules/@jest/console/package.json
@@ -1,14 +1,41 @@
{
- "name": "@jest/console",
- "version": "24.7.1",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-console"
+ "_args": [
+ [
+ "@jest/console@24.7.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/console@24.7.1",
+ "_id": "@jest/console@24.7.1",
+ "_inBundle": false,
+ "_integrity": "sha512-iNhtIy2M8bXlAOULWVTUxmnelTLFneTNEkHCgPmgd+zNwy9zVddJ6oS5rZ9iwoscNdT5mMwUd0C51v/fSlzItg==",
+ "_location": "/@jest/console",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/console@24.7.1",
+ "name": "@jest/console",
+ "escapedName": "@jest%2fconsole",
+ "scope": "@jest",
+ "rawSpec": "24.7.1",
+ "saveSpec": null,
+ "fetchSpec": "24.7.1"
+ },
+ "_requiredBy": [
+ "/@jest/core",
+ "/@jest/test-result",
+ "/jest-runner",
+ "/jest-runtime",
+ "/jest-util"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/console/-/console-24.7.1.tgz",
+ "_spec": "24.7.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
},
- "license": "MIT",
- "main": "build/index.js",
- "types": "build/index.d.ts",
"dependencies": {
"@jest/source-map": "^24.3.0",
"chalk": "^2.0.1",
@@ -20,12 +47,19 @@
"engines": {
"node": ">= 6"
},
+ "gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280",
+ "homepage": "https://github.com/facebook/jest#readme",
+ "license": "MIT",
+ "main": "build/index.js",
+ "name": "@jest/console",
"publishConfig": {
"access": "public"
},
- "gitHead": "0efb1d7809cb96ae87a7601e7802f1dab3774280"
-
-,"_resolved": "https://registry.npmjs.org/@jest/console/-/console-24.7.1.tgz"
-,"_integrity": "sha512-iNhtIy2M8bXlAOULWVTUxmnelTLFneTNEkHCgPmgd+zNwy9zVddJ6oS5rZ9iwoscNdT5mMwUd0C51v/fSlzItg=="
-,"_from": "@jest/console@24.7.1"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-console"
+ },
+ "types": "build/index.d.ts",
+ "version": "24.7.1"
+}
diff --git a/node_modules/@jest/core/package.json b/node_modules/@jest/core/package.json
index 8d7376b2..e097a9b1 100644
--- a/node_modules/@jest/core/package.json
+++ b/node_modules/@jest/core/package.json
@@ -1,9 +1,37 @@
{
- "name": "@jest/core",
- "description": "Delightful JavaScript Testing.",
- "version": "24.8.0",
- "main": "build/jest.js",
- "types": "build/jest.d.ts",
+ "_args": [
+ [
+ "@jest/core@24.8.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/core@24.8.0",
+ "_id": "@jest/core@24.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-R9rhAJwCBQzaRnrRgAdVfnglUuATXdwTRsYqs6NMdVcAl5euG8LtWDe+fVkN27YfKVBW61IojVsXKaOmSnqd/A==",
+ "_location": "/@jest/core",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/core@24.8.0",
+ "name": "@jest/core",
+ "escapedName": "@jest%2fcore",
+ "scope": "@jest",
+ "rawSpec": "24.8.0",
+ "saveSpec": null,
+ "fetchSpec": "24.8.0"
+ },
+ "_requiredBy": [
+ "/jest/jest-cli"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/core/-/core-24.8.0.tgz",
+ "_spec": "24.8.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
+ },
"dependencies": {
"@jest/console": "^24.7.1",
"@jest/reporters": "^24.8.0",
@@ -33,6 +61,7 @@
"rimraf": "^2.5.4",
"strip-ansi": "^5.0.0"
},
+ "description": "Delightful JavaScript Testing.",
"devDependencies": {
"@jest/test-sequencer": "^24.8.0",
"@types/ansi-escapes": "^3.0.1",
@@ -46,16 +75,8 @@
"engines": {
"node": ">= 6"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest",
- "directory": "packages/jest-core"
- },
- "bugs": {
- "url": "https://github.com/facebook/jest/issues"
- },
+ "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
"homepage": "https://jestjs.io/",
- "license": "MIT",
"keywords": [
"ava",
"babel",
@@ -82,12 +103,17 @@
"typescript",
"watch"
],
+ "license": "MIT",
+ "main": "build/jest.js",
+ "name": "@jest/core",
"publishConfig": {
"access": "public"
},
- "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
-
-,"_resolved": "https://registry.npmjs.org/@jest/core/-/core-24.8.0.tgz"
-,"_integrity": "sha512-R9rhAJwCBQzaRnrRgAdVfnglUuATXdwTRsYqs6NMdVcAl5euG8LtWDe+fVkN27YfKVBW61IojVsXKaOmSnqd/A=="
-,"_from": "@jest/core@24.8.0"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-core"
+ },
+ "types": "build/jest.d.ts",
+ "version": "24.8.0"
+}
diff --git a/node_modules/@jest/environment/package.json b/node_modules/@jest/environment/package.json
index f6ec02d7..a45fc92b 100644
--- a/node_modules/@jest/environment/package.json
+++ b/node_modules/@jest/environment/package.json
@@ -1,14 +1,43 @@
{
- "name": "@jest/environment",
- "version": "24.8.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-environment"
+ "_args": [
+ [
+ "@jest/environment@24.8.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/environment@24.8.0",
+ "_id": "@jest/environment@24.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-vlGt2HLg7qM+vtBrSkjDxk9K0YtRBi7HfRFaDxoRtyi+DyVChzhF20duvpdAnKVBV6W5tym8jm0U9EfXbDk1tw==",
+ "_location": "/@jest/environment",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/environment@24.8.0",
+ "name": "@jest/environment",
+ "escapedName": "@jest%2fenvironment",
+ "scope": "@jest",
+ "rawSpec": "24.8.0",
+ "saveSpec": null,
+ "fetchSpec": "24.8.0"
+ },
+ "_requiredBy": [
+ "/@jest/reporters",
+ "/jest-circus",
+ "/jest-environment-jsdom",
+ "/jest-environment-node",
+ "/jest-jasmine2",
+ "/jest-runner",
+ "/jest-runtime"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.8.0.tgz",
+ "_spec": "24.8.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
},
- "license": "MIT",
- "main": "build/index.js",
- "types": "build/index.d.ts",
"dependencies": {
"@jest/fake-timers": "^24.8.0",
"@jest/transform": "^24.8.0",
@@ -18,12 +47,19 @@
"engines": {
"node": ">= 6"
},
+ "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
+ "homepage": "https://github.com/facebook/jest#readme",
+ "license": "MIT",
+ "main": "build/index.js",
+ "name": "@jest/environment",
"publishConfig": {
"access": "public"
},
- "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
-
-,"_resolved": "https://registry.npmjs.org/@jest/environment/-/environment-24.8.0.tgz"
-,"_integrity": "sha512-vlGt2HLg7qM+vtBrSkjDxk9K0YtRBi7HfRFaDxoRtyi+DyVChzhF20duvpdAnKVBV6W5tym8jm0U9EfXbDk1tw=="
-,"_from": "@jest/environment@24.8.0"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-environment"
+ },
+ "types": "build/index.d.ts",
+ "version": "24.8.0"
+}
diff --git a/node_modules/@jest/fake-timers/package.json b/node_modules/@jest/fake-timers/package.json
index 031423c3..c45c3ea2 100644
--- a/node_modules/@jest/fake-timers/package.json
+++ b/node_modules/@jest/fake-timers/package.json
@@ -1,14 +1,40 @@
{
- "name": "@jest/fake-timers",
- "version": "24.8.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-fake-timers"
+ "_args": [
+ [
+ "@jest/fake-timers@24.8.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/fake-timers@24.8.0",
+ "_id": "@jest/fake-timers@24.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-2M4d5MufVXwi6VzZhJ9f5S/wU4ud2ck0kxPof1Iz3zWx6Y+V2eJrES9jEktB6O3o/oEyk+il/uNu9PvASjWXQw==",
+ "_location": "/@jest/fake-timers",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/fake-timers@24.8.0",
+ "name": "@jest/fake-timers",
+ "escapedName": "@jest%2ffake-timers",
+ "scope": "@jest",
+ "rawSpec": "24.8.0",
+ "saveSpec": null,
+ "fetchSpec": "24.8.0"
+ },
+ "_requiredBy": [
+ "/@jest/environment",
+ "/jest-environment-jsdom",
+ "/jest-environment-node",
+ "/jest-util"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.8.0.tgz",
+ "_spec": "24.8.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
},
- "license": "MIT",
- "main": "build/index.js",
- "types": "build/index.d.ts",
"dependencies": {
"@jest/types": "^24.8.0",
"jest-message-util": "^24.8.0",
@@ -17,12 +43,19 @@
"engines": {
"node": ">= 6"
},
+ "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
+ "homepage": "https://github.com/facebook/jest#readme",
+ "license": "MIT",
+ "main": "build/index.js",
+ "name": "@jest/fake-timers",
"publishConfig": {
"access": "public"
},
- "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
-
-,"_resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-24.8.0.tgz"
-,"_integrity": "sha512-2M4d5MufVXwi6VzZhJ9f5S/wU4ud2ck0kxPof1Iz3zWx6Y+V2eJrES9jEktB6O3o/oEyk+il/uNu9PvASjWXQw=="
-,"_from": "@jest/fake-timers@24.8.0"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-fake-timers"
+ },
+ "types": "build/index.d.ts",
+ "version": "24.8.0"
+}
diff --git a/node_modules/@jest/reporters/node_modules/slash/package.json b/node_modules/@jest/reporters/node_modules/slash/package.json
index 01777400..1532a802 100644
--- a/node_modules/@jest/reporters/node_modules/slash/package.json
+++ b/node_modules/@jest/reporters/node_modules/slash/package.json
@@ -1,38 +1,70 @@
{
- "name": "slash",
- "version": "2.0.0",
- "description": "Convert Windows backslash paths to slash paths",
- "license": "MIT",
- "repository": "sindresorhus/slash",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=6"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "path",
- "seperator",
- "sep",
- "slash",
- "backslash",
- "windows",
- "win"
- ],
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
-
-,"_resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz"
-,"_integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="
-,"_from": "slash@2.0.0"
-}
\ No newline at end of file
+ "_args": [
+ [
+ "slash@2.0.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "slash@2.0.0",
+ "_id": "slash@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
+ "_location": "/@jest/reporters/slash",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "slash@2.0.0",
+ "name": "slash",
+ "escapedName": "slash",
+ "rawSpec": "2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "2.0.0"
+ },
+ "_requiredBy": [
+ "/@jest/reporters"
+ ],
+ "_resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
+ "_spec": "2.0.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/slash/issues"
+ },
+ "description": "Convert Windows backslash paths to slash paths",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/slash#readme",
+ "keywords": [
+ "path",
+ "seperator",
+ "sep",
+ "slash",
+ "backslash",
+ "windows",
+ "win"
+ ],
+ "license": "MIT",
+ "name": "slash",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/slash.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "2.0.0"
+}
diff --git a/node_modules/@jest/reporters/package.json b/node_modules/@jest/reporters/package.json
index 75705d3f..8c46c330 100644
--- a/node_modules/@jest/reporters/package.json
+++ b/node_modules/@jest/reporters/package.json
@@ -1,9 +1,37 @@
{
- "name": "@jest/reporters",
- "description": "Jest's reporters",
- "version": "24.8.0",
- "main": "build/index.js",
- "types": "build/index.d.ts",
+ "_args": [
+ [
+ "@jest/reporters@24.8.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/reporters@24.8.0",
+ "_id": "@jest/reporters@24.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-eZ9TyUYpyIIXfYCrw0UHUWUvE35vx5I92HGMgS93Pv7du+GHIzl+/vh8Qj9MCWFK/4TqyttVBPakWMOfZRIfxw==",
+ "_location": "/@jest/reporters",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/reporters@24.8.0",
+ "name": "@jest/reporters",
+ "escapedName": "@jest%2freporters",
+ "scope": "@jest",
+ "rawSpec": "24.8.0",
+ "saveSpec": null,
+ "fetchSpec": "24.8.0"
+ },
+ "_requiredBy": [
+ "/@jest/core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-24.8.0.tgz",
+ "_spec": "24.8.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
+ },
"dependencies": {
"@jest/environment": "^24.8.0",
"@jest/test-result": "^24.8.0",
@@ -27,6 +55,7 @@
"source-map": "^0.6.0",
"string-length": "^2.0.0"
},
+ "description": "Jest's reporters",
"devDependencies": {
"@types/exit": "^0.1.30",
"@types/glob": "^7.1.1",
@@ -43,22 +72,19 @@
"engines": {
"node": ">= 6"
},
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest",
- "directory": "packages/jest-reporters"
- },
- "bugs": {
- "url": "https://github.com/facebook/jest/issues"
- },
+ "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
"homepage": "https://jestjs.io/",
"license": "MIT",
+ "main": "build/index.js",
+ "name": "@jest/reporters",
"publishConfig": {
"access": "public"
},
- "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
-
-,"_resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-24.8.0.tgz"
-,"_integrity": "sha512-eZ9TyUYpyIIXfYCrw0UHUWUvE35vx5I92HGMgS93Pv7du+GHIzl+/vh8Qj9MCWFK/4TqyttVBPakWMOfZRIfxw=="
-,"_from": "@jest/reporters@24.8.0"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-reporters"
+ },
+ "types": "build/index.d.ts",
+ "version": "24.8.0"
+}
diff --git a/node_modules/@jest/source-map/node_modules/callsites/package.json b/node_modules/@jest/source-map/node_modules/callsites/package.json
index 7e70e568..aea58976 100644
--- a/node_modules/@jest/source-map/node_modules/callsites/package.json
+++ b/node_modules/@jest/source-map/node_modules/callsites/package.json
@@ -1,43 +1,75 @@
{
- "name": "callsites",
- "version": "3.1.0",
- "description": "Get callsites from the V8 stack trace API",
- "license": "MIT",
- "repository": "sindresorhus/callsites",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=6"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "keywords": [
- "stacktrace",
- "v8",
- "callsite",
- "callsites",
- "stack",
- "trace",
- "function",
- "file",
- "line",
- "debug"
- ],
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- }
-
-,"_resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz"
-,"_integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
-,"_from": "callsites@3.1.0"
-}
\ No newline at end of file
+ "_args": [
+ [
+ "callsites@3.1.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "callsites@3.1.0",
+ "_id": "callsites@3.1.0",
+ "_inBundle": false,
+ "_integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "_location": "/@jest/source-map/callsites",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "callsites@3.1.0",
+ "name": "callsites",
+ "escapedName": "callsites",
+ "rawSpec": "3.1.0",
+ "saveSpec": null,
+ "fetchSpec": "3.1.0"
+ },
+ "_requiredBy": [
+ "/@jest/source-map"
+ ],
+ "_resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "_spec": "3.1.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/callsites/issues"
+ },
+ "description": "Get callsites from the V8 stack trace API",
+ "devDependencies": {
+ "ava": "^1.4.1",
+ "tsd": "^0.7.2",
+ "xo": "^0.24.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js",
+ "index.d.ts"
+ ],
+ "homepage": "https://github.com/sindresorhus/callsites#readme",
+ "keywords": [
+ "stacktrace",
+ "v8",
+ "callsite",
+ "callsites",
+ "stack",
+ "trace",
+ "function",
+ "file",
+ "line",
+ "debug"
+ ],
+ "license": "MIT",
+ "name": "callsites",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/callsites.git"
+ },
+ "scripts": {
+ "test": "xo && ava && tsd"
+ },
+ "version": "3.1.0"
+}
diff --git a/node_modules/@jest/source-map/package.json b/node_modules/@jest/source-map/package.json
index d0d9c0c6..892e4c80 100644
--- a/node_modules/@jest/source-map/package.json
+++ b/node_modules/@jest/source-map/package.json
@@ -1,14 +1,39 @@
{
- "name": "@jest/source-map",
- "version": "24.3.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-source-map"
+ "_args": [
+ [
+ "@jest/source-map@24.3.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/source-map@24.3.0",
+ "_id": "@jest/source-map@24.3.0",
+ "_inBundle": false,
+ "_integrity": "sha512-zALZt1t2ou8le/crCeeiRYzvdnTzaIlpOWaet45lNSqNJUnXbppUUFR4ZUAlzgDmKee4Q5P/tKXypI1RiHwgag==",
+ "_location": "/@jest/source-map",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/source-map@24.3.0",
+ "name": "@jest/source-map",
+ "escapedName": "@jest%2fsource-map",
+ "scope": "@jest",
+ "rawSpec": "24.3.0",
+ "saveSpec": null,
+ "fetchSpec": "24.3.0"
+ },
+ "_requiredBy": [
+ "/@jest/console",
+ "/jest-runtime",
+ "/jest-util"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-24.3.0.tgz",
+ "_spec": "24.3.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
},
- "license": "MIT",
- "main": "build/index.js",
- "types": "build/index.d.ts",
"dependencies": {
"callsites": "^3.0.0",
"graceful-fs": "^4.1.15",
@@ -20,12 +45,19 @@
"engines": {
"node": ">= 6"
},
+ "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87",
+ "homepage": "https://github.com/facebook/jest#readme",
+ "license": "MIT",
+ "main": "build/index.js",
+ "name": "@jest/source-map",
"publishConfig": {
"access": "public"
},
- "gitHead": "3a7a4f3a3f5489ac8e07dcddf76bb949c482ec87"
-
-,"_resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-24.3.0.tgz"
-,"_integrity": "sha512-zALZt1t2ou8le/crCeeiRYzvdnTzaIlpOWaet45lNSqNJUnXbppUUFR4ZUAlzgDmKee4Q5P/tKXypI1RiHwgag=="
-,"_from": "@jest/source-map@24.3.0"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-source-map"
+ },
+ "types": "build/index.d.ts",
+ "version": "24.3.0"
+}
diff --git a/node_modules/@jest/test-result/package.json b/node_modules/@jest/test-result/package.json
index 79e15cf2..2dc1f33d 100644
--- a/node_modules/@jest/test-result/package.json
+++ b/node_modules/@jest/test-result/package.json
@@ -1,14 +1,46 @@
{
- "name": "@jest/test-result",
- "version": "24.8.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-test-result"
+ "_args": [
+ [
+ "@jest/test-result@24.8.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/test-result@24.8.0",
+ "_id": "@jest/test-result@24.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng==",
+ "_location": "/@jest/test-result",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/test-result@24.8.0",
+ "name": "@jest/test-result",
+ "escapedName": "@jest%2ftest-result",
+ "scope": "@jest",
+ "rawSpec": "24.8.0",
+ "saveSpec": null,
+ "fetchSpec": "24.8.0"
+ },
+ "_requiredBy": [
+ "/@jest/core",
+ "/@jest/reporters",
+ "/@jest/test-sequencer",
+ "/jest-circus",
+ "/jest-jasmine2",
+ "/jest-message-util",
+ "/jest-runner",
+ "/jest-util",
+ "/jest-watcher",
+ "/jest/jest-cli"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.8.0.tgz",
+ "_spec": "24.8.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
},
- "license": "MIT",
- "main": "build/index.js",
- "types": "build/index.d.ts",
"dependencies": {
"@jest/console": "^24.7.1",
"@jest/types": "^24.8.0",
@@ -17,12 +49,19 @@
"engines": {
"node": ">= 6"
},
+ "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
+ "homepage": "https://github.com/facebook/jest#readme",
+ "license": "MIT",
+ "main": "build/index.js",
+ "name": "@jest/test-result",
"publishConfig": {
"access": "public"
},
- "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
-
-,"_resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-24.8.0.tgz"
-,"_integrity": "sha512-+YdLlxwizlfqkFDh7Mc7ONPQAhA4YylU1s529vVM1rsf67vGZH/2GGm5uO8QzPeVyaVMobCQ7FTxl38QrKRlng=="
-,"_from": "@jest/test-result@24.8.0"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-test-result"
+ },
+ "types": "build/index.d.ts",
+ "version": "24.8.0"
+}
diff --git a/node_modules/@jest/test-sequencer/package.json b/node_modules/@jest/test-sequencer/package.json
index b93d4bff..dd88d31d 100644
--- a/node_modules/@jest/test-sequencer/package.json
+++ b/node_modules/@jest/test-sequencer/package.json
@@ -1,14 +1,37 @@
{
- "name": "@jest/test-sequencer",
- "version": "24.8.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-test-sequencer"
+ "_args": [
+ [
+ "@jest/test-sequencer@24.8.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/test-sequencer@24.8.0",
+ "_id": "@jest/test-sequencer@24.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-OzL/2yHyPdCHXEzhoBuq37CE99nkme15eHkAzXRVqthreWZamEMA0WoetwstsQBCXABhczpK03JNbc4L01vvLg==",
+ "_location": "/@jest/test-sequencer",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/test-sequencer@24.8.0",
+ "name": "@jest/test-sequencer",
+ "escapedName": "@jest%2ftest-sequencer",
+ "scope": "@jest",
+ "rawSpec": "24.8.0",
+ "saveSpec": null,
+ "fetchSpec": "24.8.0"
+ },
+ "_requiredBy": [
+ "/jest-config"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.8.0.tgz",
+ "_spec": "24.8.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
},
- "license": "MIT",
- "main": "build/index.js",
- "types": "build/index.d.ts",
"dependencies": {
"@jest/test-result": "^24.8.0",
"jest-haste-map": "^24.8.0",
@@ -18,12 +41,19 @@
"engines": {
"node": ">= 6"
},
+ "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
+ "homepage": "https://github.com/facebook/jest#readme",
+ "license": "MIT",
+ "main": "build/index.js",
+ "name": "@jest/test-sequencer",
"publishConfig": {
"access": "public"
},
- "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
-
-,"_resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-24.8.0.tgz"
-,"_integrity": "sha512-OzL/2yHyPdCHXEzhoBuq37CE99nkme15eHkAzXRVqthreWZamEMA0WoetwstsQBCXABhczpK03JNbc4L01vvLg=="
-,"_from": "@jest/test-sequencer@24.8.0"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-test-sequencer"
+ },
+ "types": "build/index.d.ts",
+ "version": "24.8.0"
+}
diff --git a/node_modules/@jest/transform/node_modules/slash/package.json b/node_modules/@jest/transform/node_modules/slash/package.json
index 01777400..10261e57 100644
--- a/node_modules/@jest/transform/node_modules/slash/package.json
+++ b/node_modules/@jest/transform/node_modules/slash/package.json
@@ -1,38 +1,70 @@
{
- "name": "slash",
- "version": "2.0.0",
- "description": "Convert Windows backslash paths to slash paths",
- "license": "MIT",
- "repository": "sindresorhus/slash",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=6"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "path",
- "seperator",
- "sep",
- "slash",
- "backslash",
- "windows",
- "win"
- ],
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
-
-,"_resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz"
-,"_integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="
-,"_from": "slash@2.0.0"
-}
\ No newline at end of file
+ "_args": [
+ [
+ "slash@2.0.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "slash@2.0.0",
+ "_id": "slash@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==",
+ "_location": "/@jest/transform/slash",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "slash@2.0.0",
+ "name": "slash",
+ "escapedName": "slash",
+ "rawSpec": "2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "2.0.0"
+ },
+ "_requiredBy": [
+ "/@jest/transform"
+ ],
+ "_resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
+ "_spec": "2.0.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/slash/issues"
+ },
+ "description": "Convert Windows backslash paths to slash paths",
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/slash#readme",
+ "keywords": [
+ "path",
+ "seperator",
+ "sep",
+ "slash",
+ "backslash",
+ "windows",
+ "win"
+ ],
+ "license": "MIT",
+ "name": "slash",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/slash.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "2.0.0"
+}
diff --git a/node_modules/@jest/transform/package.json b/node_modules/@jest/transform/package.json
index bd49ae26..f0c3edd2 100644
--- a/node_modules/@jest/transform/package.json
+++ b/node_modules/@jest/transform/package.json
@@ -1,13 +1,41 @@
{
- "name": "@jest/transform",
- "version": "24.8.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-transform"
+ "_args": [
+ [
+ "@jest/transform@24.8.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/transform@24.8.0",
+ "_id": "@jest/transform@24.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-xBMfFUP7TortCs0O+Xtez2W7Zu1PLH9bvJgtraN1CDST6LBM/eTOZ9SfwS/lvV8yOfcDpFmwf9bq5cYbXvqsvA==",
+ "_location": "/@jest/transform",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/transform@24.8.0",
+ "name": "@jest/transform",
+ "escapedName": "@jest%2ftransform",
+ "scope": "@jest",
+ "rawSpec": "24.8.0",
+ "saveSpec": null,
+ "fetchSpec": "24.8.0"
+ },
+ "_requiredBy": [
+ "/@jest/core",
+ "/@jest/environment",
+ "/@jest/reporters",
+ "/babel-jest",
+ "/jest-runtime"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/transform/-/transform-24.8.0.tgz",
+ "_spec": "24.8.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
},
- "license": "MIT",
- "main": "build/index.js",
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/types": "^24.8.0",
@@ -36,12 +64,18 @@
"engines": {
"node": ">= 6"
},
+ "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
+ "homepage": "https://github.com/facebook/jest#readme",
+ "license": "MIT",
+ "main": "build/index.js",
+ "name": "@jest/transform",
"publishConfig": {
"access": "public"
},
- "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
-
-,"_resolved": "https://registry.npmjs.org/@jest/transform/-/transform-24.8.0.tgz"
-,"_integrity": "sha512-xBMfFUP7TortCs0O+Xtez2W7Zu1PLH9bvJgtraN1CDST6LBM/eTOZ9SfwS/lvV8yOfcDpFmwf9bq5cYbXvqsvA=="
-,"_from": "@jest/transform@24.8.0"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-transform"
+ },
+ "version": "24.8.0"
+}
diff --git a/node_modules/@jest/types/package.json b/node_modules/@jest/types/package.json
index 8c5c098c..f98b402c 100644
--- a/node_modules/@jest/types/package.json
+++ b/node_modules/@jest/types/package.json
@@ -1,28 +1,85 @@
{
- "name": "@jest/types",
- "version": "24.8.0",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git",
- "directory": "packages/jest-types"
+ "_args": [
+ [
+ "@jest/types@24.8.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@jest/types@24.8.0",
+ "_id": "@jest/types@24.8.0",
+ "_inBundle": false,
+ "_integrity": "sha512-g17UxVr2YfBtaMUxn9u/4+siG1ptg9IGYAYwvpwn61nBg779RXnjE/m7CxYcIzEt0AbHZZAHSEZNhkE2WxURVg==",
+ "_location": "/@jest/types",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@jest/types@24.8.0",
+ "name": "@jest/types",
+ "escapedName": "@jest%2ftypes",
+ "scope": "@jest",
+ "rawSpec": "24.8.0",
+ "saveSpec": null,
+ "fetchSpec": "24.8.0"
},
- "engines": {
- "node": ">= 6"
+ "_requiredBy": [
+ "/@jest/core",
+ "/@jest/environment",
+ "/@jest/fake-timers",
+ "/@jest/reporters",
+ "/@jest/test-result",
+ "/@jest/transform",
+ "/babel-jest",
+ "/expect",
+ "/jest-changed-files",
+ "/jest-circus",
+ "/jest-config",
+ "/jest-each",
+ "/jest-environment-jsdom",
+ "/jest-environment-node",
+ "/jest-haste-map",
+ "/jest-jasmine2",
+ "/jest-message-util",
+ "/jest-mock",
+ "/jest-resolve",
+ "/jest-resolve-dependencies",
+ "/jest-runner",
+ "/jest-runtime",
+ "/jest-snapshot",
+ "/jest-util",
+ "/jest-validate",
+ "/jest-watcher",
+ "/jest/jest-cli",
+ "/pretty-format"
+ ],
+ "_resolved": "https://registry.npmjs.org/@jest/types/-/types-24.8.0.tgz",
+ "_spec": "24.8.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/facebook/jest/issues"
},
- "license": "MIT",
- "main": "build/index.js",
- "types": "build/index.d.ts",
"dependencies": {
"@types/istanbul-lib-coverage": "^2.0.0",
"@types/istanbul-reports": "^1.1.1",
"@types/yargs": "^12.0.9"
},
+ "engines": {
+ "node": ">= 6"
+ },
+ "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
+ "homepage": "https://github.com/facebook/jest#readme",
+ "license": "MIT",
+ "main": "build/index.js",
+ "name": "@jest/types",
"publishConfig": {
"access": "public"
},
- "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
-
-,"_resolved": "https://registry.npmjs.org/@jest/types/-/types-24.8.0.tgz"
-,"_integrity": "sha512-g17UxVr2YfBtaMUxn9u/4+siG1ptg9IGYAYwvpwn61nBg779RXnjE/m7CxYcIzEt0AbHZZAHSEZNhkE2WxURVg=="
-,"_from": "@jest/types@24.8.0"
-}
\ No newline at end of file
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/facebook/jest.git",
+ "directory": "packages/jest-types"
+ },
+ "types": "build/index.d.ts",
+ "version": "24.8.0"
+}
diff --git a/node_modules/@types/babel__core/LICENSE b/node_modules/@types/babel__core/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/babel__core/LICENSE
+++ b/node_modules/@types/babel__core/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/babel__core/README.md b/node_modules/@types/babel__core/README.md
index 57dffcd0..4c035283 100644
--- a/node_modules/@types/babel__core/README.md
+++ b/node_modules/@types/babel__core/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/babel__core`
-
-# Summary
-This package contains type definitions for @babel/core ( https://github.com/babel/babel/tree/master/packages/babel-core ).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core
-
-Additional Details
- * Last updated: Wed, 15 May 2019 16:25:45 GMT
- * Dependencies: @types/babel__generator, @types/babel__traverse, @types/babel__template, @types/babel__types, @types/babel__parser
- * Global values: babel
-
-# Credits
-These definitions were written by Troy Gerwien , Marvin Hagemeister , Melvin Groenhoff , Jessica Franco .
+# Installation
+> `npm install --save @types/babel__core`
+
+# Summary
+This package contains type definitions for @babel/core ( https://github.com/babel/babel/tree/master/packages/babel-core ).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core
+
+Additional Details
+ * Last updated: Wed, 15 May 2019 16:25:45 GMT
+ * Dependencies: @types/babel__generator, @types/babel__traverse, @types/babel__template, @types/babel__types, @types/babel__parser
+ * Global values: babel
+
+# Credits
+These definitions were written by Troy Gerwien , Marvin Hagemeister , Melvin Groenhoff , Jessica Franco .
diff --git a/node_modules/@types/babel__core/package.json b/node_modules/@types/babel__core/package.json
index 69af4d67..025b9bf3 100644
--- a/node_modules/@types/babel__core/package.json
+++ b/node_modules/@types/babel__core/package.json
@@ -1,49 +1,75 @@
{
+ "_args": [
+ [
+ "@types/babel__core@7.1.2",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/babel__core@7.1.2",
+ "_id": "@types/babel__core@7.1.2",
+ "_inBundle": false,
+ "_integrity": "sha512-cfCCrFmiGY/yq0NuKNxIQvZFy9kY/1immpSpTngOnyIbD4+eJOG5mxphhHDv3CHL9GltO4GcKr54kGBg3RNdbg==",
+ "_location": "/@types/babel__core",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/babel__core@7.1.2",
"name": "@types/babel__core",
- "version": "7.1.2",
- "description": "TypeScript definitions for @babel/core",
- "license": "MIT",
- "contributors": [
- {
- "name": "Troy Gerwien",
- "url": "https://github.com/yortus",
- "githubUsername": "yortus"
- },
- {
- "name": "Marvin Hagemeister",
- "url": "https://github.com/marvinhagemeister",
- "githubUsername": "marvinhagemeister"
- },
- {
- "name": "Melvin Groenhoff",
- "url": "https://github.com/mgroenhoff",
- "githubUsername": "mgroenhoff"
- },
- {
- "name": "Jessica Franco",
- "url": "https://github.com/Jessidhia",
- "githubUsername": "Jessidhia"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/babel__core"
+ "escapedName": "@types%2fbabel__core",
+ "scope": "@types",
+ "rawSpec": "7.1.2",
+ "saveSpec": null,
+ "fetchSpec": "7.1.2"
+ },
+ "_requiredBy": [
+ "/babel-jest"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.2.tgz",
+ "_spec": "7.1.2",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Troy Gerwien",
+ "url": "https://github.com/yortus"
},
- "scripts": {},
- "dependencies": {
- "@babel/parser": "^7.1.0",
- "@babel/types": "^7.0.0",
- "@types/babel__generator": "*",
- "@types/babel__template": "*",
- "@types/babel__traverse": "*"
+ {
+ "name": "Marvin Hagemeister",
+ "url": "https://github.com/marvinhagemeister"
},
- "typesPublisherContentHash": "8ddbc9ecfefbb1a61ece46d6e48876a63d101c6c5291bb173a929cead248d6a2",
- "typeScriptVersion": "2.9"
-
-,"_resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.2.tgz"
-,"_integrity": "sha512-cfCCrFmiGY/yq0NuKNxIQvZFy9kY/1immpSpTngOnyIbD4+eJOG5mxphhHDv3CHL9GltO4GcKr54kGBg3RNdbg=="
-,"_from": "@types/babel__core@7.1.2"
-}
\ No newline at end of file
+ {
+ "name": "Melvin Groenhoff",
+ "url": "https://github.com/mgroenhoff"
+ },
+ {
+ "name": "Jessica Franco",
+ "url": "https://github.com/Jessidhia"
+ }
+ ],
+ "dependencies": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0",
+ "@types/babel__generator": "*",
+ "@types/babel__template": "*",
+ "@types/babel__traverse": "*"
+ },
+ "description": "TypeScript definitions for @babel/core",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/babel__core",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/babel__core"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.9",
+ "types": "index",
+ "typesPublisherContentHash": "8ddbc9ecfefbb1a61ece46d6e48876a63d101c6c5291bb173a929cead248d6a2",
+ "version": "7.1.2"
+}
diff --git a/node_modules/@types/babel__generator/LICENSE b/node_modules/@types/babel__generator/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/babel__generator/LICENSE
+++ b/node_modules/@types/babel__generator/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/babel__generator/README.md b/node_modules/@types/babel__generator/README.md
index 607aeb65..2cce2e26 100644
--- a/node_modules/@types/babel__generator/README.md
+++ b/node_modules/@types/babel__generator/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/babel__generator`
-
-# Summary
-This package contains type definitions for @babel/generator ( https://github.com/babel/babel/tree/master/packages/babel-generator ).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator
-
-Additional Details
- * Last updated: Wed, 13 Feb 2019 21:04:23 GMT
- * Dependencies: @types/babel__types
- * Global values: none
-
-# Credits
-These definitions were written by Troy Gerwien , Johnny Estilles , Melvin Groenhoff .
+# Installation
+> `npm install --save @types/babel__generator`
+
+# Summary
+This package contains type definitions for @babel/generator ( https://github.com/babel/babel/tree/master/packages/babel-generator ).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator
+
+Additional Details
+ * Last updated: Wed, 13 Feb 2019 21:04:23 GMT
+ * Dependencies: @types/babel__types
+ * Global values: none
+
+# Credits
+These definitions were written by Troy Gerwien , Johnny Estilles , Melvin Groenhoff .
diff --git a/node_modules/@types/babel__generator/package.json b/node_modules/@types/babel__generator/package.json
index 9c1fa3e7..23baab39 100644
--- a/node_modules/@types/babel__generator/package.json
+++ b/node_modules/@types/babel__generator/package.json
@@ -1,39 +1,66 @@
{
+ "_args": [
+ [
+ "@types/babel__generator@7.0.2",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/babel__generator@7.0.2",
+ "_id": "@types/babel__generator@7.0.2",
+ "_inBundle": false,
+ "_integrity": "sha512-NHcOfab3Zw4q5sEE2COkpfXjoE7o+PmqD9DQW4koUT3roNxwziUdXGnRndMat/LJNUtePwn1TlP4do3uoe3KZQ==",
+ "_location": "/@types/babel__generator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/babel__generator@7.0.2",
"name": "@types/babel__generator",
- "version": "7.0.2",
- "description": "TypeScript definitions for @babel/generator",
- "license": "MIT",
- "contributors": [
- {
- "name": "Troy Gerwien",
- "url": "https://github.com/yortus",
- "githubUsername": "yortus"
- },
- {
- "name": "Johnny Estilles",
- "url": "https://github.com/johnnyestilles",
- "githubUsername": "johnnyestilles"
- },
- {
- "name": "Melvin Groenhoff",
- "url": "https://github.com/mgroenhoff",
- "githubUsername": "mgroenhoff"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ "escapedName": "@types%2fbabel__generator",
+ "scope": "@types",
+ "rawSpec": "7.0.2",
+ "saveSpec": null,
+ "fetchSpec": "7.0.2"
+ },
+ "_requiredBy": [
+ "/@types/babel__core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.0.2.tgz",
+ "_spec": "7.0.2",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Troy Gerwien",
+ "url": "https://github.com/yortus"
},
- "scripts": {},
- "dependencies": {
- "@babel/types": "^7.0.0"
+ {
+ "name": "Johnny Estilles",
+ "url": "https://github.com/johnnyestilles"
},
- "typesPublisherContentHash": "12b47650c77333060b8da231a33c95326cb124929b12d19cd41d9c2dae936d80",
- "typeScriptVersion": "2.9"
-
-,"_resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.0.2.tgz"
-,"_integrity": "sha512-NHcOfab3Zw4q5sEE2COkpfXjoE7o+PmqD9DQW4koUT3roNxwziUdXGnRndMat/LJNUtePwn1TlP4do3uoe3KZQ=="
-,"_from": "@types/babel__generator@7.0.2"
-}
\ No newline at end of file
+ {
+ "name": "Melvin Groenhoff",
+ "url": "https://github.com/mgroenhoff"
+ }
+ ],
+ "dependencies": {
+ "@babel/types": "^7.0.0"
+ },
+ "description": "TypeScript definitions for @babel/generator",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/babel__generator",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.9",
+ "types": "index",
+ "typesPublisherContentHash": "12b47650c77333060b8da231a33c95326cb124929b12d19cd41d9c2dae936d80",
+ "version": "7.0.2"
+}
diff --git a/node_modules/@types/babel__template/LICENSE b/node_modules/@types/babel__template/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/babel__template/LICENSE
+++ b/node_modules/@types/babel__template/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/babel__template/README.md b/node_modules/@types/babel__template/README.md
index 99f75cd7..b2d642a4 100644
--- a/node_modules/@types/babel__template/README.md
+++ b/node_modules/@types/babel__template/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/babel__template`
-
-# Summary
-This package contains type definitions for @babel/template ( https://github.com/babel/babel/tree/master/packages/babel-template ).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template
-
-Additional Details
- * Last updated: Wed, 13 Feb 2019 21:04:23 GMT
- * Dependencies: @types/babel__parser, @types/babel__types
- * Global values: none
-
-# Credits
-These definitions were written by Troy Gerwien , Marvin Hagemeister , Melvin Groenhoff .
+# Installation
+> `npm install --save @types/babel__template`
+
+# Summary
+This package contains type definitions for @babel/template ( https://github.com/babel/babel/tree/master/packages/babel-template ).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template
+
+Additional Details
+ * Last updated: Wed, 13 Feb 2019 21:04:23 GMT
+ * Dependencies: @types/babel__parser, @types/babel__types
+ * Global values: none
+
+# Credits
+These definitions were written by Troy Gerwien , Marvin Hagemeister , Melvin Groenhoff .
diff --git a/node_modules/@types/babel__template/package.json b/node_modules/@types/babel__template/package.json
index 5ff27c07..6b588f67 100644
--- a/node_modules/@types/babel__template/package.json
+++ b/node_modules/@types/babel__template/package.json
@@ -1,40 +1,67 @@
{
+ "_args": [
+ [
+ "@types/babel__template@7.0.2",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/babel__template@7.0.2",
+ "_id": "@types/babel__template@7.0.2",
+ "_inBundle": false,
+ "_integrity": "sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg==",
+ "_location": "/@types/babel__template",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/babel__template@7.0.2",
"name": "@types/babel__template",
- "version": "7.0.2",
- "description": "TypeScript definitions for @babel/template",
- "license": "MIT",
- "contributors": [
- {
- "name": "Troy Gerwien",
- "url": "https://github.com/yortus",
- "githubUsername": "yortus"
- },
- {
- "name": "Marvin Hagemeister",
- "url": "https://github.com/marvinhagemeister",
- "githubUsername": "marvinhagemeister"
- },
- {
- "name": "Melvin Groenhoff",
- "url": "https://github.com/mgroenhoff",
- "githubUsername": "mgroenhoff"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ "escapedName": "@types%2fbabel__template",
+ "scope": "@types",
+ "rawSpec": "7.0.2",
+ "saveSpec": null,
+ "fetchSpec": "7.0.2"
+ },
+ "_requiredBy": [
+ "/@types/babel__core"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz",
+ "_spec": "7.0.2",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Troy Gerwien",
+ "url": "https://github.com/yortus"
},
- "scripts": {},
- "dependencies": {
- "@babel/parser": "^7.1.0",
- "@babel/types": "^7.0.0"
+ {
+ "name": "Marvin Hagemeister",
+ "url": "https://github.com/marvinhagemeister"
},
- "typesPublisherContentHash": "fd665ffdd94e184259796e85ff1a8e8626a23fb0eeefd6cfb9f77a316eda2624",
- "typeScriptVersion": "2.9"
-
-,"_resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.0.2.tgz"
-,"_integrity": "sha512-/K6zCpeW7Imzgab2bLkLEbz0+1JlFSrUMdw7KoIIu+IUdu51GWaBZpd3y1VXGVXzynvGa4DaIaxNZHiON3GXUg=="
-,"_from": "@types/babel__template@7.0.2"
-}
\ No newline at end of file
+ {
+ "name": "Melvin Groenhoff",
+ "url": "https://github.com/mgroenhoff"
+ }
+ ],
+ "dependencies": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ },
+ "description": "TypeScript definitions for @babel/template",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/babel__template",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.9",
+ "types": "index",
+ "typesPublisherContentHash": "fd665ffdd94e184259796e85ff1a8e8626a23fb0eeefd6cfb9f77a316eda2624",
+ "version": "7.0.2"
+}
diff --git a/node_modules/@types/babel__traverse/LICENSE b/node_modules/@types/babel__traverse/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/babel__traverse/LICENSE
+++ b/node_modules/@types/babel__traverse/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/babel__traverse/README.md b/node_modules/@types/babel__traverse/README.md
index 6d780595..f2e1c54c 100644
--- a/node_modules/@types/babel__traverse/README.md
+++ b/node_modules/@types/babel__traverse/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/babel__traverse`
-
-# Summary
-This package contains type definitions for @babel/traverse ( https://github.com/babel/babel/tree/master/packages/babel-traverse ).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse
-
-Additional Details
- * Last updated: Tue, 11 Jun 2019 02:00:21 GMT
- * Dependencies: @types/babel__types
- * Global values: none
-
-# Credits
-These definitions were written by Troy Gerwien , Marvin Hagemeister , Ryan Petrich , Melvin Groenhoff .
+# Installation
+> `npm install --save @types/babel__traverse`
+
+# Summary
+This package contains type definitions for @babel/traverse ( https://github.com/babel/babel/tree/master/packages/babel-traverse ).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse
+
+Additional Details
+ * Last updated: Tue, 11 Jun 2019 02:00:21 GMT
+ * Dependencies: @types/babel__types
+ * Global values: none
+
+# Credits
+These definitions were written by Troy Gerwien , Marvin Hagemeister , Ryan Petrich , Melvin Groenhoff .
diff --git a/node_modules/@types/babel__traverse/package.json b/node_modules/@types/babel__traverse/package.json
index c26ec41f..a4478a02 100644
--- a/node_modules/@types/babel__traverse/package.json
+++ b/node_modules/@types/babel__traverse/package.json
@@ -1,45 +1,72 @@
{
+ "_args": [
+ [
+ "@types/babel__traverse@7.0.7",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/babel__traverse@7.0.7",
+ "_id": "@types/babel__traverse@7.0.7",
+ "_inBundle": false,
+ "_integrity": "sha512-CeBpmX1J8kWLcDEnI3Cl2Eo6RfbGvzUctA+CjZUhOKDFbLfcr7fc4usEqLNWetrlJd7RhAkyYe2czXop4fICpw==",
+ "_location": "/@types/babel__traverse",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/babel__traverse@7.0.7",
"name": "@types/babel__traverse",
- "version": "7.0.7",
- "description": "TypeScript definitions for @babel/traverse",
- "license": "MIT",
- "contributors": [
- {
- "name": "Troy Gerwien",
- "url": "https://github.com/yortus",
- "githubUsername": "yortus"
- },
- {
- "name": "Marvin Hagemeister",
- "url": "https://github.com/marvinhagemeister",
- "githubUsername": "marvinhagemeister"
- },
- {
- "name": "Ryan Petrich",
- "url": "https://github.com/rpetrich",
- "githubUsername": "rpetrich"
- },
- {
- "name": "Melvin Groenhoff",
- "url": "https://github.com/mgroenhoff",
- "githubUsername": "mgroenhoff"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/babel__traverse"
+ "escapedName": "@types%2fbabel__traverse",
+ "scope": "@types",
+ "rawSpec": "7.0.7",
+ "saveSpec": null,
+ "fetchSpec": "7.0.7"
+ },
+ "_requiredBy": [
+ "/@types/babel__core",
+ "/babel-plugin-jest-hoist"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.7.tgz",
+ "_spec": "7.0.7",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Troy Gerwien",
+ "url": "https://github.com/yortus"
},
- "scripts": {},
- "dependencies": {
- "@babel/types": "^7.3.0"
+ {
+ "name": "Marvin Hagemeister",
+ "url": "https://github.com/marvinhagemeister"
},
- "typesPublisherContentHash": "37e6c080b57f5b07ab86b0af01352617892a3cd9fc9db8bd3c69fa0610672457",
- "typeScriptVersion": "2.9"
-
-,"_resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.0.7.tgz"
-,"_integrity": "sha512-CeBpmX1J8kWLcDEnI3Cl2Eo6RfbGvzUctA+CjZUhOKDFbLfcr7fc4usEqLNWetrlJd7RhAkyYe2czXop4fICpw=="
-,"_from": "@types/babel__traverse@7.0.7"
-}
\ No newline at end of file
+ {
+ "name": "Ryan Petrich",
+ "url": "https://github.com/rpetrich"
+ },
+ {
+ "name": "Melvin Groenhoff",
+ "url": "https://github.com/mgroenhoff"
+ }
+ ],
+ "dependencies": {
+ "@babel/types": "^7.3.0"
+ },
+ "description": "TypeScript definitions for @babel/traverse",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/babel__traverse",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/babel__traverse"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.9",
+ "types": "index",
+ "typesPublisherContentHash": "37e6c080b57f5b07ab86b0af01352617892a3cd9fc9db8bd3c69fa0610672457",
+ "version": "7.0.7"
+}
diff --git a/node_modules/@types/events/LICENSE b/node_modules/@types/events/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/events/LICENSE
+++ b/node_modules/@types/events/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/events/README.md b/node_modules/@types/events/README.md
index e459064c..0dfd4711 100644
--- a/node_modules/@types/events/README.md
+++ b/node_modules/@types/events/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/events`
-
-# Summary
-This package contains type definitions for events (https://github.com/Gozala/events).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/events
-
-Additional Details
- * Last updated: Thu, 24 Jan 2019 03:19:08 GMT
- * Dependencies: none
- * Global values: none
-
-# Credits
-These definitions were written by Yasunori Ohoka , Shenwei Wang .
+# Installation
+> `npm install --save @types/events`
+
+# Summary
+This package contains type definitions for events (https://github.com/Gozala/events).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/events
+
+Additional Details
+ * Last updated: Thu, 24 Jan 2019 03:19:08 GMT
+ * Dependencies: none
+ * Global values: none
+
+# Credits
+These definitions were written by Yasunori Ohoka , Shenwei Wang .
diff --git a/node_modules/@types/events/package.json b/node_modules/@types/events/package.json
index ec26d33d..3d933680 100644
--- a/node_modules/@types/events/package.json
+++ b/node_modules/@types/events/package.json
@@ -1,32 +1,60 @@
{
+ "_args": [
+ [
+ "@types/events@3.0.0",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/events@3.0.0",
+ "_id": "@types/events@3.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==",
+ "_location": "/@types/events",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/events@3.0.0",
"name": "@types/events",
- "version": "3.0.0",
- "description": "TypeScript definitions for events",
- "license": "MIT",
- "contributors": [
- {
- "name": "Yasunori Ohoka",
- "url": "https://github.com/yasupeke",
- "githubUsername": "yasupeke"
- },
- {
- "name": "Shenwei Wang",
- "url": "https://github.com/weareoutman",
- "githubUsername": "weareoutman"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ "escapedName": "@types%2fevents",
+ "scope": "@types",
+ "rawSpec": "3.0.0",
+ "saveSpec": null,
+ "fetchSpec": "3.0.0"
+ },
+ "_requiredBy": [
+ "/@types/glob"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz",
+ "_spec": "3.0.0",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Yasunori Ohoka",
+ "url": "https://github.com/yasupeke"
},
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "ae078136220837864b64cc7c1c5267ca1ceb809166fb74569e637bc7de9f2e12",
- "typeScriptVersion": "2.0"
-
-,"_resolved": "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz"
-,"_integrity": "sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g=="
-,"_from": "@types/events@3.0.0"
-}
\ No newline at end of file
+ {
+ "name": "Shenwei Wang",
+ "url": "https://github.com/weareoutman"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for events",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/events",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.0",
+ "types": "index",
+ "typesPublisherContentHash": "ae078136220837864b64cc7c1c5267ca1ceb809166fb74569e637bc7de9f2e12",
+ "version": "3.0.0"
+}
diff --git a/node_modules/@types/glob/LICENSE b/node_modules/@types/glob/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/glob/LICENSE
+++ b/node_modules/@types/glob/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/glob/README.md b/node_modules/@types/glob/README.md
index 155da08c..906b3190 100644
--- a/node_modules/@types/glob/README.md
+++ b/node_modules/@types/glob/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/glob`
-
-# Summary
-This package contains type definitions for Glob (https://github.com/isaacs/node-glob).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob
-
-Additional Details
- * Last updated: Thu, 27 Sep 2018 12:34:19 GMT
- * Dependencies: events, minimatch, node
- * Global values: none
-
-# Credits
-These definitions were written by vvakame , voy , Klaus Meinhardt .
+# Installation
+> `npm install --save @types/glob`
+
+# Summary
+This package contains type definitions for Glob (https://github.com/isaacs/node-glob).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob
+
+Additional Details
+ * Last updated: Thu, 27 Sep 2018 12:34:19 GMT
+ * Dependencies: events, minimatch, node
+ * Global values: none
+
+# Credits
+These definitions were written by vvakame , voy , Klaus Meinhardt .
diff --git a/node_modules/@types/glob/index.d.ts b/node_modules/@types/glob/index.d.ts
index fc8c9885..c2a2ef92 100644
--- a/node_modules/@types/glob/index.d.ts
+++ b/node_modules/@types/glob/index.d.ts
@@ -1,87 +1,87 @@
-// Type definitions for Glob 7.1
-// Project: https://github.com/isaacs/node-glob
-// Definitions by: vvakame
-// voy
-// Klaus Meinhardt
-// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-
-///
-
-import events = require("events");
-import minimatch = require("minimatch");
-
-declare function G(pattern: string, cb: (err: Error | null, matches: string[]) => void): void;
-declare function G(pattern: string, options: G.IOptions, cb: (err: Error | null, matches: string[]) => void): void;
-
-declare namespace G {
- function __promisify__(pattern: string, options?: IOptions): Promise;
-
- function sync(pattern: string, options?: IOptions): string[];
-
- function hasMagic(pattern: string, options?: IOptions): boolean;
-
- let Glob: IGlobStatic;
- let GlobSync: IGlobSyncStatic;
-
- interface IOptions extends minimatch.IOptions {
- cwd?: string;
- root?: string;
- dot?: boolean;
- nomount?: boolean;
- mark?: boolean;
- nosort?: boolean;
- stat?: boolean;
- silent?: boolean;
- strict?: boolean;
- cache?: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray };
- statCache?: { [path: string]: false | { isDirectory(): boolean} | undefined };
- symlinks?: { [path: string]: boolean | undefined };
- realpathCache?: { [path: string]: string };
- sync?: boolean;
- nounique?: boolean;
- nonull?: boolean;
- debug?: boolean;
- nobrace?: boolean;
- noglobstar?: boolean;
- noext?: boolean;
- nocase?: boolean;
- matchBase?: any;
- nodir?: boolean;
- ignore?: string | ReadonlyArray;
- follow?: boolean;
- realpath?: boolean;
- nonegate?: boolean;
- nocomment?: boolean;
- absolute?: boolean;
- }
-
- interface IGlobStatic extends events.EventEmitter {
- new (pattern: string, cb?: (err: Error | null, matches: string[]) => void): IGlob;
- new (pattern: string, options: IOptions, cb?: (err: Error | null, matches: string[]) => void): IGlob;
- prototype: IGlob;
- }
-
- interface IGlobSyncStatic {
- new (pattern: string, options?: IOptions): IGlobBase;
- prototype: IGlobBase;
- }
-
- interface IGlobBase {
- minimatch: minimatch.IMinimatch;
- options: IOptions;
- aborted: boolean;
- cache: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray };
- statCache: { [path: string]: false | { isDirectory(): boolean; } | undefined };
- symlinks: { [path: string]: boolean | undefined };
- realpathCache: { [path: string]: string };
- found: string[];
- }
-
- interface IGlob extends IGlobBase, events.EventEmitter {
- pause(): void;
- resume(): void;
- abort(): void;
- }
-}
-
-export = G;
+// Type definitions for Glob 7.1
+// Project: https://github.com/isaacs/node-glob
+// Definitions by: vvakame
+// voy
+// Klaus Meinhardt
+// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
+
+///
+
+import events = require("events");
+import minimatch = require("minimatch");
+
+declare function G(pattern: string, cb: (err: Error | null, matches: string[]) => void): void;
+declare function G(pattern: string, options: G.IOptions, cb: (err: Error | null, matches: string[]) => void): void;
+
+declare namespace G {
+ function __promisify__(pattern: string, options?: IOptions): Promise;
+
+ function sync(pattern: string, options?: IOptions): string[];
+
+ function hasMagic(pattern: string, options?: IOptions): boolean;
+
+ let Glob: IGlobStatic;
+ let GlobSync: IGlobSyncStatic;
+
+ interface IOptions extends minimatch.IOptions {
+ cwd?: string;
+ root?: string;
+ dot?: boolean;
+ nomount?: boolean;
+ mark?: boolean;
+ nosort?: boolean;
+ stat?: boolean;
+ silent?: boolean;
+ strict?: boolean;
+ cache?: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray };
+ statCache?: { [path: string]: false | { isDirectory(): boolean} | undefined };
+ symlinks?: { [path: string]: boolean | undefined };
+ realpathCache?: { [path: string]: string };
+ sync?: boolean;
+ nounique?: boolean;
+ nonull?: boolean;
+ debug?: boolean;
+ nobrace?: boolean;
+ noglobstar?: boolean;
+ noext?: boolean;
+ nocase?: boolean;
+ matchBase?: any;
+ nodir?: boolean;
+ ignore?: string | ReadonlyArray;
+ follow?: boolean;
+ realpath?: boolean;
+ nonegate?: boolean;
+ nocomment?: boolean;
+ absolute?: boolean;
+ }
+
+ interface IGlobStatic extends events.EventEmitter {
+ new (pattern: string, cb?: (err: Error | null, matches: string[]) => void): IGlob;
+ new (pattern: string, options: IOptions, cb?: (err: Error | null, matches: string[]) => void): IGlob;
+ prototype: IGlob;
+ }
+
+ interface IGlobSyncStatic {
+ new (pattern: string, options?: IOptions): IGlobBase;
+ prototype: IGlobBase;
+ }
+
+ interface IGlobBase {
+ minimatch: minimatch.IMinimatch;
+ options: IOptions;
+ aborted: boolean;
+ cache: { [path: string]: boolean | 'DIR' | 'FILE' | ReadonlyArray };
+ statCache: { [path: string]: false | { isDirectory(): boolean; } | undefined };
+ symlinks: { [path: string]: boolean | undefined };
+ realpathCache: { [path: string]: string };
+ found: string[];
+ }
+
+ interface IGlob extends IGlobBase, events.EventEmitter {
+ pause(): void;
+ resume(): void;
+ abort(): void;
+ }
+}
+
+export = G;
diff --git a/node_modules/@types/glob/package.json b/node_modules/@types/glob/package.json
index 7b98f885..25114c86 100644
--- a/node_modules/@types/glob/package.json
+++ b/node_modules/@types/glob/package.json
@@ -1,40 +1,67 @@
{
+ "_args": [
+ [
+ "@types/glob@7.1.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/glob@7.1.1",
+ "_id": "@types/glob@7.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w==",
+ "_location": "/@types/glob",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/glob@7.1.1",
"name": "@types/glob",
- "version": "7.1.1",
- "description": "TypeScript definitions for Glob",
- "license": "MIT",
- "contributors": [
- {
- "name": "vvakame",
- "url": "https://github.com/vvakame",
- "githubUsername": "vvakame"
- },
- {
- "name": "voy",
- "url": "https://github.com/voy",
- "githubUsername": "voy"
- },
- {
- "name": "Klaus Meinhardt",
- "url": "https://github.com/ajafff",
- "githubUsername": "ajafff"
- }
- ],
- "main": "",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ "escapedName": "@types%2fglob",
+ "scope": "@types",
+ "rawSpec": "7.1.1",
+ "saveSpec": null,
+ "fetchSpec": "7.1.1"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz",
+ "_spec": "7.1.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "vvakame",
+ "url": "https://github.com/vvakame"
},
- "scripts": {},
- "dependencies": {
- "@types/events": "*",
- "@types/minimatch": "*",
- "@types/node": "*"
+ {
+ "name": "voy",
+ "url": "https://github.com/voy"
},
- "typesPublisherContentHash": "43019f2af91c7a4ca3453c4b806a01c521ca3008ffe1bfefd37c5f9d6135660e",
- "typeScriptVersion": "2.0"
-
-,"_resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.1.1.tgz"
-,"_integrity": "sha512-1Bh06cbWJUHMC97acuD6UMG29nMt0Aqz1vF3guLfG+kHHJhy3AyohZFFxYk2f7Q1SQIrNwvncxAE0N/9s70F2w=="
-,"_from": "@types/glob@7.1.1"
-}
\ No newline at end of file
+ {
+ "name": "Klaus Meinhardt",
+ "url": "https://github.com/ajafff"
+ }
+ ],
+ "dependencies": {
+ "@types/events": "*",
+ "@types/minimatch": "*",
+ "@types/node": "*"
+ },
+ "description": "TypeScript definitions for Glob",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/glob",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.0",
+ "typesPublisherContentHash": "43019f2af91c7a4ca3453c4b806a01c521ca3008ffe1bfefd37c5f9d6135660e",
+ "version": "7.1.1"
+}
diff --git a/node_modules/@types/istanbul-lib-coverage/LICENSE b/node_modules/@types/istanbul-lib-coverage/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/istanbul-lib-coverage/LICENSE
+++ b/node_modules/@types/istanbul-lib-coverage/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/istanbul-lib-coverage/README.md b/node_modules/@types/istanbul-lib-coverage/README.md
index dc9fbbc7..5afb16ed 100644
--- a/node_modules/@types/istanbul-lib-coverage/README.md
+++ b/node_modules/@types/istanbul-lib-coverage/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/istanbul-lib-coverage`
-
-# Summary
-This package contains type definitions for istanbul-lib-coverage ( https://istanbul.js.org ).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-coverage
-
-Additional Details
- * Last updated: Thu, 25 Apr 2019 23:07:43 GMT
- * Dependencies: none
- * Global values: none
-
-# Credits
-These definitions were written by Jason Cheatham , Lorenzo Rapetti .
+# Installation
+> `npm install --save @types/istanbul-lib-coverage`
+
+# Summary
+This package contains type definitions for istanbul-lib-coverage ( https://istanbul.js.org ).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-coverage
+
+Additional Details
+ * Last updated: Thu, 25 Apr 2019 23:07:43 GMT
+ * Dependencies: none
+ * Global values: none
+
+# Credits
+These definitions were written by Jason Cheatham , Lorenzo Rapetti .
diff --git a/node_modules/@types/istanbul-lib-coverage/package.json b/node_modules/@types/istanbul-lib-coverage/package.json
index c6fa42e6..f0b27a76 100644
--- a/node_modules/@types/istanbul-lib-coverage/package.json
+++ b/node_modules/@types/istanbul-lib-coverage/package.json
@@ -1,33 +1,64 @@
{
+ "_args": [
+ [
+ "@types/istanbul-lib-coverage@2.0.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/istanbul-lib-coverage@2.0.1",
+ "_id": "@types/istanbul-lib-coverage@2.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg==",
+ "_location": "/@types/istanbul-lib-coverage",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/istanbul-lib-coverage@2.0.1",
"name": "@types/istanbul-lib-coverage",
- "version": "2.0.1",
- "description": "TypeScript definitions for istanbul-lib-coverage",
- "license": "MIT",
- "contributors": [
- {
- "name": "Jason Cheatham",
- "url": "https://github.com/jason0x43",
- "githubUsername": "jason0x43"
- },
- {
- "name": "Lorenzo Rapetti",
- "url": "https://github.com/loryman",
- "githubUsername": "loryman"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/istanbul-lib-coverage"
+ "escapedName": "@types%2fistanbul-lib-coverage",
+ "scope": "@types",
+ "rawSpec": "2.0.1",
+ "saveSpec": null,
+ "fetchSpec": "2.0.1"
+ },
+ "_requiredBy": [
+ "/@jest/test-result",
+ "/@jest/types",
+ "/@types/istanbul-lib-report",
+ "/@types/istanbul-reports"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz",
+ "_spec": "2.0.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Jason Cheatham",
+ "url": "https://github.com/jason0x43"
},
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "fb2cf9603945473dc60dede8472e884daa070938a01b09aa816ca0cc979213ba",
- "typeScriptVersion": "2.4"
-
-,"_resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz"
-,"_integrity": "sha512-hRJD2ahnnpLgsj6KWMYSrmXkM3rm2Dl1qkx6IOFD5FnuNPXJIG5L0dhgKXCYTRMGzU4n0wImQ/xfmRc4POUFlg=="
-,"_from": "@types/istanbul-lib-coverage@2.0.1"
-}
\ No newline at end of file
+ {
+ "name": "Lorenzo Rapetti",
+ "url": "https://github.com/loryman"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for istanbul-lib-coverage",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/istanbul-lib-coverage",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/istanbul-lib-coverage"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.4",
+ "types": "index",
+ "typesPublisherContentHash": "fb2cf9603945473dc60dede8472e884daa070938a01b09aa816ca0cc979213ba",
+ "version": "2.0.1"
+}
diff --git a/node_modules/@types/istanbul-lib-report/LICENSE b/node_modules/@types/istanbul-lib-report/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/istanbul-lib-report/LICENSE
+++ b/node_modules/@types/istanbul-lib-report/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/istanbul-lib-report/README.md b/node_modules/@types/istanbul-lib-report/README.md
index 77556639..70d7e8c6 100644
--- a/node_modules/@types/istanbul-lib-report/README.md
+++ b/node_modules/@types/istanbul-lib-report/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/istanbul-lib-report`
-
-# Summary
-This package contains type definitions for istanbul-lib-report ( https://istanbul.js.org ).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-report
-
-Additional Details
- * Last updated: Thu, 25 Apr 2019 23:07:44 GMT
- * Dependencies: @types/istanbul-lib-coverage
- * Global values: none
-
-# Credits
-These definitions were written by Jason Cheatham .
+# Installation
+> `npm install --save @types/istanbul-lib-report`
+
+# Summary
+This package contains type definitions for istanbul-lib-report ( https://istanbul.js.org ).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-report
+
+Additional Details
+ * Last updated: Thu, 25 Apr 2019 23:07:44 GMT
+ * Dependencies: @types/istanbul-lib-coverage
+ * Global values: none
+
+# Credits
+These definitions were written by Jason Cheatham .
diff --git a/node_modules/@types/istanbul-lib-report/package.json b/node_modules/@types/istanbul-lib-report/package.json
index 821a21ca..ecd366e6 100644
--- a/node_modules/@types/istanbul-lib-report/package.json
+++ b/node_modules/@types/istanbul-lib-report/package.json
@@ -1,30 +1,59 @@
{
+ "_args": [
+ [
+ "@types/istanbul-lib-report@1.1.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/istanbul-lib-report@1.1.1",
+ "_id": "@types/istanbul-lib-report@1.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg==",
+ "_location": "/@types/istanbul-lib-report",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/istanbul-lib-report@1.1.1",
"name": "@types/istanbul-lib-report",
- "version": "1.1.1",
- "description": "TypeScript definitions for istanbul-lib-report",
- "license": "MIT",
- "contributors": [
- {
- "name": "Jason Cheatham",
- "url": "https://github.com/jason0x43",
- "githubUsername": "jason0x43"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/istanbul-lib-report"
- },
- "scripts": {},
- "dependencies": {
- "@types/istanbul-lib-coverage": "*"
- },
- "typesPublisherContentHash": "64af305d196bdbb3cc44bc664daf0546df5c55bce234d53c29f97d0883da2f32",
- "typeScriptVersion": "2.4"
-
-,"_resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz"
-,"_integrity": "sha512-3BUTyMzbZa2DtDI2BkERNC6jJw2Mr2Y0oGI7mRxYNBPxppbtEK1F66u3bKwU2g+wxwWI7PAoRpJnOY1grJqzHg=="
-,"_from": "@types/istanbul-lib-report@1.1.1"
-}
\ No newline at end of file
+ "escapedName": "@types%2fistanbul-lib-report",
+ "scope": "@types",
+ "rawSpec": "1.1.1",
+ "saveSpec": null,
+ "fetchSpec": "1.1.1"
+ },
+ "_requiredBy": [
+ "/@types/istanbul-reports"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-1.1.1.tgz",
+ "_spec": "1.1.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Jason Cheatham",
+ "url": "https://github.com/jason0x43"
+ }
+ ],
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "*"
+ },
+ "description": "TypeScript definitions for istanbul-lib-report",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/istanbul-lib-report",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/istanbul-lib-report"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.4",
+ "types": "index",
+ "typesPublisherContentHash": "64af305d196bdbb3cc44bc664daf0546df5c55bce234d53c29f97d0883da2f32",
+ "version": "1.1.1"
+}
diff --git a/node_modules/@types/istanbul-reports/LICENSE b/node_modules/@types/istanbul-reports/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/istanbul-reports/LICENSE
+++ b/node_modules/@types/istanbul-reports/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/istanbul-reports/README.md b/node_modules/@types/istanbul-reports/README.md
index fddc1e35..f691afc8 100644
--- a/node_modules/@types/istanbul-reports/README.md
+++ b/node_modules/@types/istanbul-reports/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/istanbul-reports`
-
-# Summary
-This package contains type definitions for istanbul-reports ( https://github.com/istanbuljs/istanbuljs ).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-reports
-
-Additional Details
- * Last updated: Wed, 17 Apr 2019 17:14:08 GMT
- * Dependencies: @types/istanbul-lib-report, @types/istanbul-lib-coverage
- * Global values: none
-
-# Credits
-These definitions were written by Jason Cheatham .
+# Installation
+> `npm install --save @types/istanbul-reports`
+
+# Summary
+This package contains type definitions for istanbul-reports ( https://github.com/istanbuljs/istanbuljs ).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-reports
+
+Additional Details
+ * Last updated: Wed, 17 Apr 2019 17:14:08 GMT
+ * Dependencies: @types/istanbul-lib-report, @types/istanbul-lib-coverage
+ * Global values: none
+
+# Credits
+These definitions were written by Jason Cheatham .
diff --git a/node_modules/@types/istanbul-reports/package.json b/node_modules/@types/istanbul-reports/package.json
index 919545fb..ef368388 100644
--- a/node_modules/@types/istanbul-reports/package.json
+++ b/node_modules/@types/istanbul-reports/package.json
@@ -1,31 +1,60 @@
{
+ "_args": [
+ [
+ "@types/istanbul-reports@1.1.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/istanbul-reports@1.1.1",
+ "_id": "@types/istanbul-reports@1.1.1",
+ "_inBundle": false,
+ "_integrity": "sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA==",
+ "_location": "/@types/istanbul-reports",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/istanbul-reports@1.1.1",
"name": "@types/istanbul-reports",
- "version": "1.1.1",
- "description": "TypeScript definitions for istanbul-reports",
- "license": "MIT",
- "contributors": [
- {
- "name": "Jason Cheatham",
- "url": "https://github.com/jason0x43",
- "githubUsername": "jason0x43"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/istanbul-reports"
- },
- "scripts": {},
- "dependencies": {
- "@types/istanbul-lib-coverage": "*",
- "@types/istanbul-lib-report": "*"
- },
- "typesPublisherContentHash": "48ffb8b28b9f445ebd12c748ea4cf877e1b802bee7fa18c4392b793e84bfce5a",
- "typeScriptVersion": "2.4"
-
-,"_resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz"
-,"_integrity": "sha512-UpYjBi8xefVChsCoBpKShdxTllC9pwISirfoZsUa2AAdQg/Jd2KQGtSbw+ya7GPo7x/wAPlH6JBhKhAsXUEZNA=="
-,"_from": "@types/istanbul-reports@1.1.1"
-}
\ No newline at end of file
+ "escapedName": "@types%2fistanbul-reports",
+ "scope": "@types",
+ "rawSpec": "1.1.1",
+ "saveSpec": null,
+ "fetchSpec": "1.1.1"
+ },
+ "_requiredBy": [
+ "/@jest/types"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-1.1.1.tgz",
+ "_spec": "1.1.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Jason Cheatham",
+ "url": "https://github.com/jason0x43"
+ }
+ ],
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "*",
+ "@types/istanbul-lib-report": "*"
+ },
+ "description": "TypeScript definitions for istanbul-reports",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/istanbul-reports",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/istanbul-reports"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.4",
+ "types": "index",
+ "typesPublisherContentHash": "48ffb8b28b9f445ebd12c748ea4cf877e1b802bee7fa18c4392b793e84bfce5a",
+ "version": "1.1.1"
+}
diff --git a/node_modules/@types/jest-diff/LICENSE b/node_modules/@types/jest-diff/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/jest-diff/LICENSE
+++ b/node_modules/@types/jest-diff/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/jest-diff/README.md b/node_modules/@types/jest-diff/README.md
index 3a05c7de..7b68c307 100644
--- a/node_modules/@types/jest-diff/README.md
+++ b/node_modules/@types/jest-diff/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/jest-diff`
-
-# Summary
-This package contains type definitions for jest-diff ( https://github.com/facebook/jest/tree/master/packages/jest-diff ).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-diff
-
-Additional Details
- * Last updated: Wed, 13 Feb 2019 18:42:15 GMT
- * Dependencies: none
- * Global values: none
-
-# Credits
-These definitions were written by Alex Coles .
+# Installation
+> `npm install --save @types/jest-diff`
+
+# Summary
+This package contains type definitions for jest-diff ( https://github.com/facebook/jest/tree/master/packages/jest-diff ).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-diff
+
+Additional Details
+ * Last updated: Wed, 13 Feb 2019 18:42:15 GMT
+ * Dependencies: none
+ * Global values: none
+
+# Credits
+These definitions were written by Alex Coles .
diff --git a/node_modules/@types/jest-diff/package.json b/node_modules/@types/jest-diff/package.json
index 4ce19c3c..cbb3c7b6 100644
--- a/node_modules/@types/jest-diff/package.json
+++ b/node_modules/@types/jest-diff/package.json
@@ -1,27 +1,56 @@
{
+ "_args": [
+ [
+ "@types/jest-diff@20.0.1",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/jest-diff@20.0.1",
+ "_id": "@types/jest-diff@20.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==",
+ "_location": "/@types/jest-diff",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/jest-diff@20.0.1",
"name": "@types/jest-diff",
- "version": "20.0.1",
- "description": "TypeScript definitions for jest-diff",
- "license": "MIT",
- "contributors": [
- {
- "name": "Alex Coles",
- "url": "https://github.com/myabc",
- "githubUsername": "myabc"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
- },
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "c870fcddd40540a283942f82f668244cf72de020fb0110ae019708cb06b19ce2",
- "typeScriptVersion": "2.2"
-
-,"_resolved": "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz"
-,"_integrity": "sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA=="
-,"_from": "@types/jest-diff@20.0.1"
-}
\ No newline at end of file
+ "escapedName": "@types%2fjest-diff",
+ "scope": "@types",
+ "rawSpec": "20.0.1",
+ "saveSpec": null,
+ "fetchSpec": "20.0.1"
+ },
+ "_requiredBy": [
+ "/@types/jest"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/jest-diff/-/jest-diff-20.0.1.tgz",
+ "_spec": "20.0.1",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Alex Coles",
+ "url": "https://github.com/myabc"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for jest-diff",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/jest-diff",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.2",
+ "types": "index",
+ "typesPublisherContentHash": "c870fcddd40540a283942f82f668244cf72de020fb0110ae019708cb06b19ce2",
+ "version": "20.0.1"
+}
diff --git a/node_modules/@types/jest/LICENSE b/node_modules/@types/jest/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/jest/LICENSE
+++ b/node_modules/@types/jest/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/jest/README.md b/node_modules/@types/jest/README.md
index c8feb6b1..73c6786a 100644
--- a/node_modules/@types/jest/README.md
+++ b/node_modules/@types/jest/README.md
@@ -1,17 +1,17 @@
-# Installation
-> `npm install --save @types/jest`
-
-# Summary
-This package contains type definitions for Jest (https://jestjs.io/).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest
-
-Additional Details
- * Last updated: Mon, 29 Jul 2019 22:58:09 GMT
- * Dependencies: @types/jest-diff
- * Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest
-
-# Credits
+# Installation
+> `npm install --save @types/jest`
+
+# Summary
+This package contains type definitions for Jest (https://jestjs.io/).
+
+# Details
+Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest
+
+Additional Details
+ * Last updated: Mon, 29 Jul 2019 22:58:09 GMT
+ * Dependencies: @types/jest-diff
+ * Global values: afterAll, afterEach, beforeAll, beforeEach, describe, expect, fail, fdescribe, fit, it, jasmine, jest, pending, spyOn, test, xdescribe, xit, xtest
+
+# Credits
These definitions were written by Asana (https://asana.com)
-// Ivo Stratev , jwbay , Alexey Svetliakov , Alex Jover Morales , Allan Lukwago , Ika , Waseem Dahman , Jamie Mason , Douglas Duteil , Ahn , Josh Goldberg , Jeff Lau , Andrew Makarov , Martin Hochel , Sebastian Sebald , Andy , Antoine Brault , Jeroen Claassens , Gregor Stamać , ExE Boss , and Alex Bolenok .
+// Ivo Stratev , jwbay , Alexey Svetliakov , Alex Jover Morales , Allan Lukwago , Ika , Waseem Dahman , Jamie Mason , Douglas Duteil , Ahn , Josh Goldberg , Jeff Lau , Andrew Makarov , Martin Hochel , Sebastian Sebald , Andy , Antoine Brault , Jeroen Claassens , Gregor Stamać , ExE Boss , and Alex Bolenok .
diff --git a/node_modules/@types/jest/package.json b/node_modules/@types/jest/package.json
index 53ce11fd..29ee4669 100644
--- a/node_modules/@types/jest/package.json
+++ b/node_modules/@types/jest/package.json
@@ -1,130 +1,139 @@
{
+ "_args": [
+ [
+ "@types/jest@24.0.16",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/jest@24.0.16",
+ "_id": "@types/jest@24.0.16",
+ "_inBundle": false,
+ "_integrity": "sha512-JrAiyV+PPGKZzw6uxbI761cHZ0G7QMOHXPhtSpcl08rZH6CswXaaejckn3goFKmF7M3nzEoJ0lwYCbqLMmjziQ==",
+ "_location": "/@types/jest",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/jest@24.0.16",
"name": "@types/jest",
- "version": "24.0.16",
- "description": "TypeScript definitions for Jest",
- "license": "MIT",
- "contributors": [
- {
- "name": "Asana (https://asana.com)\n// Ivo Stratev",
- "url": "https://github.com/NoHomey",
- "githubUsername": "NoHomey"
- },
- {
- "name": "jwbay",
- "url": "https://github.com/jwbay",
- "githubUsername": "jwbay"
- },
- {
- "name": "Alexey Svetliakov",
- "url": "https://github.com/asvetliakov",
- "githubUsername": "asvetliakov"
- },
- {
- "name": "Alex Jover Morales",
- "url": "https://github.com/alexjoverm",
- "githubUsername": "alexjoverm"
- },
- {
- "name": "Allan Lukwago",
- "url": "https://github.com/epicallan",
- "githubUsername": "epicallan"
- },
- {
- "name": "Ika",
- "url": "https://github.com/ikatyang",
- "githubUsername": "ikatyang"
- },
- {
- "name": "Waseem Dahman",
- "url": "https://github.com/wsmd",
- "githubUsername": "wsmd"
- },
- {
- "name": "Jamie Mason",
- "url": "https://github.com/JamieMason",
- "githubUsername": "JamieMason"
- },
- {
- "name": "Douglas Duteil",
- "url": "https://github.com/douglasduteil",
- "githubUsername": "douglasduteil"
- },
- {
- "name": "Ahn",
- "url": "https://github.com/ahnpnl",
- "githubUsername": "ahnpnl"
- },
- {
- "name": "Josh Goldberg",
- "url": "https://github.com/joshuakgoldberg",
- "githubUsername": "joshuakgoldberg"
- },
- {
- "name": "Jeff Lau",
- "url": "https://github.com/UselessPickles",
- "githubUsername": "UselessPickles"
- },
- {
- "name": "Andrew Makarov",
- "url": "https://github.com/r3nya",
- "githubUsername": "r3nya"
- },
- {
- "name": "Martin Hochel",
- "url": "https://github.com/hotell",
- "githubUsername": "hotell"
- },
- {
- "name": "Sebastian Sebald",
- "url": "https://github.com/sebald",
- "githubUsername": "sebald"
- },
- {
- "name": "Andy",
- "url": "https://github.com/andys8",
- "githubUsername": "andys8"
- },
- {
- "name": "Antoine Brault",
- "url": "https://github.com/antoinebrault",
- "githubUsername": "antoinebrault"
- },
- {
- "name": "Jeroen Claassens",
- "url": "https://github.com/favna",
- "githubUsername": "favna"
- },
- {
- "name": "Gregor Stamać",
- "url": "https://github.com/gstamac",
- "githubUsername": "gstamac"
- },
- {
- "name": "ExE Boss",
- "url": "https://github.com/ExE-Boss",
- "githubUsername": "ExE-Boss"
- },
- {
- "name": "Alex Bolenok",
- "url": "https://github.com/quassnoi",
- "githubUsername": "quassnoi"
- }
- ],
- "main": "",
- "types": "index",
- "repository": {
- "type": "git",
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
- "directory": "types/jest"
- },
- "scripts": {},
- "dependencies": {
- "@types/jest-diff": "*"
- },
- "typesPublisherContentHash": "ea53461cb3b33ad8bb114a96b0bea8c792ff624c76adbdce52dc4e706559a405",
- "typeScriptVersion": "3.0"
-
-,"_resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.16.tgz"
-,"_integrity": "sha512-JrAiyV+PPGKZzw6uxbI761cHZ0G7QMOHXPhtSpcl08rZH6CswXaaejckn3goFKmF7M3nzEoJ0lwYCbqLMmjziQ=="
-,"_from": "@types/jest@24.0.16"
-}
\ No newline at end of file
+ "escapedName": "@types%2fjest",
+ "scope": "@types",
+ "rawSpec": "24.0.16",
+ "saveSpec": null,
+ "fetchSpec": "24.0.16"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.16.tgz",
+ "_spec": "24.0.16",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "Asana",
+ "url": "https://asana.com"
+ },
+ {
+ "name": "jwbay",
+ "url": "https://github.com/jwbay"
+ },
+ {
+ "name": "Alexey Svetliakov",
+ "url": "https://github.com/asvetliakov"
+ },
+ {
+ "name": "Alex Jover Morales",
+ "url": "https://github.com/alexjoverm"
+ },
+ {
+ "name": "Allan Lukwago",
+ "url": "https://github.com/epicallan"
+ },
+ {
+ "name": "Ika",
+ "url": "https://github.com/ikatyang"
+ },
+ {
+ "name": "Waseem Dahman",
+ "url": "https://github.com/wsmd"
+ },
+ {
+ "name": "Jamie Mason",
+ "url": "https://github.com/JamieMason"
+ },
+ {
+ "name": "Douglas Duteil",
+ "url": "https://github.com/douglasduteil"
+ },
+ {
+ "name": "Ahn",
+ "url": "https://github.com/ahnpnl"
+ },
+ {
+ "name": "Josh Goldberg",
+ "url": "https://github.com/joshuakgoldberg"
+ },
+ {
+ "name": "Jeff Lau",
+ "url": "https://github.com/UselessPickles"
+ },
+ {
+ "name": "Andrew Makarov",
+ "url": "https://github.com/r3nya"
+ },
+ {
+ "name": "Martin Hochel",
+ "url": "https://github.com/hotell"
+ },
+ {
+ "name": "Sebastian Sebald",
+ "url": "https://github.com/sebald"
+ },
+ {
+ "name": "Andy",
+ "url": "https://github.com/andys8"
+ },
+ {
+ "name": "Antoine Brault",
+ "url": "https://github.com/antoinebrault"
+ },
+ {
+ "name": "Jeroen Claassens",
+ "url": "https://github.com/favna"
+ },
+ {
+ "name": "Gregor Stamać",
+ "url": "https://github.com/gstamac"
+ },
+ {
+ "name": "ExE Boss",
+ "url": "https://github.com/ExE-Boss"
+ },
+ {
+ "name": "Alex Bolenok",
+ "url": "https://github.com/quassnoi"
+ }
+ ],
+ "dependencies": {
+ "@types/jest-diff": "*"
+ },
+ "description": "TypeScript definitions for Jest",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/jest",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
+ "directory": "types/jest"
+ },
+ "scripts": {},
+ "typeScriptVersion": "3.0",
+ "types": "index",
+ "typesPublisherContentHash": "ea53461cb3b33ad8bb114a96b0bea8c792ff624c76adbdce52dc4e706559a405",
+ "version": "24.0.16"
+}
diff --git a/node_modules/@types/minimatch/README.md b/node_modules/@types/minimatch/README.md
index 00dc2306..6c7fedb5 100644
--- a/node_modules/@types/minimatch/README.md
+++ b/node_modules/@types/minimatch/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/minimatch`
-
-# Summary
-This package contains type definitions for Minimatch (https://github.com/isaacs/minimatch).
-
-# Details
-Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimatch
-
-Additional Details
- * Last updated: Thu, 04 Jan 2018 23:26:01 GMT
- * Dependencies: none
- * Global values: none
-
-# Credits
-These definitions were written by vvakame , Shant Marouti .
+# Installation
+> `npm install --save @types/minimatch`
+
+# Summary
+This package contains type definitions for Minimatch (https://github.com/isaacs/minimatch).
+
+# Details
+Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimatch
+
+Additional Details
+ * Last updated: Thu, 04 Jan 2018 23:26:01 GMT
+ * Dependencies: none
+ * Global values: none
+
+# Credits
+These definitions were written by vvakame , Shant Marouti .
diff --git a/node_modules/@types/minimatch/package.json b/node_modules/@types/minimatch/package.json
index 2ffb9f1c..75130030 100644
--- a/node_modules/@types/minimatch/package.json
+++ b/node_modules/@types/minimatch/package.json
@@ -1,31 +1,59 @@
{
+ "_args": [
+ [
+ "@types/minimatch@3.0.3",
+ "/home/alaneos777/github-actions/mysql"
+ ]
+ ],
+ "_development": true,
+ "_from": "@types/minimatch@3.0.3",
+ "_id": "@types/minimatch@3.0.3",
+ "_inBundle": false,
+ "_integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==",
+ "_location": "/@types/minimatch",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "@types/minimatch@3.0.3",
"name": "@types/minimatch",
- "version": "3.0.3",
- "description": "TypeScript definitions for Minimatch",
- "license": "MIT",
- "contributors": [
- {
- "name": "vvakame",
- "url": "https://github.com/vvakame",
- "githubUsername": "vvakame"
- },
- {
- "name": "Shant Marouti",
- "url": "https://github.com/shantmarouti",
- "githubUsername": "shantmarouti"
- }
- ],
- "main": "",
- "repository": {
- "type": "git",
- "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
+ "escapedName": "@types%2fminimatch",
+ "scope": "@types",
+ "rawSpec": "3.0.3",
+ "saveSpec": null,
+ "fetchSpec": "3.0.3"
+ },
+ "_requiredBy": [
+ "/@types/glob"
+ ],
+ "_resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",
+ "_spec": "3.0.3",
+ "_where": "/home/alaneos777/github-actions/mysql",
+ "bugs": {
+ "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
+ },
+ "contributors": [
+ {
+ "name": "vvakame",
+ "url": "https://github.com/vvakame"
},
- "scripts": {},
- "dependencies": {},
- "typesPublisherContentHash": "e768e36348874adcc93ac67e9c3c7b5fcbd39079c0610ec16e410b8f851308d1",
- "typeScriptVersion": "2.0"
-
-,"_resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz"
-,"_integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA=="
-,"_from": "@types/minimatch@3.0.3"
-}
\ No newline at end of file
+ {
+ "name": "Shant Marouti",
+ "url": "https://github.com/shantmarouti"
+ }
+ ],
+ "dependencies": {},
+ "description": "TypeScript definitions for Minimatch",
+ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
+ "license": "MIT",
+ "main": "",
+ "name": "@types/minimatch",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
+ },
+ "scripts": {},
+ "typeScriptVersion": "2.0",
+ "typesPublisherContentHash": "e768e36348874adcc93ac67e9c3c7b5fcbd39079c0610ec16e410b8f851308d1",
+ "version": "3.0.3"
+}
diff --git a/node_modules/@types/node/LICENSE b/node_modules/@types/node/LICENSE
index 21071075..4b1ad51b 100644
--- a/node_modules/@types/node/LICENSE
+++ b/node_modules/@types/node/LICENSE
@@ -1,21 +1,21 @@
- MIT License
-
- Copyright (c) Microsoft Corporation. All rights reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE
+ MIT License
+
+ Copyright (c) Microsoft Corporation. All rights reserved.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/node_modules/@types/node/README.md b/node_modules/@types/node/README.md
index e0ce3da6..877ca88f 100644
--- a/node_modules/@types/node/README.md
+++ b/node_modules/@types/node/README.md
@@ -1,16 +1,16 @@
-# Installation
-> `npm install --save @types/node`
-
-# Summary
-This package contains type definitions for Node.js (http://nodejs.org/).
-
-# Details
-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
-
-Additional Details
- * Last updated: Thu, 01 Aug 2019 19:43:21 GMT
- * Dependencies: none
- * Global values: Buffer, NodeJS, Symbol, __dirname, __filename, clearImmediate, clearInterval, clearTimeout, console, exports, global, module, process, queueMicrotask, require, setImmediate, setInterval, setTimeout
-
-# Credits
-These definitions were written by Microsoft TypeScript , DefinitelyTyped , Alberto Schiabel , Alexander T. , Alvis HT Tang , Andrew Makarov , Benjamin Toueg , Bruno Scheufler , Chigozirim C. , Christian Vaagland Tellnes , David Junger , Deividas Bakanas , Eugene Y. Q. Shen , Flarna , Hannes Magnusson , Hoà ng Văn Khải , Huw , Kelvin Jin , Klaus Meinhardt , Lishude , Mariusz Wiktorczyk , Matthieu Sieben , Mohsen Azimi