diff --git a/node_modules/.bin/asar b/node_modules/.bin/asar index 9b8b67af..8dd306f5 120000 --- a/node_modules/.bin/asar +++ b/node_modules/.bin/asar @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../asar/bin/asar.js" "$@" - ret=$? -else - node "$basedir/../asar/bin/asar.js" "$@" - ret=$? -fi -exit $ret +../asar/bin/asar.js \ No newline at end of file diff --git a/node_modules/.bin/asar.cmd b/node_modules/.bin/asar.cmd deleted file mode 100644 index 1940faed..00000000 --- a/node_modules/.bin/asar.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\asar\bin\asar.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\asar\bin\asar.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/decompress-zip b/node_modules/.bin/decompress-zip index 45a90945..83255291 120000 --- a/node_modules/.bin/decompress-zip +++ b/node_modules/.bin/decompress-zip @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../decompress-zip/bin/decompress-zip" "$@" - ret=$? -else - node "$basedir/../decompress-zip/bin/decompress-zip" "$@" - ret=$? -fi -exit $ret +../decompress-zip/bin/decompress-zip \ No newline at end of file diff --git a/node_modules/.bin/decompress-zip.cmd b/node_modules/.bin/decompress-zip.cmd deleted file mode 100644 index c61d0453..00000000 --- a/node_modules/.bin/decompress-zip.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\decompress-zip\bin\decompress-zip" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\decompress-zip\bin\decompress-zip" %* -) \ No newline at end of file diff --git a/node_modules/.bin/electron-download b/node_modules/.bin/electron-download index c9ccae8e..bfc798a8 120000 --- a/node_modules/.bin/electron-download +++ b/node_modules/.bin/electron-download @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../electron-download/lib/cli.js" "$@" - ret=$? -else - node "$basedir/../electron-download/lib/cli.js" "$@" - ret=$? -fi -exit $ret +../electron-download/lib/cli.js \ No newline at end of file diff --git a/node_modules/.bin/electron-download.cmd b/node_modules/.bin/electron-download.cmd deleted file mode 100644 index 5d474028..00000000 --- a/node_modules/.bin/electron-download.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\electron-download\lib\cli.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\electron-download\lib\cli.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/electron-osx-flat b/node_modules/.bin/electron-osx-flat index bda89d67..04410529 120000 --- a/node_modules/.bin/electron-osx-flat +++ b/node_modules/.bin/electron-osx-flat @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../electron-osx-sign/bin/electron-osx-flat.js" "$@" - ret=$? -else - node "$basedir/../electron-osx-sign/bin/electron-osx-flat.js" "$@" - ret=$? -fi -exit $ret +../electron-osx-sign/bin/electron-osx-flat.js \ No newline at end of file diff --git a/node_modules/.bin/electron-osx-flat.cmd b/node_modules/.bin/electron-osx-flat.cmd deleted file mode 100644 index a4d4c811..00000000 --- a/node_modules/.bin/electron-osx-flat.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\electron-osx-sign\bin\electron-osx-flat.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\electron-osx-sign\bin\electron-osx-flat.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/electron-osx-sign b/node_modules/.bin/electron-osx-sign index 38f7949e..a25868ff 120000 --- a/node_modules/.bin/electron-osx-sign +++ b/node_modules/.bin/electron-osx-sign @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../electron-osx-sign/bin/electron-osx-sign.js" "$@" - ret=$? -else - node "$basedir/../electron-osx-sign/bin/electron-osx-sign.js" "$@" - ret=$? -fi -exit $ret +../electron-osx-sign/bin/electron-osx-sign.js \ No newline at end of file diff --git a/node_modules/.bin/electron-osx-sign.cmd b/node_modules/.bin/electron-osx-sign.cmd deleted file mode 100644 index 0273fbd7..00000000 --- a/node_modules/.bin/electron-osx-sign.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\electron-osx-sign\bin\electron-osx-sign.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\electron-osx-sign\bin\electron-osx-sign.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/electron-packager b/node_modules/.bin/electron-packager index e3dc46d3..837040a3 120000 --- a/node_modules/.bin/electron-packager +++ b/node_modules/.bin/electron-packager @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../electron-packager/cli.js" "$@" - ret=$? -else - node "$basedir/../electron-packager/cli.js" "$@" - ret=$? -fi -exit $ret +../electron-packager/cli.js \ No newline at end of file diff --git a/node_modules/.bin/electron-packager.cmd b/node_modules/.bin/electron-packager.cmd deleted file mode 100644 index c8657fff..00000000 --- a/node_modules/.bin/electron-packager.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\electron-packager\cli.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\electron-packager\cli.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/extract-zip b/node_modules/.bin/extract-zip index 401e9144..af9b5611 120000 --- a/node_modules/.bin/extract-zip +++ b/node_modules/.bin/extract-zip @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../extract-zip/cli.js" "$@" - ret=$? -else - node "$basedir/../extract-zip/cli.js" "$@" - ret=$? -fi -exit $ret +../extract-zip/cli.js \ No newline at end of file diff --git a/node_modules/.bin/extract-zip.cmd b/node_modules/.bin/extract-zip.cmd deleted file mode 100644 index 87bf4a11..00000000 --- a/node_modules/.bin/extract-zip.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\extract-zip\cli.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\extract-zip\cli.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/mkdirp b/node_modules/.bin/mkdirp index 4b004672..017896ce 120000 --- a/node_modules/.bin/mkdirp +++ b/node_modules/.bin/mkdirp @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) 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 +../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 0d2cdd7c..00000000 --- a/node_modules/.bin/mkdirp.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\mkdirp\bin\cmd.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\mkdirp\bin\cmd.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/nopt b/node_modules/.bin/nopt index 714334ea..6b6566ea 120000 --- a/node_modules/.bin/nopt +++ b/node_modules/.bin/nopt @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" - ret=$? -else - node "$basedir/../nopt/bin/nopt.js" "$@" - ret=$? -fi -exit $ret +../nopt/bin/nopt.js \ No newline at end of file diff --git a/node_modules/.bin/nopt.cmd b/node_modules/.bin/nopt.cmd deleted file mode 100644 index 1626454b..00000000 --- a/node_modules/.bin/nopt.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\nopt\bin\nopt.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\nopt\bin\nopt.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/nugget b/node_modules/.bin/nugget index a74d7b72..eccbe4c5 120000 --- a/node_modules/.bin/nugget +++ b/node_modules/.bin/nugget @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../nugget/bin.js" "$@" - ret=$? -else - node "$basedir/../nugget/bin.js" "$@" - ret=$? -fi -exit $ret +../nugget/bin.js \ No newline at end of file diff --git a/node_modules/.bin/nugget.cmd b/node_modules/.bin/nugget.cmd deleted file mode 100644 index f2cc3e83..00000000 --- a/node_modules/.bin/nugget.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\nugget\bin.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\nugget\bin.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/pretty-bytes b/node_modules/.bin/pretty-bytes index a3d1320e..d1d4ed68 120000 --- a/node_modules/.bin/pretty-bytes +++ b/node_modules/.bin/pretty-bytes @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../pretty-bytes/cli.js" "$@" - ret=$? -else - node "$basedir/../pretty-bytes/cli.js" "$@" - ret=$? -fi -exit $ret +../pretty-bytes/cli.js \ No newline at end of file diff --git a/node_modules/.bin/pretty-bytes.cmd b/node_modules/.bin/pretty-bytes.cmd deleted file mode 100644 index f91d69b3..00000000 --- a/node_modules/.bin/pretty-bytes.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\pretty-bytes\cli.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\pretty-bytes\cli.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/rc b/node_modules/.bin/rc index eb559316..48b3cda7 120000 --- a/node_modules/.bin/rc +++ b/node_modules/.bin/rc @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../rc/cli.js" "$@" - ret=$? -else - node "$basedir/../rc/cli.js" "$@" - ret=$? -fi -exit $ret +../rc/cli.js \ No newline at end of file diff --git a/node_modules/.bin/rc.cmd b/node_modules/.bin/rc.cmd deleted file mode 100644 index b1c891e4..00000000 --- a/node_modules/.bin/rc.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\rc\cli.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\rc\cli.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/rimraf b/node_modules/.bin/rimraf index 3cebd6e8..4cd49a49 120000 --- a/node_modules/.bin/rimraf +++ b/node_modules/.bin/rimraf @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) 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 +../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 9333ec64..00000000 --- a/node_modules/.bin/rimraf.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\rimraf\bin.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\rimraf\bin.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver index d592e693..317eb293 120000 --- a/node_modules/.bin/semver +++ b/node_modules/.bin/semver @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) 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 +../semver/bin/semver \ 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 37c00a46..00000000 --- a/node_modules/.bin/semver.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\semver\bin\semver" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\semver\bin\semver" %* -) \ No newline at end of file diff --git a/node_modules/.bin/sshpk-conv b/node_modules/.bin/sshpk-conv index c9c2987e..a2a295c8 120000 --- a/node_modules/.bin/sshpk-conv +++ b/node_modules/.bin/sshpk-conv @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) 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 +../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 dde70b02..00000000 --- a/node_modules/.bin/sshpk-conv.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-conv" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\sshpk\bin\sshpk-conv" %* -) \ No newline at end of file diff --git a/node_modules/.bin/sshpk-sign b/node_modules/.bin/sshpk-sign index 1a921248..766b9b3a 120000 --- a/node_modules/.bin/sshpk-sign +++ b/node_modules/.bin/sshpk-sign @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) 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 +../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 45025ec1..00000000 --- a/node_modules/.bin/sshpk-sign.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-sign" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\sshpk\bin\sshpk-sign" %* -) \ No newline at end of file diff --git a/node_modules/.bin/sshpk-verify b/node_modules/.bin/sshpk-verify index 597a66b8..bfd7e3ad 120000 --- a/node_modules/.bin/sshpk-verify +++ b/node_modules/.bin/sshpk-verify @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) 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 +../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 1b5fc0c1..00000000 --- a/node_modules/.bin/sshpk-verify.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\sshpk\bin\sshpk-verify" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\sshpk\bin\sshpk-verify" %* -) \ No newline at end of file diff --git a/node_modules/.bin/strip-indent b/node_modules/.bin/strip-indent index dbb5259e..dddee7eb 120000 --- a/node_modules/.bin/strip-indent +++ b/node_modules/.bin/strip-indent @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../strip-indent/cli.js" "$@" - ret=$? -else - node "$basedir/../strip-indent/cli.js" "$@" - ret=$? -fi -exit $ret +../strip-indent/cli.js \ No newline at end of file diff --git a/node_modules/.bin/strip-indent.cmd b/node_modules/.bin/strip-indent.cmd deleted file mode 100644 index 8f675e8a..00000000 --- a/node_modules/.bin/strip-indent.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\strip-indent\cli.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\strip-indent\cli.js" %* -) \ No newline at end of file diff --git a/node_modules/.bin/uuid b/node_modules/.bin/uuid index f3bfcf46..b3e45bc5 120000 --- a/node_modules/.bin/uuid +++ b/node_modules/.bin/uuid @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) 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 +../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 da52d68a..00000000 --- a/node_modules/.bin/uuid.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\uuid\bin\uuid" %* -) \ No newline at end of file diff --git a/node_modules/abbrev/package.json b/node_modules/abbrev/package.json index 8a94f2b3..e98e08ec 100644 --- a/node_modules/abbrev/package.json +++ b/node_modules/abbrev/package.json @@ -2,7 +2,7 @@ "_args": [ [ "abbrev@1.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "_spec": "1.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me" diff --git a/node_modules/ajv/package.json b/node_modules/ajv/package.json index ecd82fd5..7aeef265 100644 --- a/node_modules/ajv/package.json +++ b/node_modules/ajv/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ajv@5.5.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", "_spec": "5.5.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Evgeny Poberezkin" }, diff --git a/node_modules/ansi-regex/package.json b/node_modules/ansi-regex/package.json index 48a71dd6..04924f82 100644 --- a/node_modules/ansi-regex/package.json +++ b/node_modules/ansi-regex/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ansi-regex@2.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "_spec": "2.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/array-find-index/package.json b/node_modules/array-find-index/package.json index 4f7312a0..cca985e0 100644 --- a/node_modules/array-find-index/package.json +++ b/node_modules/array-find-index/package.json @@ -2,7 +2,7 @@ "_args": [ [ "array-find-index@1.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", "_spec": "1.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/asar/package.json b/node_modules/asar/package.json index 9e1e24d1..45f210a3 100644 --- a/node_modules/asar/package.json +++ b/node_modules/asar/package.json @@ -2,7 +2,7 @@ "_args": [ [ "asar@0.14.5", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/asar/-/asar-0.14.5.tgz", "_spec": "0.14.5", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bin": { "asar": "./bin/asar.js" }, diff --git a/node_modules/asn1/package.json b/node_modules/asn1/package.json index 68383d37..424c8ab2 100644 --- a/node_modules/asn1/package.json +++ b/node_modules/asn1/package.json @@ -2,7 +2,7 @@ "_args": [ [ "asn1@0.2.4", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", "_spec": "0.2.4", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Joyent", "url": "joyent.com" diff --git a/node_modules/assert-plus/package.json b/node_modules/assert-plus/package.json index 3018eb3b..47765048 100644 --- a/node_modules/assert-plus/package.json +++ b/node_modules/assert-plus/package.json @@ -2,7 +2,7 @@ "_args": [ [ "assert-plus@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -32,7 +32,7 @@ ], "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mark Cavage", "email": "mcavage@gmail.com" diff --git a/node_modules/asynckit/package.json b/node_modules/asynckit/package.json index de746828..711ffcae 100644 --- a/node_modules/asynckit/package.json +++ b/node_modules/asynckit/package.json @@ -2,7 +2,7 @@ "_args": [ [ "asynckit@0.4.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "_spec": "0.4.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Alex Indigo", "email": "iam@alexindigo.com" diff --git a/node_modules/author-regex/package.json b/node_modules/author-regex/package.json index f9ff9913..57f16ac2 100644 --- a/node_modules/author-regex/package.json +++ b/node_modules/author-regex/package.json @@ -2,7 +2,7 @@ "_args": [ [ "author-regex@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/author-regex/-/author-regex-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" diff --git a/node_modules/aws-sign2/package.json b/node_modules/aws-sign2/package.json index 1a4acf9e..d69599dc 100644 --- a/node_modules/aws-sign2/package.json +++ b/node_modules/aws-sign2/package.json @@ -2,7 +2,7 @@ "_args": [ [ "aws-sign2@0.7.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "_spec": "0.7.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com", diff --git a/node_modules/aws4/package.json b/node_modules/aws4/package.json index 03fec297..8aaecc7c 100644 --- a/node_modules/aws4/package.json +++ b/node_modules/aws4/package.json @@ -2,7 +2,7 @@ "_args": [ [ "aws4@1.8.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", "_spec": "1.8.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Michael Hart", "email": "michael.hart.au@gmail.com", diff --git a/node_modules/balanced-match/package.json b/node_modules/balanced-match/package.json index 03456de1..e44dc0b5 100644 --- a/node_modules/balanced-match/package.json +++ b/node_modules/balanced-match/package.json @@ -2,7 +2,7 @@ "_args": [ [ "balanced-match@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Julian Gruber", "email": "mail@juliangruber.com", diff --git a/node_modules/base64-js/package.json b/node_modules/base64-js/package.json index 38a8849f..5dd86154 100644 --- a/node_modules/base64-js/package.json +++ b/node_modules/base64-js/package.json @@ -2,7 +2,7 @@ "_args": [ [ "base64-js@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "T. Jameson Little", "email": "t.jameson.little@gmail.com" diff --git a/node_modules/bcrypt-pbkdf/package.json b/node_modules/bcrypt-pbkdf/package.json index 04b8a426..63869525 100644 --- a/node_modules/bcrypt-pbkdf/package.json +++ b/node_modules/bcrypt-pbkdf/package.json @@ -2,7 +2,7 @@ "_args": [ [ "bcrypt-pbkdf@1.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "_spec": "1.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues" }, diff --git a/node_modules/binary/package.json b/node_modules/binary/package.json index cde23a16..41c8f73c 100644 --- a/node_modules/binary/package.json +++ b/node_modules/binary/package.json @@ -2,7 +2,7 @@ "_args": [ [ "binary@0.3.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz", "_spec": "0.3.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/bluebird/package.json b/node_modules/bluebird/package.json index 5802d044..3c0cbf79 100644 --- a/node_modules/bluebird/package.json +++ b/node_modules/bluebird/package.json @@ -2,7 +2,7 @@ "_args": [ [ "bluebird@3.5.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.2.tgz", "_spec": "3.5.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Petka Antonov", "email": "petka_antonov@hotmail.com", diff --git a/node_modules/brace-expansion/package.json b/node_modules/brace-expansion/package.json index 3686942a..2ce17c1e 100644 --- a/node_modules/brace-expansion/package.json +++ b/node_modules/brace-expansion/package.json @@ -2,7 +2,7 @@ "_args": [ [ "brace-expansion@1.1.11", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "_spec": "1.1.11", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Julian Gruber", "email": "mail@juliangruber.com", diff --git a/node_modules/buffer-alloc-unsafe/package.json b/node_modules/buffer-alloc-unsafe/package.json index 69aca8f0..89a08df9 100644 --- a/node_modules/buffer-alloc-unsafe/package.json +++ b/node_modules/buffer-alloc-unsafe/package.json @@ -2,7 +2,7 @@ "_args": [ [ "buffer-alloc-unsafe@1.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", "_spec": "1.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/LinusU/buffer-alloc-unsafe/issues" }, diff --git a/node_modules/buffer-alloc/package.json b/node_modules/buffer-alloc/package.json index 7eaa3b09..588d348b 100644 --- a/node_modules/buffer-alloc/package.json +++ b/node_modules/buffer-alloc/package.json @@ -2,7 +2,7 @@ "_args": [ [ "buffer-alloc@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/LinusU/buffer-alloc/issues" }, diff --git a/node_modules/buffer-fill/package.json b/node_modules/buffer-fill/package.json index 10741b54..8255d565 100644 --- a/node_modules/buffer-fill/package.json +++ b/node_modules/buffer-fill/package.json @@ -2,7 +2,7 @@ "_args": [ [ "buffer-fill@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/LinusU/buffer-fill/issues" }, diff --git a/node_modules/buffer-from/package.json b/node_modules/buffer-from/package.json index bb9c6b28..1bad7aaf 100644 --- a/node_modules/buffer-from/package.json +++ b/node_modules/buffer-from/package.json @@ -2,7 +2,7 @@ "_args": [ [ "buffer-from@1.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", "_spec": "1.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/LinusU/buffer-from/issues" }, diff --git a/node_modules/buffers/package.json b/node_modules/buffers/package.json index 99b98a92..4e4dffac 100644 --- a/node_modules/buffers/package.json +++ b/node_modules/buffers/package.json @@ -2,7 +2,7 @@ "_args": [ [ "buffers@0.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz", "_spec": "0.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/builtin-modules/package.json b/node_modules/builtin-modules/package.json index 3c425514..7b65bee1 100644 --- a/node_modules/builtin-modules/package.json +++ b/node_modules/builtin-modules/package.json @@ -2,7 +2,7 @@ "_args": [ [ "builtin-modules@1.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", "_spec": "1.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/camelcase-keys/package.json b/node_modules/camelcase-keys/package.json index 012cdfd2..c37a1cfb 100644 --- a/node_modules/camelcase-keys/package.json +++ b/node_modules/camelcase-keys/package.json @@ -2,7 +2,7 @@ "_args": [ [ "camelcase-keys@2.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", "_spec": "2.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/camelcase/package.json b/node_modules/camelcase/package.json index 57d88a86..5c700bf8 100644 --- a/node_modules/camelcase/package.json +++ b/node_modules/camelcase/package.json @@ -2,7 +2,7 @@ "_args": [ [ "camelcase@2.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", "_spec": "2.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/caseless/package.json b/node_modules/caseless/package.json index 4bbe6171..b0f06ad4 100644 --- a/node_modules/caseless/package.json +++ b/node_modules/caseless/package.json @@ -2,7 +2,7 @@ "_args": [ [ "caseless@0.12.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "_spec": "0.12.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" diff --git a/node_modules/chainsaw/package.json b/node_modules/chainsaw/package.json index 08b0db97..552e3fa9 100644 --- a/node_modules/chainsaw/package.json +++ b/node_modules/chainsaw/package.json @@ -2,7 +2,7 @@ "_args": [ [ "chainsaw@0.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/chainsaw/-/chainsaw-0.1.0.tgz", "_spec": "0.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/chromium-pickle-js/package.json b/node_modules/chromium-pickle-js/package.json index c1a8c3e0..c657efd3 100644 --- a/node_modules/chromium-pickle-js/package.json +++ b/node_modules/chromium-pickle-js/package.json @@ -2,7 +2,7 @@ "_args": [ [ "chromium-pickle-js@0.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/chromium-pickle-js/-/chromium-pickle-js-0.2.0.tgz", "_spec": "0.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/electron/node-chromium-pickle-js/issues" }, diff --git a/node_modules/co/package.json b/node_modules/co/package.json index 12b4e462..a7c23890 100644 --- a/node_modules/co/package.json +++ b/node_modules/co/package.json @@ -2,7 +2,7 @@ "_args": [ [ "co@4.6.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", "_spec": "4.6.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/tj/co/issues" }, diff --git a/node_modules/code-point-at/package.json b/node_modules/code-point-at/package.json index 33949a70..183cb881 100644 --- a/node_modules/code-point-at/package.json +++ b/node_modules/code-point-at/package.json @@ -2,7 +2,7 @@ "_args": [ [ "code-point-at@1.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", "_spec": "1.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/combined-stream/package.json b/node_modules/combined-stream/package.json index 81151a33..07129259 100644 --- a/node_modules/combined-stream/package.json +++ b/node_modules/combined-stream/package.json @@ -2,7 +2,7 @@ "_args": [ [ "combined-stream@1.0.7", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz", "_spec": "1.0.7", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Felix Geisendörfer", "email": "felix@debuggable.com", diff --git a/node_modules/commander/package.json b/node_modules/commander/package.json index de55c24a..c2a85624 100644 --- a/node_modules/commander/package.json +++ b/node_modules/commander/package.json @@ -2,7 +2,7 @@ "_args": [ [ "commander@2.19.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz", "_spec": "2.19.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" diff --git a/node_modules/compare-version/package.json b/node_modules/compare-version/package.json index 3cb21c24..c25e2c0a 100644 --- a/node_modules/compare-version/package.json +++ b/node_modules/compare-version/package.json @@ -2,7 +2,7 @@ "_args": [ [ "compare-version@0.1.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/compare-version/-/compare-version-0.1.2.tgz", "_spec": "0.1.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", diff --git a/node_modules/concat-map/package.json b/node_modules/concat-map/package.json index 2ea79f78..9bf75845 100644 --- a/node_modules/concat-map/package.json +++ b/node_modules/concat-map/package.json @@ -2,7 +2,7 @@ "_args": [ [ "concat-map@0.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "_spec": "0.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/concat-stream/node_modules/isarray/package.json b/node_modules/concat-stream/node_modules/isarray/package.json index 97de0220..eb9e8b82 100644 --- a/node_modules/concat-stream/node_modules/isarray/package.json +++ b/node_modules/concat-stream/node_modules/isarray/package.json @@ -2,7 +2,7 @@ "_args": [ [ "isarray@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Julian Gruber", "email": "mail@juliangruber.com", diff --git a/node_modules/concat-stream/node_modules/readable-stream/package.json b/node_modules/concat-stream/node_modules/readable-stream/package.json index 3ee6826f..9a9d4d84 100644 --- a/node_modules/concat-stream/node_modules/readable-stream/package.json +++ b/node_modules/concat-stream/node_modules/readable-stream/package.json @@ -2,7 +2,7 @@ "_args": [ [ "readable-stream@2.3.6", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "_spec": "2.3.6", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "browser": { "util": false, "./readable.js": "./readable-browser.js", diff --git a/node_modules/concat-stream/node_modules/string_decoder/package.json b/node_modules/concat-stream/node_modules/string_decoder/package.json index 6990e09a..84ecb17b 100644 --- a/node_modules/concat-stream/node_modules/string_decoder/package.json +++ b/node_modules/concat-stream/node_modules/string_decoder/package.json @@ -2,7 +2,7 @@ "_args": [ [ "string_decoder@1.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "_spec": "1.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/nodejs/string_decoder/issues" }, diff --git a/node_modules/concat-stream/package.json b/node_modules/concat-stream/package.json index abc91aaa..9f4fb62e 100644 --- a/node_modules/concat-stream/package.json +++ b/node_modules/concat-stream/package.json @@ -2,7 +2,7 @@ "_args": [ [ "concat-stream@1.6.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -33,7 +33,7 @@ ], "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", "_spec": "1.6.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Max Ogden", "email": "max@maxogden.com" diff --git a/node_modules/core-util-is/package.json b/node_modules/core-util-is/package.json index f5819de9..dd67fb48 100644 --- a/node_modules/core-util-is/package.json +++ b/node_modules/core-util-is/package.json @@ -2,7 +2,7 @@ "_args": [ [ "core-util-is@1.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "_spec": "1.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/cuint/package.json b/node_modules/cuint/package.json index 7431d6bc..28430871 100644 --- a/node_modules/cuint/package.json +++ b/node_modules/cuint/package.json @@ -2,7 +2,7 @@ "_args": [ [ "cuint@0.2.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", "_spec": "0.2.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Pierre Curto" }, diff --git a/node_modules/currently-unhandled/package.json b/node_modules/currently-unhandled/package.json index 56f73f4c..ba0103bb 100644 --- a/node_modules/currently-unhandled/package.json +++ b/node_modules/currently-unhandled/package.json @@ -2,7 +2,7 @@ "_args": [ [ "currently-unhandled@0.4.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", "_spec": "0.4.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Talmage", "email": "james@talmage.io", diff --git a/node_modules/dashdash/package.json b/node_modules/dashdash/package.json index bee4872d..9842010d 100644 --- a/node_modules/dashdash/package.json +++ b/node_modules/dashdash/package.json @@ -2,7 +2,7 @@ "_args": [ [ "dashdash@1.14.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", "_spec": "1.14.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Trent Mick", "email": "trentm@gmail.com", diff --git a/node_modules/debug/package.json b/node_modules/debug/package.json index f47ea1c9..9d378b07 100644 --- a/node_modules/debug/package.json +++ b/node_modules/debug/package.json @@ -2,7 +2,7 @@ "_args": [ [ "debug@3.2.5", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -30,7 +30,7 @@ ], "_resolved": "https://registry.npmjs.org/debug/-/debug-3.2.5.tgz", "_spec": "3.2.5", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" diff --git a/node_modules/decamelize/package.json b/node_modules/decamelize/package.json index 2d292a38..879f9eac 100644 --- a/node_modules/decamelize/package.json +++ b/node_modules/decamelize/package.json @@ -2,7 +2,7 @@ "_args": [ [ "decamelize@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/decompress-zip/package.json b/node_modules/decompress-zip/package.json index 750eace9..856a2c65 100644 --- a/node_modules/decompress-zip/package.json +++ b/node_modules/decompress-zip/package.json @@ -2,7 +2,7 @@ "_args": [ [ "decompress-zip@0.3.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/decompress-zip/-/decompress-zip-0.3.0.tgz", "_spec": "0.3.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Bower" }, diff --git a/node_modules/deep-extend/package.json b/node_modules/deep-extend/package.json index 2ca934cf..9168871e 100644 --- a/node_modules/deep-extend/package.json +++ b/node_modules/deep-extend/package.json @@ -2,7 +2,7 @@ "_args": [ [ "deep-extend@0.6.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", "_spec": "0.6.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Viacheslav Lotsmanov", "email": "lotsmanov89@gmail.com" diff --git a/node_modules/delayed-stream/package.json b/node_modules/delayed-stream/package.json index 5ff09dcd..3b91b326 100644 --- a/node_modules/delayed-stream/package.json +++ b/node_modules/delayed-stream/package.json @@ -2,7 +2,7 @@ "_args": [ [ "delayed-stream@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Felix Geisendörfer", "email": "felix@debuggable.com", diff --git a/node_modules/ecc-jsbn/LICENSE b/node_modules/ecc-jsbn/LICENSE old mode 100644 new mode 100755 diff --git a/node_modules/ecc-jsbn/README.md b/node_modules/ecc-jsbn/README.md old mode 100644 new mode 100755 diff --git a/node_modules/ecc-jsbn/index.js b/node_modules/ecc-jsbn/index.js old mode 100644 new mode 100755 diff --git a/node_modules/ecc-jsbn/lib/LICENSE-jsbn b/node_modules/ecc-jsbn/lib/LICENSE-jsbn old mode 100644 new mode 100755 diff --git a/node_modules/ecc-jsbn/lib/ec.js b/node_modules/ecc-jsbn/lib/ec.js old mode 100644 new mode 100755 diff --git a/node_modules/ecc-jsbn/lib/sec.js b/node_modules/ecc-jsbn/lib/sec.js old mode 100644 new mode 100755 diff --git a/node_modules/ecc-jsbn/package.json b/node_modules/ecc-jsbn/package.json old mode 100644 new mode 100755 index c152a036..7a91e59a --- a/node_modules/ecc-jsbn/package.json +++ b/node_modules/ecc-jsbn/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ecc-jsbn@0.1.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "_spec": "0.1.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Jeremie Miller", "email": "jeremie@jabber.org", diff --git a/node_modules/ecc-jsbn/test.js b/node_modules/ecc-jsbn/test.js old mode 100644 new mode 100755 diff --git a/node_modules/electron-download/node_modules/fs-extra/package.json b/node_modules/electron-download/node_modules/fs-extra/package.json index c794fe81..f2e3ead6 100644 --- a/node_modules/electron-download/node_modules/fs-extra/package.json +++ b/node_modules/electron-download/node_modules/fs-extra/package.json @@ -2,7 +2,7 @@ "_args": [ [ "fs-extra@4.0.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", "_spec": "4.0.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/electron-download/node_modules/jsonfile/package.json b/node_modules/electron-download/node_modules/jsonfile/package.json index a32b3b41..77b2dfb5 100644 --- a/node_modules/electron-download/node_modules/jsonfile/package.json +++ b/node_modules/electron-download/node_modules/jsonfile/package.json @@ -2,7 +2,7 @@ "_args": [ [ "jsonfile@4.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "_spec": "4.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/electron-download/node_modules/minimist/package.json b/node_modules/electron-download/node_modules/minimist/package.json index d7437f05..a953eb45 100644 --- a/node_modules/electron-download/node_modules/minimist/package.json +++ b/node_modules/electron-download/node_modules/minimist/package.json @@ -2,7 +2,7 @@ "_args": [ [ "minimist@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/electron-download/package.json b/node_modules/electron-download/package.json index 23055d9a..fc042193 100644 --- a/node_modules/electron-download/package.json +++ b/node_modules/electron-download/package.json @@ -2,7 +2,7 @@ "_args": [ [ "electron-download@4.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -30,7 +30,7 @@ ], "_resolved": "https://registry.npmjs.org/electron-download/-/electron-download-4.1.1.tgz", "_spec": "4.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "max ogden" }, diff --git a/node_modules/electron-osx-sign/node_modules/debug/package.json b/node_modules/electron-osx-sign/node_modules/debug/package.json index bd7e5a5c..dd87ecb4 100644 --- a/node_modules/electron-osx-sign/node_modules/debug/package.json +++ b/node_modules/electron-osx-sign/node_modules/debug/package.json @@ -2,7 +2,7 @@ "_args": [ [ "debug@2.6.9", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "_spec": "2.6.9", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" diff --git a/node_modules/electron-osx-sign/node_modules/minimist/package.json b/node_modules/electron-osx-sign/node_modules/minimist/package.json index e88f2960..50ec235d 100644 --- a/node_modules/electron-osx-sign/node_modules/minimist/package.json +++ b/node_modules/electron-osx-sign/node_modules/minimist/package.json @@ -2,7 +2,7 @@ "_args": [ [ "minimist@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/electron-osx-sign/node_modules/ms/package.json b/node_modules/electron-osx-sign/node_modules/ms/package.json index 5f964b6a..e49a5840 100644 --- a/node_modules/electron-osx-sign/node_modules/ms/package.json +++ b/node_modules/electron-osx-sign/node_modules/ms/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ms@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/zeit/ms/issues" }, diff --git a/node_modules/electron-osx-sign/package.json b/node_modules/electron-osx-sign/package.json index 8385fbb6..5518c5a2 100644 --- a/node_modules/electron-osx-sign/package.json +++ b/node_modules/electron-osx-sign/package.json @@ -2,7 +2,7 @@ "_args": [ [ "electron-osx-sign@0.4.10", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/electron-osx-sign/-/electron-osx-sign-0.4.10.tgz", "_spec": "0.4.10", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "sethlu" }, diff --git a/node_modules/electron-packager/package.json b/node_modules/electron-packager/package.json index 6cc53719..a3a0cd6c 100644 --- a/node_modules/electron-packager/package.json +++ b/node_modules/electron-packager/package.json @@ -2,7 +2,7 @@ "_args": [ [ "electron-packager@12.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/electron-packager/-/electron-packager-12.2.0.tgz", "_spec": "12.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "max ogden" }, diff --git a/node_modules/env-paths/package.json b/node_modules/env-paths/package.json index 8adf41d6..16c65273 100644 --- a/node_modules/env-paths/package.json +++ b/node_modules/env-paths/package.json @@ -2,7 +2,7 @@ "_args": [ [ "env-paths@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/env-paths/-/env-paths-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/error-ex/package.json b/node_modules/error-ex/package.json index c96b7e43..bbf10f4e 100644 --- a/node_modules/error-ex/package.json +++ b/node_modules/error-ex/package.json @@ -2,7 +2,7 @@ "_args": [ [ "error-ex@1.3.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "_spec": "1.3.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/qix-/node-error-ex/issues" }, diff --git a/node_modules/extend/package.json b/node_modules/extend/package.json index 8d308053..332cd099 100644 --- a/node_modules/extend/package.json +++ b/node_modules/extend/package.json @@ -2,7 +2,7 @@ "_args": [ [ "extend@3.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "_spec": "3.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Stefan Thomas", "email": "justmoon@members.fsf.org", diff --git a/node_modules/extract-zip/node_modules/debug/package.json b/node_modules/extract-zip/node_modules/debug/package.json index 58d74b28..4d38c91c 100644 --- a/node_modules/extract-zip/node_modules/debug/package.json +++ b/node_modules/extract-zip/node_modules/debug/package.json @@ -2,7 +2,7 @@ "_args": [ [ "debug@2.6.9", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "_spec": "2.6.9", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" diff --git a/node_modules/extract-zip/node_modules/ms/package.json b/node_modules/extract-zip/node_modules/ms/package.json index cc5bc834..a756cb07 100644 --- a/node_modules/extract-zip/node_modules/ms/package.json +++ b/node_modules/extract-zip/node_modules/ms/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ms@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/zeit/ms/issues" }, diff --git a/node_modules/extract-zip/package.json b/node_modules/extract-zip/package.json index 818473b3..10cb5178 100644 --- a/node_modules/extract-zip/package.json +++ b/node_modules/extract-zip/package.json @@ -2,7 +2,7 @@ "_args": [ [ "extract-zip@1.6.7", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz", "_spec": "1.6.7", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "max ogden" }, diff --git a/node_modules/extsprintf/package.json b/node_modules/extsprintf/package.json index cf5d422a..b4807a6b 100644 --- a/node_modules/extsprintf/package.json +++ b/node_modules/extsprintf/package.json @@ -2,7 +2,7 @@ "_args": [ [ "extsprintf@1.3.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "_spec": "1.3.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/davepacheco/node-extsprintf/issues" }, diff --git a/node_modules/fast-deep-equal/package.json b/node_modules/fast-deep-equal/package.json index b916848d..fad99853 100644 --- a/node_modules/fast-deep-equal/package.json +++ b/node_modules/fast-deep-equal/package.json @@ -2,7 +2,7 @@ "_args": [ [ "fast-deep-equal@1.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", "_spec": "1.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Evgeny Poberezkin" }, diff --git a/node_modules/fast-json-stable-stringify/package.json b/node_modules/fast-json-stable-stringify/package.json index 9d01cadf..cd5bbe62 100644 --- a/node_modules/fast-json-stable-stringify/package.json +++ b/node_modules/fast-json-stable-stringify/package.json @@ -2,7 +2,7 @@ "_args": [ [ "fast-json-stable-stringify@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/fd-slicer/package.json b/node_modules/fd-slicer/package.json index bf599698..29cefcec 100644 --- a/node_modules/fd-slicer/package.json +++ b/node_modules/fd-slicer/package.json @@ -2,7 +2,7 @@ "_args": [ [ "fd-slicer@1.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", "_spec": "1.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Andrew Kelley", "email": "superjoe30@gmail.com" diff --git a/node_modules/find-up/node_modules/path-exists/package.json b/node_modules/find-up/node_modules/path-exists/package.json index 3ff8587a..2f9d3a23 100644 --- a/node_modules/find-up/node_modules/path-exists/package.json +++ b/node_modules/find-up/node_modules/path-exists/package.json @@ -2,7 +2,7 @@ "_args": [ [ "path-exists@2.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", "_spec": "2.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/find-up/package.json b/node_modules/find-up/package.json index 72911a51..bbc7ad22 100644 --- a/node_modules/find-up/package.json +++ b/node_modules/find-up/package.json @@ -2,7 +2,7 @@ "_args": [ [ "find-up@1.1.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", "_spec": "1.1.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/flora-colossus/node_modules/fs-extra/package.json b/node_modules/flora-colossus/node_modules/fs-extra/package.json index e0616a40..9c7e3c92 100644 --- a/node_modules/flora-colossus/node_modules/fs-extra/package.json +++ b/node_modules/flora-colossus/node_modules/fs-extra/package.json @@ -2,7 +2,7 @@ "_args": [ [ "fs-extra@4.0.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", "_spec": "4.0.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/flora-colossus/node_modules/jsonfile/package.json b/node_modules/flora-colossus/node_modules/jsonfile/package.json index b87c62b9..7ed76881 100644 --- a/node_modules/flora-colossus/node_modules/jsonfile/package.json +++ b/node_modules/flora-colossus/node_modules/jsonfile/package.json @@ -2,7 +2,7 @@ "_args": [ [ "jsonfile@4.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "_spec": "4.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/flora-colossus/package.json b/node_modules/flora-colossus/package.json index 50be6f98..3bf04ad0 100644 --- a/node_modules/flora-colossus/package.json +++ b/node_modules/flora-colossus/package.json @@ -2,7 +2,7 @@ "_args": [ [ "flora-colossus@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -30,7 +30,7 @@ ], "_resolved": "https://registry.npmjs.org/flora-colossus/-/flora-colossus-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Samuel Attard" }, diff --git a/node_modules/forever-agent/package.json b/node_modules/forever-agent/package.json index 6bc54d55..cbc6b606 100644 --- a/node_modules/forever-agent/package.json +++ b/node_modules/forever-agent/package.json @@ -2,7 +2,7 @@ "_args": [ [ "forever-agent@0.6.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "_spec": "0.6.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com", diff --git a/node_modules/form-data/node_modules/combined-stream/package.json b/node_modules/form-data/node_modules/combined-stream/package.json index 7101667c..4d8d8c6c 100644 --- a/node_modules/form-data/node_modules/combined-stream/package.json +++ b/node_modules/form-data/node_modules/combined-stream/package.json @@ -2,7 +2,7 @@ "_args": [ [ "combined-stream@1.0.6", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", "_spec": "1.0.6", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Felix Geisendörfer", "email": "felix@debuggable.com", diff --git a/node_modules/form-data/package.json b/node_modules/form-data/package.json index 267d5850..4379ac66 100644 --- a/node_modules/form-data/package.json +++ b/node_modules/form-data/package.json @@ -2,7 +2,7 @@ "_args": [ [ "form-data@2.3.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", "_spec": "2.3.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Felix Geisendörfer", "email": "felix@debuggable.com", diff --git a/node_modules/fs-extra/node_modules/jsonfile/package.json b/node_modules/fs-extra/node_modules/jsonfile/package.json index 71f040ba..1f1a9ff7 100644 --- a/node_modules/fs-extra/node_modules/jsonfile/package.json +++ b/node_modules/fs-extra/node_modules/jsonfile/package.json @@ -2,7 +2,7 @@ "_args": [ [ "jsonfile@4.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "_spec": "4.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/fs-extra/package.json b/node_modules/fs-extra/package.json index 57fbde18..7fc972e1 100644 --- a/node_modules/fs-extra/package.json +++ b/node_modules/fs-extra/package.json @@ -2,7 +2,7 @@ "_args": [ [ "fs-extra@5.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz", "_spec": "5.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/fs.realpath/package.json b/node_modules/fs.realpath/package.json index a7fbc240..c27e358a 100644 --- a/node_modules/fs.realpath/package.json +++ b/node_modules/fs.realpath/package.json @@ -2,7 +2,7 @@ "_args": [ [ "fs.realpath@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/galactus/node_modules/fs-extra/package.json b/node_modules/galactus/node_modules/fs-extra/package.json index eb921198..fe600a92 100644 --- a/node_modules/galactus/node_modules/fs-extra/package.json +++ b/node_modules/galactus/node_modules/fs-extra/package.json @@ -2,7 +2,7 @@ "_args": [ [ "fs-extra@4.0.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", "_spec": "4.0.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/galactus/node_modules/jsonfile/package.json b/node_modules/galactus/node_modules/jsonfile/package.json index 6367b70c..ce35ad7f 100644 --- a/node_modules/galactus/node_modules/jsonfile/package.json +++ b/node_modules/galactus/node_modules/jsonfile/package.json @@ -2,7 +2,7 @@ "_args": [ [ "jsonfile@4.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "_spec": "4.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/galactus/package.json b/node_modules/galactus/package.json index 42910b07..a9f74f82 100644 --- a/node_modules/galactus/package.json +++ b/node_modules/galactus/package.json @@ -2,7 +2,7 @@ "_args": [ [ "galactus@0.2.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -30,7 +30,7 @@ ], "_resolved": "https://registry.npmjs.org/galactus/-/galactus-0.2.1.tgz", "_spec": "0.2.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Samuel Attard" }, diff --git a/node_modules/get-package-info/node_modules/debug/package.json b/node_modules/get-package-info/node_modules/debug/package.json index 9fd936db..08abb5eb 100644 --- a/node_modules/get-package-info/node_modules/debug/package.json +++ b/node_modules/get-package-info/node_modules/debug/package.json @@ -2,7 +2,7 @@ "_args": [ [ "debug@2.6.9", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "_spec": "2.6.9", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" diff --git a/node_modules/get-package-info/node_modules/find-up/package.json b/node_modules/get-package-info/node_modules/find-up/package.json index 46d3ee61..2e0ce633 100644 --- a/node_modules/get-package-info/node_modules/find-up/package.json +++ b/node_modules/get-package-info/node_modules/find-up/package.json @@ -2,7 +2,7 @@ "_args": [ [ "find-up@2.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", "_spec": "2.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/get-package-info/node_modules/load-json-file/package.json b/node_modules/get-package-info/node_modules/load-json-file/package.json index 62eadd72..c0b91f8f 100644 --- a/node_modules/get-package-info/node_modules/load-json-file/package.json +++ b/node_modules/get-package-info/node_modules/load-json-file/package.json @@ -2,7 +2,7 @@ "_args": [ [ "load-json-file@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/get-package-info/node_modules/ms/package.json b/node_modules/get-package-info/node_modules/ms/package.json index f87625e7..8796b6a9 100644 --- a/node_modules/get-package-info/node_modules/ms/package.json +++ b/node_modules/get-package-info/node_modules/ms/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ms@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/zeit/ms/issues" }, diff --git a/node_modules/get-package-info/node_modules/path-type/package.json b/node_modules/get-package-info/node_modules/path-type/package.json index e2b67240..57502c51 100644 --- a/node_modules/get-package-info/node_modules/path-type/package.json +++ b/node_modules/get-package-info/node_modules/path-type/package.json @@ -2,7 +2,7 @@ "_args": [ [ "path-type@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/get-package-info/node_modules/pify/package.json b/node_modules/get-package-info/node_modules/pify/package.json index 5458940f..c8475065 100644 --- a/node_modules/get-package-info/node_modules/pify/package.json +++ b/node_modules/get-package-info/node_modules/pify/package.json @@ -2,7 +2,7 @@ "_args": [ [ "pify@2.3.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "_spec": "2.3.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/get-package-info/node_modules/read-pkg-up/package.json b/node_modules/get-package-info/node_modules/read-pkg-up/package.json index 3ee4353e..a2356149 100644 --- a/node_modules/get-package-info/node_modules/read-pkg-up/package.json +++ b/node_modules/get-package-info/node_modules/read-pkg-up/package.json @@ -2,7 +2,7 @@ "_args": [ [ "read-pkg-up@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/get-package-info/node_modules/read-pkg/package.json b/node_modules/get-package-info/node_modules/read-pkg/package.json index b73b925e..ae130222 100644 --- a/node_modules/get-package-info/node_modules/read-pkg/package.json +++ b/node_modules/get-package-info/node_modules/read-pkg/package.json @@ -2,7 +2,7 @@ "_args": [ [ "read-pkg@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/get-package-info/node_modules/strip-bom/package.json b/node_modules/get-package-info/node_modules/strip-bom/package.json index 58265efc..2af05dac 100644 --- a/node_modules/get-package-info/node_modules/strip-bom/package.json +++ b/node_modules/get-package-info/node_modules/strip-bom/package.json @@ -2,7 +2,7 @@ "_args": [ [ "strip-bom@3.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "_spec": "3.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/get-package-info/package.json b/node_modules/get-package-info/package.json index 802929c2..9e79ff63 100644 --- a/node_modules/get-package-info/package.json +++ b/node_modules/get-package-info/package.json @@ -2,7 +2,7 @@ "_args": [ [ "get-package-info@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -32,7 +32,7 @@ ], "_resolved": "https://registry.npmjs.org/get-package-info/-/get-package-info-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Rahat Ahmed" }, diff --git a/node_modules/get-stdin/package.json b/node_modules/get-stdin/package.json index 60d4e6c0..1b21eb10 100644 --- a/node_modules/get-stdin/package.json +++ b/node_modules/get-stdin/package.json @@ -2,7 +2,7 @@ "_args": [ [ "get-stdin@4.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", "_spec": "4.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/getpass/package.json b/node_modules/getpass/package.json index f14d6fe2..0c4a9fac 100644 --- a/node_modules/getpass/package.json +++ b/node_modules/getpass/package.json @@ -2,7 +2,7 @@ "_args": [ [ "getpass@0.1.7", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "_spec": "0.1.7", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Alex Wilson", "email": "alex.wilson@joyent.com" diff --git a/node_modules/glob/package.json b/node_modules/glob/package.json index 9e6e915c..62e9873a 100644 --- a/node_modules/glob/package.json +++ b/node_modules/glob/package.json @@ -2,7 +2,7 @@ "_args": [ [ "glob@6.0.4", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", "_spec": "6.0.4", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/graceful-fs/package.json b/node_modules/graceful-fs/package.json index 698f33d4..82fe66f2 100644 --- a/node_modules/graceful-fs/package.json +++ b/node_modules/graceful-fs/package.json @@ -2,7 +2,7 @@ "_args": [ [ "graceful-fs@4.1.11", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -41,7 +41,7 @@ ], "_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", "_spec": "4.1.11", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/isaacs/node-graceful-fs/issues" }, diff --git a/node_modules/har-schema/package.json b/node_modules/har-schema/package.json index a032b6c3..4de8d93d 100644 --- a/node_modules/har-schema/package.json +++ b/node_modules/har-schema/package.json @@ -2,7 +2,7 @@ "_args": [ [ "har-schema@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Ahmad Nassri", "email": "ahmad@ahmadnassri.com", diff --git a/node_modules/har-validator/package.json b/node_modules/har-validator/package.json index 12676f5e..9f8fecc6 100644 --- a/node_modules/har-validator/package.json +++ b/node_modules/har-validator/package.json @@ -2,7 +2,7 @@ "_args": [ [ "har-validator@5.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz", "_spec": "5.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Ahmad Nassri", "email": "ahmad@ahmadnassri.com", diff --git a/node_modules/hosted-git-info/package.json b/node_modules/hosted-git-info/package.json index f1880e51..fd9dc492 100644 --- a/node_modules/hosted-git-info/package.json +++ b/node_modules/hosted-git-info/package.json @@ -2,7 +2,7 @@ "_args": [ [ "hosted-git-info@2.7.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", "_spec": "2.7.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Rebecca Turner", "email": "me@re-becca.org", diff --git a/node_modules/http-signature/package.json b/node_modules/http-signature/package.json index 28c96e59..3ac73ee9 100644 --- a/node_modules/http-signature/package.json +++ b/node_modules/http-signature/package.json @@ -2,7 +2,7 @@ "_args": [ [ "http-signature@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Joyent, Inc" }, diff --git a/node_modules/indent-string/package.json b/node_modules/indent-string/package.json index f6edc4bf..cb248ebf 100644 --- a/node_modules/indent-string/package.json +++ b/node_modules/indent-string/package.json @@ -2,7 +2,7 @@ "_args": [ [ "indent-string@2.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", "_spec": "2.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/inflight/package.json b/node_modules/inflight/package.json index 543ba76e..50959bfb 100644 --- a/node_modules/inflight/package.json +++ b/node_modules/inflight/package.json @@ -2,7 +2,7 @@ "_args": [ [ "inflight@1.0.6", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "_spec": "1.0.6", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/inherits/package.json b/node_modules/inherits/package.json index c73c9ab4..8bb298e8 100644 --- a/node_modules/inherits/package.json +++ b/node_modules/inherits/package.json @@ -2,7 +2,7 @@ "_args": [ [ "inherits@2.0.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -31,7 +31,7 @@ ], "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "_spec": "2.0.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "browser": "./inherits_browser.js", "bugs": { "url": "https://github.com/isaacs/inherits/issues" diff --git a/node_modules/ini/package.json b/node_modules/ini/package.json index 5193de68..12be042e 100644 --- a/node_modules/ini/package.json +++ b/node_modules/ini/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ini@1.3.5", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", "_spec": "1.3.5", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/is-arrayish/package.json b/node_modules/is-arrayish/package.json index 3c201c1f..58795f62 100644 --- a/node_modules/is-arrayish/package.json +++ b/node_modules/is-arrayish/package.json @@ -2,7 +2,7 @@ "_args": [ [ "is-arrayish@0.2.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "_spec": "0.2.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Qix", "url": "http://github.com/qix-" diff --git a/node_modules/is-builtin-module/package.json b/node_modules/is-builtin-module/package.json index 3a2c93e1..7bcce874 100644 --- a/node_modules/is-builtin-module/package.json +++ b/node_modules/is-builtin-module/package.json @@ -2,7 +2,7 @@ "_args": [ [ "is-builtin-module@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/is-finite/package.json b/node_modules/is-finite/package.json index dfb8cc49..41bd48dc 100644 --- a/node_modules/is-finite/package.json +++ b/node_modules/is-finite/package.json @@ -2,7 +2,7 @@ "_args": [ [ "is-finite@1.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", "_spec": "1.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/is-fullwidth-code-point/package.json b/node_modules/is-fullwidth-code-point/package.json index adce6226..e55c97a7 100644 --- a/node_modules/is-fullwidth-code-point/package.json +++ b/node_modules/is-fullwidth-code-point/package.json @@ -2,7 +2,7 @@ "_args": [ [ "is-fullwidth-code-point@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/is-promise/package.json b/node_modules/is-promise/package.json index 748dd69a..cea0d6a3 100644 --- a/node_modules/is-promise/package.json +++ b/node_modules/is-promise/package.json @@ -2,7 +2,7 @@ "_args": [ [ "is-promise@1.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz", "_spec": "1.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "ForbesLindesay" }, diff --git a/node_modules/is-typedarray/package.json b/node_modules/is-typedarray/package.json index cc400a17..b4b3943a 100644 --- a/node_modules/is-typedarray/package.json +++ b/node_modules/is-typedarray/package.json @@ -2,7 +2,7 @@ "_args": [ [ "is-typedarray@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Hugh Kennedy", "email": "hughskennedy@gmail.com", diff --git a/node_modules/is-utf8/package.json b/node_modules/is-utf8/package.json index 94c6a725..56f786c1 100644 --- a/node_modules/is-utf8/package.json +++ b/node_modules/is-utf8/package.json @@ -2,7 +2,7 @@ "_args": [ [ "is-utf8@0.2.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", "_spec": "0.2.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "wayfind" }, diff --git a/node_modules/isarray/package.json b/node_modules/isarray/package.json index 72c139e0..0a66a5d9 100644 --- a/node_modules/isarray/package.json +++ b/node_modules/isarray/package.json @@ -2,7 +2,7 @@ "_args": [ [ "isarray@0.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", "_spec": "0.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Julian Gruber", "email": "mail@juliangruber.com", diff --git a/node_modules/isbinaryfile/package.json b/node_modules/isbinaryfile/package.json index 5e2e3b59..39b2ad80 100644 --- a/node_modules/isbinaryfile/package.json +++ b/node_modules/isbinaryfile/package.json @@ -2,7 +2,7 @@ "_args": [ [ "isbinaryfile@3.0.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz", "_spec": "3.0.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/gjtorikian/isBinaryFile/issues" }, diff --git a/node_modules/isstream/package.json b/node_modules/isstream/package.json index bc603d98..530f57c6 100644 --- a/node_modules/isstream/package.json +++ b/node_modules/isstream/package.json @@ -2,7 +2,7 @@ "_args": [ [ "isstream@0.1.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "_spec": "0.1.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Rod Vagg", "email": "rod@vagg.org" diff --git a/node_modules/jsbn/package.json b/node_modules/jsbn/package.json index 6b965ad2..8ded060b 100644 --- a/node_modules/jsbn/package.json +++ b/node_modules/jsbn/package.json @@ -2,7 +2,7 @@ "_args": [ [ "jsbn@0.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "_spec": "0.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Tom Wu" }, diff --git a/node_modules/json-schema-traverse/package.json b/node_modules/json-schema-traverse/package.json index b97be404..a807d09a 100644 --- a/node_modules/json-schema-traverse/package.json +++ b/node_modules/json-schema-traverse/package.json @@ -2,7 +2,7 @@ "_args": [ [ "json-schema-traverse@0.3.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", "_spec": "0.3.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Evgeny Poberezkin" }, diff --git a/node_modules/json-schema/package.json b/node_modules/json-schema/package.json index 1b1336e1..ff501894 100644 --- a/node_modules/json-schema/package.json +++ b/node_modules/json-schema/package.json @@ -2,7 +2,7 @@ "_args": [ [ "json-schema@0.2.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", "_spec": "0.2.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Kris Zyp" }, diff --git a/node_modules/json-stringify-safe/package.json b/node_modules/json-stringify-safe/package.json index 5469d480..adb054d4 100644 --- a/node_modules/json-stringify-safe/package.json +++ b/node_modules/json-stringify-safe/package.json @@ -2,7 +2,7 @@ "_args": [ [ "json-stringify-safe@5.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "_spec": "5.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/jsonfile/package.json b/node_modules/jsonfile/package.json index 4ff99fe9..814af2a6 100644 --- a/node_modules/jsonfile/package.json +++ b/node_modules/jsonfile/package.json @@ -2,7 +2,7 @@ "_args": [ [ "jsonfile@2.4.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz", "_spec": "2.4.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/jsprim/package.json b/node_modules/jsprim/package.json index 3d63c939..e207c88d 100644 --- a/node_modules/jsprim/package.json +++ b/node_modules/jsprim/package.json @@ -2,7 +2,7 @@ "_args": [ [ "jsprim@1.4.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", "_spec": "1.4.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/joyent/node-jsprim/issues" }, diff --git a/node_modules/klaw/package.json b/node_modules/klaw/package.json index a8273602..655d1870 100644 --- a/node_modules/klaw/package.json +++ b/node_modules/klaw/package.json @@ -2,7 +2,7 @@ "_args": [ [ "klaw@1.3.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz", "_spec": "1.3.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson" }, diff --git a/node_modules/load-json-file/node_modules/pify/package.json b/node_modules/load-json-file/node_modules/pify/package.json index 68c189b8..462248af 100644 --- a/node_modules/load-json-file/node_modules/pify/package.json +++ b/node_modules/load-json-file/node_modules/pify/package.json @@ -2,7 +2,7 @@ "_args": [ [ "pify@2.3.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "_spec": "2.3.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/load-json-file/package.json b/node_modules/load-json-file/package.json index 91ec8d97..8071654b 100644 --- a/node_modules/load-json-file/package.json +++ b/node_modules/load-json-file/package.json @@ -2,7 +2,7 @@ "_args": [ [ "load-json-file@1.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", "_spec": "1.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/locate-path/package.json b/node_modules/locate-path/package.json index ed741763..e4ebd174 100644 --- a/node_modules/locate-path/package.json +++ b/node_modules/locate-path/package.json @@ -2,7 +2,7 @@ "_args": [ [ "locate-path@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/lodash.get/package.json b/node_modules/lodash.get/package.json index 9bcd7130..4f8932af 100644 --- a/node_modules/lodash.get/package.json +++ b/node_modules/lodash.get/package.json @@ -2,7 +2,7 @@ "_args": [ [ "lodash.get@4.4.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", "_spec": "4.4.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "John-David Dalton", "email": "john.david.dalton@gmail.com", diff --git a/node_modules/loud-rejection/package.json b/node_modules/loud-rejection/package.json index a7dd49c5..7b89c5d5 100644 --- a/node_modules/loud-rejection/package.json +++ b/node_modules/loud-rejection/package.json @@ -2,7 +2,7 @@ "_args": [ [ "loud-rejection@1.6.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", "_spec": "1.6.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/map-obj/package.json b/node_modules/map-obj/package.json index 69a56550..8367c1ef 100644 --- a/node_modules/map-obj/package.json +++ b/node_modules/map-obj/package.json @@ -2,7 +2,7 @@ "_args": [ [ "map-obj@1.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", "_spec": "1.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/meow/node_modules/minimist/package.json b/node_modules/meow/node_modules/minimist/package.json index dac246eb..753126fd 100644 --- a/node_modules/meow/node_modules/minimist/package.json +++ b/node_modules/meow/node_modules/minimist/package.json @@ -2,7 +2,7 @@ "_args": [ [ "minimist@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/meow/package.json b/node_modules/meow/package.json index 914b0bb9..56b07c07 100644 --- a/node_modules/meow/package.json +++ b/node_modules/meow/package.json @@ -2,7 +2,7 @@ "_args": [ [ "meow@3.7.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", "_spec": "3.7.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/mime-db/package.json b/node_modules/mime-db/package.json index 79aa03df..c60794dd 100644 --- a/node_modules/mime-db/package.json +++ b/node_modules/mime-db/package.json @@ -2,7 +2,7 @@ "_args": [ [ "mime-db@1.36.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.36.0.tgz", "_spec": "1.36.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/jshttp/mime-db/issues" }, diff --git a/node_modules/mime-types/package.json b/node_modules/mime-types/package.json index 4d704554..c3a37755 100644 --- a/node_modules/mime-types/package.json +++ b/node_modules/mime-types/package.json @@ -2,7 +2,7 @@ "_args": [ [ "mime-types@2.1.20", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.20.tgz", "_spec": "2.1.20", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/jshttp/mime-types/issues" }, diff --git a/node_modules/minimatch/package.json b/node_modules/minimatch/package.json index 9cdf5f3e..0519a830 100644 --- a/node_modules/minimatch/package.json +++ b/node_modules/minimatch/package.json @@ -2,7 +2,7 @@ "_args": [ [ "minimatch@3.0.4", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "_spec": "3.0.4", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/minimist/package.json b/node_modules/minimist/package.json index 7a425e2a..f6fce62f 100644 --- a/node_modules/minimist/package.json +++ b/node_modules/minimist/package.json @@ -2,7 +2,7 @@ "_args": [ [ "minimist@0.0.8", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "_spec": "0.0.8", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/mkdirp/package.json b/node_modules/mkdirp/package.json index 0f5bbb1e..085e6ee6 100644 --- a/node_modules/mkdirp/package.json +++ b/node_modules/mkdirp/package.json @@ -2,7 +2,7 @@ "_args": [ [ "mkdirp@0.5.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "_spec": "0.5.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/mkpath/package.json b/node_modules/mkpath/package.json index 0e20e9ae..1f0e0304 100644 --- a/node_modules/mkpath/package.json +++ b/node_modules/mkpath/package.json @@ -2,7 +2,7 @@ "_args": [ [ "mkpath@0.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/mkpath/-/mkpath-0.1.0.tgz", "_spec": "0.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Jonathan Rajavuori", "email": "jrajav@gmail.com" diff --git a/node_modules/mksnapshot/node_modules/fs-extra/package.json b/node_modules/mksnapshot/node_modules/fs-extra/package.json index 5a23f751..f8c432fd 100644 --- a/node_modules/mksnapshot/node_modules/fs-extra/package.json +++ b/node_modules/mksnapshot/node_modules/fs-extra/package.json @@ -2,7 +2,7 @@ "_args": [ [ "fs-extra@0.26.7", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz", "_spec": "0.26.7", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "JP Richardson", "email": "jprichardson@gmail.com" diff --git a/node_modules/mksnapshot/package.json b/node_modules/mksnapshot/package.json index 4bb751db..ac5fab3a 100644 --- a/node_modules/mksnapshot/package.json +++ b/node_modules/mksnapshot/package.json @@ -2,7 +2,7 @@ "_args": [ [ "mksnapshot@0.3.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -33,7 +33,7 @@ ], "_resolved": "https://registry.npmjs.org/mksnapshot/-/mksnapshot-0.3.1.tgz", "_spec": "0.3.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/electron/node-mksnapshot/issues" }, diff --git a/node_modules/ms/package.json b/node_modules/ms/package.json index 52d63b13..f1076b5b 100644 --- a/node_modules/ms/package.json +++ b/node_modules/ms/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ms@2.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "_spec": "2.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/zeit/ms/issues" }, diff --git a/node_modules/nodeify/package.json b/node_modules/nodeify/package.json index 835db090..3df378db 100644 --- a/node_modules/nodeify/package.json +++ b/node_modules/nodeify/package.json @@ -2,7 +2,7 @@ "_args": [ [ "nodeify@1.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/nodeify/-/nodeify-1.0.1.tgz", "_spec": "1.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "ForbesLindesay" }, diff --git a/node_modules/nopt/package.json b/node_modules/nopt/package.json index 8053a676..0b8d9f52 100644 --- a/node_modules/nopt/package.json +++ b/node_modules/nopt/package.json @@ -2,7 +2,7 @@ "_args": [ [ "nopt@3.0.6", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz", "_spec": "3.0.6", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/normalize-package-data/package.json b/node_modules/normalize-package-data/package.json index 557a2e46..ea1d07fe 100644 --- a/node_modules/normalize-package-data/package.json +++ b/node_modules/normalize-package-data/package.json @@ -2,7 +2,7 @@ "_args": [ [ "normalize-package-data@2.4.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz", "_spec": "2.4.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Meryn Stol", "email": "merynstol@gmail.com" diff --git a/node_modules/nugget/node_modules/debug/package.json b/node_modules/nugget/node_modules/debug/package.json index f07949c2..c4bc95f9 100644 --- a/node_modules/nugget/node_modules/debug/package.json +++ b/node_modules/nugget/node_modules/debug/package.json @@ -2,7 +2,7 @@ "_args": [ [ "debug@2.6.9", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "_spec": "2.6.9", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" diff --git a/node_modules/nugget/node_modules/minimist/package.json b/node_modules/nugget/node_modules/minimist/package.json index bca9dffa..3e8a917b 100644 --- a/node_modules/nugget/node_modules/minimist/package.json +++ b/node_modules/nugget/node_modules/minimist/package.json @@ -2,7 +2,7 @@ "_args": [ [ "minimist@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/nugget/node_modules/ms/package.json b/node_modules/nugget/node_modules/ms/package.json index d6938196..cfd29b3f 100644 --- a/node_modules/nugget/node_modules/ms/package.json +++ b/node_modules/nugget/node_modules/ms/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ms@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/zeit/ms/issues" }, diff --git a/node_modules/nugget/package.json b/node_modules/nugget/package.json index fa99b979..9cc88816 100644 --- a/node_modules/nugget/package.json +++ b/node_modules/nugget/package.json @@ -2,7 +2,7 @@ "_args": [ [ "nugget@2.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/nugget/-/nugget-2.0.1.tgz", "_spec": "2.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "max ogden" }, diff --git a/node_modules/number-is-nan/package.json b/node_modules/number-is-nan/package.json index 42381178..1361f46e 100644 --- a/node_modules/number-is-nan/package.json +++ b/node_modules/number-is-nan/package.json @@ -2,7 +2,7 @@ "_args": [ [ "number-is-nan@1.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", "_spec": "1.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/oauth-sign/package.json b/node_modules/oauth-sign/package.json index 4c2af658..05077707 100644 --- a/node_modules/oauth-sign/package.json +++ b/node_modules/oauth-sign/package.json @@ -2,7 +2,7 @@ "_args": [ [ "oauth-sign@0.9.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", "_spec": "0.9.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com", diff --git a/node_modules/object-assign/package.json b/node_modules/object-assign/package.json index 396eb24b..ca5b5ba0 100644 --- a/node_modules/object-assign/package.json +++ b/node_modules/object-assign/package.json @@ -2,7 +2,7 @@ "_args": [ [ "object-assign@4.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "_spec": "4.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/object-keys/package.json b/node_modules/object-keys/package.json index 82d78a31..365d0d7c 100644 --- a/node_modules/object-keys/package.json +++ b/node_modules/object-keys/package.json @@ -2,7 +2,7 @@ "_args": [ [ "object-keys@0.4.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz", "_spec": "0.4.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Jordan Harband" }, diff --git a/node_modules/once/package.json b/node_modules/once/package.json index dc1b8923..7f6d8686 100644 --- a/node_modules/once/package.json +++ b/node_modules/once/package.json @@ -2,7 +2,7 @@ "_args": [ [ "once@1.4.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "_spec": "1.4.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/os-tmpdir/package.json b/node_modules/os-tmpdir/package.json index bcbe0a31..4a113921 100644 --- a/node_modules/os-tmpdir/package.json +++ b/node_modules/os-tmpdir/package.json @@ -2,7 +2,7 @@ "_args": [ [ "os-tmpdir@1.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "_spec": "1.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/p-limit/package.json b/node_modules/p-limit/package.json index 0f86465e..ca724f84 100644 --- a/node_modules/p-limit/package.json +++ b/node_modules/p-limit/package.json @@ -2,7 +2,7 @@ "_args": [ [ "p-limit@1.3.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", "_spec": "1.3.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/p-locate/package.json b/node_modules/p-locate/package.json index bb5db5c2..b181fd8f 100644 --- a/node_modules/p-locate/package.json +++ b/node_modules/p-locate/package.json @@ -2,7 +2,7 @@ "_args": [ [ "p-locate@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/p-try/package.json b/node_modules/p-try/package.json index fcf29940..ec2c47a3 100644 --- a/node_modules/p-try/package.json +++ b/node_modules/p-try/package.json @@ -2,7 +2,7 @@ "_args": [ [ "p-try@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/parse-author/package.json b/node_modules/parse-author/package.json index 7de75b2b..050bffc4 100644 --- a/node_modules/parse-author/package.json +++ b/node_modules/parse-author/package.json @@ -2,7 +2,7 @@ "_args": [ [ "parse-author@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/parse-author/-/parse-author-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" diff --git a/node_modules/parse-json/package.json b/node_modules/parse-json/package.json index 3d9db7b2..158f47ef 100644 --- a/node_modules/parse-json/package.json +++ b/node_modules/parse-json/package.json @@ -2,7 +2,7 @@ "_args": [ [ "parse-json@2.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", "_spec": "2.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/path-exists/package.json b/node_modules/path-exists/package.json index e3e7fabb..79a47a3b 100644 --- a/node_modules/path-exists/package.json +++ b/node_modules/path-exists/package.json @@ -2,7 +2,7 @@ "_args": [ [ "path-exists@3.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", "_spec": "3.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/path-is-absolute/package.json b/node_modules/path-is-absolute/package.json index 55db0a51..4b45d877 100644 --- a/node_modules/path-is-absolute/package.json +++ b/node_modules/path-is-absolute/package.json @@ -2,7 +2,7 @@ "_args": [ [ "path-is-absolute@1.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "_spec": "1.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/path-parse/package.json b/node_modules/path-parse/package.json index af0e157f..9bdb55bc 100644 --- a/node_modules/path-parse/package.json +++ b/node_modules/path-parse/package.json @@ -2,7 +2,7 @@ "_args": [ [ "path-parse@1.0.6", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", "_spec": "1.0.6", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Javier Blanco", "email": "http://jbgutierrez.info" diff --git a/node_modules/path-type/node_modules/pify/package.json b/node_modules/path-type/node_modules/pify/package.json index c48e9a9f..0bacdf6e 100644 --- a/node_modules/path-type/node_modules/pify/package.json +++ b/node_modules/path-type/node_modules/pify/package.json @@ -2,7 +2,7 @@ "_args": [ [ "pify@2.3.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "_spec": "2.3.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/path-type/package.json b/node_modules/path-type/package.json index 0ec1556b..cc084eae 100644 --- a/node_modules/path-type/package.json +++ b/node_modules/path-type/package.json @@ -2,7 +2,7 @@ "_args": [ [ "path-type@1.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", "_spec": "1.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/pend/package.json b/node_modules/pend/package.json index 0f2f78a8..00ee7646 100644 --- a/node_modules/pend/package.json +++ b/node_modules/pend/package.json @@ -2,7 +2,7 @@ "_args": [ [ "pend@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Andrew Kelley", "email": "superjoe30@gmail.com" diff --git a/node_modules/performance-now/package.json b/node_modules/performance-now/package.json index eba6daf1..d149eb6d 100644 --- a/node_modules/performance-now/package.json +++ b/node_modules/performance-now/package.json @@ -2,7 +2,7 @@ "_args": [ [ "performance-now@2.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "_spec": "2.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Braveg1rl", "email": "braveg1rl@outlook.com" diff --git a/node_modules/pify/package.json b/node_modules/pify/package.json index 14bb1a65..c8a5425d 100644 --- a/node_modules/pify/package.json +++ b/node_modules/pify/package.json @@ -2,7 +2,7 @@ "_args": [ [ "pify@3.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "_spec": "3.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/pinkie-promise/package.json b/node_modules/pinkie-promise/package.json index 58bcbcb7..1f252b34 100644 --- a/node_modules/pinkie-promise/package.json +++ b/node_modules/pinkie-promise/package.json @@ -2,7 +2,7 @@ "_args": [ [ "pinkie-promise@2.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -30,7 +30,7 @@ ], "_resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", "_spec": "2.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com", diff --git a/node_modules/pinkie/package.json b/node_modules/pinkie/package.json index c1127f00..77671c59 100644 --- a/node_modules/pinkie/package.json +++ b/node_modules/pinkie/package.json @@ -2,7 +2,7 @@ "_args": [ [ "pinkie@2.0.4", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", "_spec": "2.0.4", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Vsevolod Strukchinsky", "email": "floatdrop@gmail.com", diff --git a/node_modules/plist/package.json b/node_modules/plist/package.json index bbdf027b..c2394362 100644 --- a/node_modules/plist/package.json +++ b/node_modules/plist/package.json @@ -2,7 +2,7 @@ "_args": [ [ "plist@2.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/plist/-/plist-2.1.0.tgz", "_spec": "2.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net" diff --git a/node_modules/pretty-bytes/package.json b/node_modules/pretty-bytes/package.json index 6840c95f..a5bdc95a 100644 --- a/node_modules/pretty-bytes/package.json +++ b/node_modules/pretty-bytes/package.json @@ -2,7 +2,7 @@ "_args": [ [ "pretty-bytes@1.0.4", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz", "_spec": "1.0.4", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/process-nextick-args/package.json b/node_modules/process-nextick-args/package.json index 7900f6ff..38f145dc 100644 --- a/node_modules/process-nextick-args/package.json +++ b/node_modules/process-nextick-args/package.json @@ -2,7 +2,7 @@ "_args": [ [ "process-nextick-args@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": "", "bugs": { "url": "https://github.com/calvinmetcalf/process-nextick-args/issues" diff --git a/node_modules/progress-stream/package.json b/node_modules/progress-stream/package.json index 6f4da32f..c6cd2c08 100644 --- a/node_modules/progress-stream/package.json +++ b/node_modules/progress-stream/package.json @@ -2,7 +2,7 @@ "_args": [ [ "progress-stream@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/progress-stream/-/progress-stream-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "freeall", "email": "freeall@gmail.com" diff --git a/node_modules/promise/package.json b/node_modules/promise/package.json index c5148f39..9da753af 100644 --- a/node_modules/promise/package.json +++ b/node_modules/promise/package.json @@ -2,7 +2,7 @@ "_args": [ [ "promise@1.3.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/promise/-/promise-1.3.0.tgz", "_spec": "1.3.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "ForbesLindesay" }, diff --git a/node_modules/psl/package.json b/node_modules/psl/package.json index 852a6123..ed7eb1cf 100644 --- a/node_modules/psl/package.json +++ b/node_modules/psl/package.json @@ -2,7 +2,7 @@ "_args": [ [ "psl@1.1.29", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz", "_spec": "1.1.29", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Lupo Montero" }, diff --git a/node_modules/punycode/package.json b/node_modules/punycode/package.json index 5fd916c2..7750e130 100644 --- a/node_modules/punycode/package.json +++ b/node_modules/punycode/package.json @@ -2,7 +2,7 @@ "_args": [ [ "punycode@1.4.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", "_spec": "1.4.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mathias Bynens", "url": "https://mathiasbynens.be/" diff --git a/node_modules/q/package.json b/node_modules/q/package.json index 0a899a49..8b87e90d 100644 --- a/node_modules/q/package.json +++ b/node_modules/q/package.json @@ -2,7 +2,7 @@ "_args": [ [ "q@1.5.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", "_spec": "1.5.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Kris Kowal", "email": "kris@cixar.com", diff --git a/node_modules/qs/package.json b/node_modules/qs/package.json index 7e72b865..1e4b133e 100644 --- a/node_modules/qs/package.json +++ b/node_modules/qs/package.json @@ -2,7 +2,7 @@ "_args": [ [ "qs@6.5.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", "_spec": "6.5.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/ljharb/qs/issues" }, diff --git a/node_modules/rc/node_modules/minimist/package.json b/node_modules/rc/node_modules/minimist/package.json index dbd6fb3e..f1578d06 100644 --- a/node_modules/rc/node_modules/minimist/package.json +++ b/node_modules/rc/node_modules/minimist/package.json @@ -2,7 +2,7 @@ "_args": [ [ "minimist@1.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "_spec": "1.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/rc/package.json b/node_modules/rc/package.json index 96f68ea3..37efa331 100644 --- a/node_modules/rc/package.json +++ b/node_modules/rc/package.json @@ -2,7 +2,7 @@ "_args": [ [ "rc@1.2.8", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", "_spec": "1.2.8", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Dominic Tarr", "email": "dominic.tarr@gmail.com", diff --git a/node_modules/rcedit/package.json b/node_modules/rcedit/package.json index faf508f3..817a6fa7 100644 --- a/node_modules/rcedit/package.json +++ b/node_modules/rcedit/package.json @@ -2,7 +2,7 @@ "_args": [ [ "rcedit@1.1.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/rcedit/-/rcedit-1.1.1.tgz", "_spec": "1.1.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/electron/node-rcedit/issues" }, diff --git a/node_modules/read-pkg-up/package.json b/node_modules/read-pkg-up/package.json index 4ccb0afb..bff0062d 100644 --- a/node_modules/read-pkg-up/package.json +++ b/node_modules/read-pkg-up/package.json @@ -2,7 +2,7 @@ "_args": [ [ "read-pkg-up@1.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", "_spec": "1.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/read-pkg/package.json b/node_modules/read-pkg/package.json index baf74734..3f85d24d 100644 --- a/node_modules/read-pkg/package.json +++ b/node_modules/read-pkg/package.json @@ -2,7 +2,7 @@ "_args": [ [ "read-pkg@1.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", "_spec": "1.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/readable-stream/package.json b/node_modules/readable-stream/package.json index bc34bc84..dfc28e1f 100644 --- a/node_modules/readable-stream/package.json +++ b/node_modules/readable-stream/package.json @@ -2,7 +2,7 @@ "_args": [ [ "readable-stream@1.1.14", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", "_spec": "1.1.14", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/redent/package.json b/node_modules/redent/package.json index 47dfdb34..3421216d 100644 --- a/node_modules/redent/package.json +++ b/node_modules/redent/package.json @@ -2,7 +2,7 @@ "_args": [ [ "redent@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/repeating/package.json b/node_modules/repeating/package.json index 665f7f00..06790761 100644 --- a/node_modules/repeating/package.json +++ b/node_modules/repeating/package.json @@ -2,7 +2,7 @@ "_args": [ [ "repeating@2.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", "_spec": "2.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/request/package.json b/node_modules/request/package.json index 974be824..8ce97ea7 100644 --- a/node_modules/request/package.json +++ b/node_modules/request/package.json @@ -2,7 +2,7 @@ "_args": [ [ "request@2.88.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", "_spec": "2.88.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" diff --git a/node_modules/resolve/package.json b/node_modules/resolve/package.json index c11801c7..2cc4c111 100644 --- a/node_modules/resolve/package.json +++ b/node_modules/resolve/package.json @@ -2,7 +2,7 @@ "_args": [ [ "resolve@1.8.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz", "_spec": "1.8.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/rimraf/node_modules/glob/package.json b/node_modules/rimraf/node_modules/glob/package.json index ff871f14..670955d0 100644 --- a/node_modules/rimraf/node_modules/glob/package.json +++ b/node_modules/rimraf/node_modules/glob/package.json @@ -2,7 +2,7 @@ "_args": [ [ "glob@7.1.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", "_spec": "7.1.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/rimraf/package.json b/node_modules/rimraf/package.json index f0bca0e9..c50bbc2b 100644 --- a/node_modules/rimraf/package.json +++ b/node_modules/rimraf/package.json @@ -2,7 +2,7 @@ "_args": [ [ "rimraf@2.6.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -34,7 +34,7 @@ ], "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", "_spec": "2.6.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/safe-buffer/package.json b/node_modules/safe-buffer/package.json index 430a12f5..263ea69e 100644 --- a/node_modules/safe-buffer/package.json +++ b/node_modules/safe-buffer/package.json @@ -2,7 +2,7 @@ "_args": [ [ "safe-buffer@5.1.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -30,7 +30,7 @@ ], "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "_spec": "5.1.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", diff --git a/node_modules/safer-buffer/package.json b/node_modules/safer-buffer/package.json index 41dcc861..17af69c0 100644 --- a/node_modules/safer-buffer/package.json +++ b/node_modules/safer-buffer/package.json @@ -2,7 +2,7 @@ "_args": [ [ "safer-buffer@2.1.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "_spec": "2.1.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Nikita Skovoroda", "email": "chalkerx@gmail.com", diff --git a/node_modules/sanitize-filename/package.json b/node_modules/sanitize-filename/package.json index c2059fd1..8fc5af00 100644 --- a/node_modules/sanitize-filename/package.json +++ b/node_modules/sanitize-filename/package.json @@ -2,7 +2,7 @@ "_args": [ [ "sanitize-filename@1.6.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.1.tgz", "_spec": "1.6.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Parsha Pourkhomami" }, diff --git a/node_modules/semver/package.json b/node_modules/semver/package.json index cd02173a..fbcea796 100644 --- a/node_modules/semver/package.json +++ b/node_modules/semver/package.json @@ -2,7 +2,7 @@ "_args": [ [ "semver@5.5.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/semver/-/semver-5.5.1.tgz", "_spec": "5.5.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bin": { "semver": "./bin/semver" }, diff --git a/node_modules/signal-exit/package.json b/node_modules/signal-exit/package.json index 94226479..f7203757 100644 --- a/node_modules/signal-exit/package.json +++ b/node_modules/signal-exit/package.json @@ -2,7 +2,7 @@ "_args": [ [ "signal-exit@3.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", "_spec": "3.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Ben Coe", "email": "ben@npmjs.com" diff --git a/node_modules/single-line-log/package.json b/node_modules/single-line-log/package.json index 21627c0b..68b5b444 100644 --- a/node_modules/single-line-log/package.json +++ b/node_modules/single-line-log/package.json @@ -2,7 +2,7 @@ "_args": [ [ "single-line-log@1.1.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/single-line-log/-/single-line-log-1.1.2.tgz", "_spec": "1.1.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Tobias Baunbæk", "email": "freeall@gmail.com" diff --git a/node_modules/spdx-correct/LICENSE b/node_modules/spdx-correct/LICENSE old mode 100644 new mode 100755 index d6456956..75b52484 --- a/node_modules/spdx-correct/LICENSE +++ b/node_modules/spdx-correct/LICENSE @@ -1,202 +1,202 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/node_modules/spdx-correct/README.md b/node_modules/spdx-correct/README.md old mode 100644 new mode 100755 index 4169e61e..fedaab24 --- a/node_modules/spdx-correct/README.md +++ b/node_modules/spdx-correct/README.md @@ -1,10 +1,10 @@ -```javascript -var correct = require('spdx-correct') -var assert = require('assert') - -assert.equal(correct('mit'), 'MIT') - -assert.equal(correct('Apache 2'), 'Apache-2.0') - -assert(correct('No idea what license') === null) -``` +```javascript +var correct = require('spdx-correct') +var assert = require('assert') + +assert.equal(correct('mit'), 'MIT') + +assert.equal(correct('Apache 2'), 'Apache-2.0') + +assert(correct('No idea what license') === null) +``` diff --git a/node_modules/spdx-correct/index.js b/node_modules/spdx-correct/index.js old mode 100644 new mode 100755 index a690b7da..435d0db1 --- a/node_modules/spdx-correct/index.js +++ b/node_modules/spdx-correct/index.js @@ -1,338 +1,338 @@ -/* -Copyright 2015 Kyle E. Mitchell - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ -var parse = require('spdx-expression-parse') -var spdxLicenseIds = require('spdx-license-ids') - -function valid (string) { - try { - parse(string) - return true - } catch (error) { - return false - } -} - -// Common transpositions of license identifier acronyms -var transpositions = [ - ['APGL', 'AGPL'], - ['Gpl', 'GPL'], - ['GLP', 'GPL'], - ['APL', 'Apache'], - ['ISD', 'ISC'], - ['GLP', 'GPL'], - ['IST', 'ISC'], - ['Claude', 'Clause'], - [' or later', '+'], - [' International', ''], - ['GNU', 'GPL'], - ['GUN', 'GPL'], - ['+', ''], - ['GNU GPL', 'GPL'], - ['GNU/GPL', 'GPL'], - ['GNU GLP', 'GPL'], - ['GNU General Public License', 'GPL'], - ['Gnu public license', 'GPL'], - ['GNU Public License', 'GPL'], - ['GNU GENERAL PUBLIC LICENSE', 'GPL'], - ['MTI', 'MIT'], - ['Mozilla Public License', 'MPL'], - ['WTH', 'WTF'], - ['-License', ''] -] - -var TRANSPOSED = 0 -var CORRECT = 1 - -// Simple corrections to nearly valid identifiers. -var transforms = [ - // e.g. 'mit' - function (argument) { - return argument.toUpperCase() - }, - // e.g. 'MIT ' - function (argument) { - return argument.trim() - }, - // e.g. 'M.I.T.' - function (argument) { - return argument.replace(/\./g, '') - }, - // e.g. 'Apache- 2.0' - function (argument) { - return argument.replace(/\s+/g, '') - }, - // e.g. 'CC BY 4.0'' - function (argument) { - return argument.replace(/\s+/g, '-') - }, - // e.g. 'LGPLv2.1' - function (argument) { - return argument.replace('v', '-') - }, - // e.g. 'Apache 2.0' - function (argument) { - return argument.replace(/,?\s*(\d)/, '-$1') - }, - // e.g. 'GPL 2' - function (argument) { - return argument.replace(/,?\s*(\d)/, '-$1.0') - }, - // e.g. 'Apache Version 2.0' - function (argument) { - return argument - .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2') - }, - // e.g. 'Apache Version 2' - function (argument) { - return argument - .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2.0') - }, - // e.g. 'ZLIB' - function (argument) { - return argument[0].toUpperCase() + argument.slice(1) - }, - // e.g. 'MPL/2.0' - function (argument) { - return argument.replace('/', '-') - }, - // e.g. 'Apache 2' - function (argument) { - return argument - .replace(/\s*V\s*(\d)/, '-$1') - .replace(/(\d)$/, '$1.0') - }, - // e.g. 'GPL-2.0', 'GPL-3.0' - function (argument) { - if (argument.indexOf('3.0') !== -1) { - return argument + '-or-later' - } else { - return argument + '-only' - } - }, - // e.g. 'GPL-2.0-' - function (argument) { - return argument + 'only' - }, - // e.g. 'GPL2' - function (argument) { - return argument.replace(/(\d)$/, '-$1.0') - }, - // e.g. 'BSD 3' - function (argument) { - return argument.replace(/(-| )?(\d)$/, '-$2-Clause') - }, - // e.g. 'BSD clause 3' - function (argument) { - return argument.replace(/(-| )clause(-| )(\d)/, '-$3-Clause') - }, - // e.g. 'BY-NC-4.0' - function (argument) { - return 'CC-' + argument - }, - // e.g. 'BY-NC' - function (argument) { - return 'CC-' + argument + '-4.0' - }, - // e.g. 'Attribution-NonCommercial' - function (argument) { - return argument - .replace('Attribution', 'BY') - .replace('NonCommercial', 'NC') - .replace('NoDerivatives', 'ND') - .replace(/ (\d)/, '-$1') - .replace(/ ?International/, '') - }, - // e.g. 'Attribution-NonCommercial' - function (argument) { - return 'CC-' + - argument - .replace('Attribution', 'BY') - .replace('NonCommercial', 'NC') - .replace('NoDerivatives', 'ND') - .replace(/ (\d)/, '-$1') - .replace(/ ?International/, '') + - '-4.0' - } -] - -var licensesWithVersions = spdxLicenseIds - .map(function (id) { - var match = /^(.*)-\d+\.\d+$/.exec(id) - return match - ? [match[0], match[1]] - : [id, null] - }) - .reduce(function (objectMap, item) { - var key = item[1] - objectMap[key] = objectMap[key] || [] - objectMap[key].push(item[0]) - return objectMap - }, {}) - -var licensesWithOneVersion = Object.keys(licensesWithVersions) - .map(function makeEntries (key) { - return [key, licensesWithVersions[key]] - }) - .filter(function identifySoleVersions (item) { - return ( - // Licenses has just one valid version suffix. - item[1].length === 1 && - item[0] !== null && - // APL will be considered Apache, rather than APL-1.0 - item[0] !== 'APL' - ) - }) - .map(function createLastResorts (item) { - return [item[0], item[1][0]] - }) - -licensesWithVersions = undefined - -// If all else fails, guess that strings containing certain substrings -// meant to identify certain licenses. -var lastResorts = [ - ['UNLI', 'Unlicense'], - ['WTF', 'WTFPL'], - ['2 CLAUSE', 'BSD-2-Clause'], - ['2-CLAUSE', 'BSD-2-Clause'], - ['3 CLAUSE', 'BSD-3-Clause'], - ['3-CLAUSE', 'BSD-3-Clause'], - ['AFFERO', 'AGPL-3.0-or-later'], - ['AGPL', 'AGPL-3.0-or-later'], - ['APACHE', 'Apache-2.0'], - ['ARTISTIC', 'Artistic-2.0'], - ['Affero', 'AGPL-3.0-or-later'], - ['BEER', 'Beerware'], - ['BOOST', 'BSL-1.0'], - ['BSD', 'BSD-2-Clause'], - ['CDDL', 'CDDL-1.1'], - ['ECLIPSE', 'EPL-1.0'], - ['FUCK', 'WTFPL'], - ['GNU', 'GPL-3.0-or-later'], - ['LGPL', 'LGPL-3.0-or-later'], - ['GPLV1', 'GPL-1.0-only'], - ['GPL-1', 'GPL-1.0-only'], - ['GPLV2', 'GPL-2.0-only'], - ['GPL-2', 'GPL-2.0-only'], - ['GPL', 'GPL-3.0-or-later'], - ['MIT +NO-FALSE-ATTRIBS', 'MITNFA'], - ['MIT', 'MIT'], - ['MPL', 'MPL-2.0'], - ['X11', 'X11'], - ['ZLIB', 'Zlib'] -].concat(licensesWithOneVersion) - -var SUBSTRING = 0 -var IDENTIFIER = 1 - -var validTransformation = function (identifier) { - for (var i = 0; i < transforms.length; i++) { - var transformed = transforms[i](identifier).trim() - if (transformed !== identifier && valid(transformed)) { - return transformed - } - } - return null -} - -var validLastResort = function (identifier) { - var upperCased = identifier.toUpperCase() - for (var i = 0; i < lastResorts.length; i++) { - var lastResort = lastResorts[i] - if (upperCased.indexOf(lastResort[SUBSTRING]) > -1) { - return lastResort[IDENTIFIER] - } - } - return null -} - -var anyCorrection = function (identifier, check) { - for (var i = 0; i < transpositions.length; i++) { - var transposition = transpositions[i] - var transposed = transposition[TRANSPOSED] - if (identifier.indexOf(transposed) > -1) { - var corrected = identifier.replace( - transposed, - transposition[CORRECT] - ) - var checked = check(corrected) - if (checked !== null) { - return checked - } - } - } - return null -} - -module.exports = function (identifier) { - var validArugment = ( - typeof identifier === 'string' && - identifier.trim().length !== 0 - ) - if (!validArugment) { - throw Error('Invalid argument. Expected non-empty string.') - } - identifier = identifier.trim() - if (valid(identifier)) { - return upgradeGPLs(identifier) - } - var noPlus = identifier.replace(/\+$/, '').trim() - if (valid(noPlus)) { - return upgradeGPLs(noPlus) - } - var transformed = validTransformation(identifier) - if (transformed !== null) { - return upgradeGPLs(transformed) - } - transformed = anyCorrection(identifier, function (argument) { - if (valid(argument)) { - return argument - } - return validTransformation(argument) - }) - if (transformed !== null) { - return upgradeGPLs(transformed) - } - transformed = validLastResort(identifier) - if (transformed !== null) { - return upgradeGPLs(transformed) - } - transformed = anyCorrection(identifier, validLastResort) - if (transformed !== null) { - return upgradeGPLs(transformed) - } - return null -} - -function upgradeGPLs (value) { - if ([ - 'GPL-1.0', 'LGPL-1.0', 'AGPL-1.0', - 'GPL-2.0', 'LGPL-2.0', 'AGPL-2.0', - 'LGPL-2.1' - ].indexOf(value) !== -1) { - return value + '-only' - } else if ([ - 'GPL-1.0+', 'GPL-2.0+', 'GPL-3.0+', - 'LGPL-2.0+', 'LGPL-2.1+', 'LGPL-3.0+', - 'AGPL-1.0+', 'AGPL-3.0+' - ].indexOf(value) !== -1) { - return value.replace(/\+$/, '-or-later') - } else if (['GPL-3.0', 'LGPL-3.0', 'AGPL-3.0'].indexOf(value) !== -1) { - return value + '-or-later' - } else { - return value - } -} +/* +Copyright 2015 Kyle E. Mitchell + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ +var parse = require('spdx-expression-parse') +var spdxLicenseIds = require('spdx-license-ids') + +function valid (string) { + try { + parse(string) + return true + } catch (error) { + return false + } +} + +// Common transpositions of license identifier acronyms +var transpositions = [ + ['APGL', 'AGPL'], + ['Gpl', 'GPL'], + ['GLP', 'GPL'], + ['APL', 'Apache'], + ['ISD', 'ISC'], + ['GLP', 'GPL'], + ['IST', 'ISC'], + ['Claude', 'Clause'], + [' or later', '+'], + [' International', ''], + ['GNU', 'GPL'], + ['GUN', 'GPL'], + ['+', ''], + ['GNU GPL', 'GPL'], + ['GNU/GPL', 'GPL'], + ['GNU GLP', 'GPL'], + ['GNU General Public License', 'GPL'], + ['Gnu public license', 'GPL'], + ['GNU Public License', 'GPL'], + ['GNU GENERAL PUBLIC LICENSE', 'GPL'], + ['MTI', 'MIT'], + ['Mozilla Public License', 'MPL'], + ['WTH', 'WTF'], + ['-License', ''] +] + +var TRANSPOSED = 0 +var CORRECT = 1 + +// Simple corrections to nearly valid identifiers. +var transforms = [ + // e.g. 'mit' + function (argument) { + return argument.toUpperCase() + }, + // e.g. 'MIT ' + function (argument) { + return argument.trim() + }, + // e.g. 'M.I.T.' + function (argument) { + return argument.replace(/\./g, '') + }, + // e.g. 'Apache- 2.0' + function (argument) { + return argument.replace(/\s+/g, '') + }, + // e.g. 'CC BY 4.0'' + function (argument) { + return argument.replace(/\s+/g, '-') + }, + // e.g. 'LGPLv2.1' + function (argument) { + return argument.replace('v', '-') + }, + // e.g. 'Apache 2.0' + function (argument) { + return argument.replace(/,?\s*(\d)/, '-$1') + }, + // e.g. 'GPL 2' + function (argument) { + return argument.replace(/,?\s*(\d)/, '-$1.0') + }, + // e.g. 'Apache Version 2.0' + function (argument) { + return argument + .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2') + }, + // e.g. 'Apache Version 2' + function (argument) { + return argument + .replace(/,?\s*(V\.|v\.|V|v|Version|version)\s*(\d)/, '-$2.0') + }, + // e.g. 'ZLIB' + function (argument) { + return argument[0].toUpperCase() + argument.slice(1) + }, + // e.g. 'MPL/2.0' + function (argument) { + return argument.replace('/', '-') + }, + // e.g. 'Apache 2' + function (argument) { + return argument + .replace(/\s*V\s*(\d)/, '-$1') + .replace(/(\d)$/, '$1.0') + }, + // e.g. 'GPL-2.0', 'GPL-3.0' + function (argument) { + if (argument.indexOf('3.0') !== -1) { + return argument + '-or-later' + } else { + return argument + '-only' + } + }, + // e.g. 'GPL-2.0-' + function (argument) { + return argument + 'only' + }, + // e.g. 'GPL2' + function (argument) { + return argument.replace(/(\d)$/, '-$1.0') + }, + // e.g. 'BSD 3' + function (argument) { + return argument.replace(/(-| )?(\d)$/, '-$2-Clause') + }, + // e.g. 'BSD clause 3' + function (argument) { + return argument.replace(/(-| )clause(-| )(\d)/, '-$3-Clause') + }, + // e.g. 'BY-NC-4.0' + function (argument) { + return 'CC-' + argument + }, + // e.g. 'BY-NC' + function (argument) { + return 'CC-' + argument + '-4.0' + }, + // e.g. 'Attribution-NonCommercial' + function (argument) { + return argument + .replace('Attribution', 'BY') + .replace('NonCommercial', 'NC') + .replace('NoDerivatives', 'ND') + .replace(/ (\d)/, '-$1') + .replace(/ ?International/, '') + }, + // e.g. 'Attribution-NonCommercial' + function (argument) { + return 'CC-' + + argument + .replace('Attribution', 'BY') + .replace('NonCommercial', 'NC') + .replace('NoDerivatives', 'ND') + .replace(/ (\d)/, '-$1') + .replace(/ ?International/, '') + + '-4.0' + } +] + +var licensesWithVersions = spdxLicenseIds + .map(function (id) { + var match = /^(.*)-\d+\.\d+$/.exec(id) + return match + ? [match[0], match[1]] + : [id, null] + }) + .reduce(function (objectMap, item) { + var key = item[1] + objectMap[key] = objectMap[key] || [] + objectMap[key].push(item[0]) + return objectMap + }, {}) + +var licensesWithOneVersion = Object.keys(licensesWithVersions) + .map(function makeEntries (key) { + return [key, licensesWithVersions[key]] + }) + .filter(function identifySoleVersions (item) { + return ( + // Licenses has just one valid version suffix. + item[1].length === 1 && + item[0] !== null && + // APL will be considered Apache, rather than APL-1.0 + item[0] !== 'APL' + ) + }) + .map(function createLastResorts (item) { + return [item[0], item[1][0]] + }) + +licensesWithVersions = undefined + +// If all else fails, guess that strings containing certain substrings +// meant to identify certain licenses. +var lastResorts = [ + ['UNLI', 'Unlicense'], + ['WTF', 'WTFPL'], + ['2 CLAUSE', 'BSD-2-Clause'], + ['2-CLAUSE', 'BSD-2-Clause'], + ['3 CLAUSE', 'BSD-3-Clause'], + ['3-CLAUSE', 'BSD-3-Clause'], + ['AFFERO', 'AGPL-3.0-or-later'], + ['AGPL', 'AGPL-3.0-or-later'], + ['APACHE', 'Apache-2.0'], + ['ARTISTIC', 'Artistic-2.0'], + ['Affero', 'AGPL-3.0-or-later'], + ['BEER', 'Beerware'], + ['BOOST', 'BSL-1.0'], + ['BSD', 'BSD-2-Clause'], + ['CDDL', 'CDDL-1.1'], + ['ECLIPSE', 'EPL-1.0'], + ['FUCK', 'WTFPL'], + ['GNU', 'GPL-3.0-or-later'], + ['LGPL', 'LGPL-3.0-or-later'], + ['GPLV1', 'GPL-1.0-only'], + ['GPL-1', 'GPL-1.0-only'], + ['GPLV2', 'GPL-2.0-only'], + ['GPL-2', 'GPL-2.0-only'], + ['GPL', 'GPL-3.0-or-later'], + ['MIT +NO-FALSE-ATTRIBS', 'MITNFA'], + ['MIT', 'MIT'], + ['MPL', 'MPL-2.0'], + ['X11', 'X11'], + ['ZLIB', 'Zlib'] +].concat(licensesWithOneVersion) + +var SUBSTRING = 0 +var IDENTIFIER = 1 + +var validTransformation = function (identifier) { + for (var i = 0; i < transforms.length; i++) { + var transformed = transforms[i](identifier).trim() + if (transformed !== identifier && valid(transformed)) { + return transformed + } + } + return null +} + +var validLastResort = function (identifier) { + var upperCased = identifier.toUpperCase() + for (var i = 0; i < lastResorts.length; i++) { + var lastResort = lastResorts[i] + if (upperCased.indexOf(lastResort[SUBSTRING]) > -1) { + return lastResort[IDENTIFIER] + } + } + return null +} + +var anyCorrection = function (identifier, check) { + for (var i = 0; i < transpositions.length; i++) { + var transposition = transpositions[i] + var transposed = transposition[TRANSPOSED] + if (identifier.indexOf(transposed) > -1) { + var corrected = identifier.replace( + transposed, + transposition[CORRECT] + ) + var checked = check(corrected) + if (checked !== null) { + return checked + } + } + } + return null +} + +module.exports = function (identifier) { + var validArugment = ( + typeof identifier === 'string' && + identifier.trim().length !== 0 + ) + if (!validArugment) { + throw Error('Invalid argument. Expected non-empty string.') + } + identifier = identifier.trim() + if (valid(identifier)) { + return upgradeGPLs(identifier) + } + var noPlus = identifier.replace(/\+$/, '').trim() + if (valid(noPlus)) { + return upgradeGPLs(noPlus) + } + var transformed = validTransformation(identifier) + if (transformed !== null) { + return upgradeGPLs(transformed) + } + transformed = anyCorrection(identifier, function (argument) { + if (valid(argument)) { + return argument + } + return validTransformation(argument) + }) + if (transformed !== null) { + return upgradeGPLs(transformed) + } + transformed = validLastResort(identifier) + if (transformed !== null) { + return upgradeGPLs(transformed) + } + transformed = anyCorrection(identifier, validLastResort) + if (transformed !== null) { + return upgradeGPLs(transformed) + } + return null +} + +function upgradeGPLs (value) { + if ([ + 'GPL-1.0', 'LGPL-1.0', 'AGPL-1.0', + 'GPL-2.0', 'LGPL-2.0', 'AGPL-2.0', + 'LGPL-2.1' + ].indexOf(value) !== -1) { + return value + '-only' + } else if ([ + 'GPL-1.0+', 'GPL-2.0+', 'GPL-3.0+', + 'LGPL-2.0+', 'LGPL-2.1+', 'LGPL-3.0+', + 'AGPL-1.0+', 'AGPL-3.0+' + ].indexOf(value) !== -1) { + return value.replace(/\+$/, '-or-later') + } else if (['GPL-3.0', 'LGPL-3.0', 'AGPL-3.0'].indexOf(value) !== -1) { + return value + '-or-later' + } else { + return value + } +} diff --git a/node_modules/spdx-correct/package.json b/node_modules/spdx-correct/package.json old mode 100644 new mode 100755 index f523a2e3..f8d85b19 --- a/node_modules/spdx-correct/package.json +++ b/node_modules/spdx-correct/package.json @@ -2,7 +2,7 @@ "_args": [ [ "spdx-correct@3.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.2.tgz", "_spec": "3.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Kyle E. Mitchell", "email": "kyle@kemitchell.com", diff --git a/node_modules/spdx-exceptions/package.json b/node_modules/spdx-exceptions/package.json index 6af9599c..f7171537 100644 --- a/node_modules/spdx-exceptions/package.json +++ b/node_modules/spdx-exceptions/package.json @@ -2,7 +2,7 @@ "_args": [ [ "spdx-exceptions@2.2.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", "_spec": "2.2.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "The Linux Foundation" }, diff --git a/node_modules/spdx-expression-parse/package.json b/node_modules/spdx-expression-parse/package.json index 867dd0c7..fc7597c3 100644 --- a/node_modules/spdx-expression-parse/package.json +++ b/node_modules/spdx-expression-parse/package.json @@ -2,7 +2,7 @@ "_args": [ [ "spdx-expression-parse@3.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", "_spec": "3.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Kyle E. Mitchell", "email": "kyle@kemitchell.com", diff --git a/node_modules/spdx-license-ids/package.json b/node_modules/spdx-license-ids/package.json index 68bc891d..ad06ca20 100644 --- a/node_modules/spdx-license-ids/package.json +++ b/node_modules/spdx-license-ids/package.json @@ -2,7 +2,7 @@ "_args": [ [ "spdx-license-ids@3.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.1.tgz", "_spec": "3.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Shinnosuke Watanabe", "url": "https://github.com/shinnn" diff --git a/node_modules/speedometer/package.json b/node_modules/speedometer/package.json index 863993ac..7677981d 100644 --- a/node_modules/speedometer/package.json +++ b/node_modules/speedometer/package.json @@ -2,7 +2,7 @@ "_args": [ [ "speedometer@0.1.4", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/speedometer/-/speedometer-0.1.4.tgz", "_spec": "0.1.4", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mathias Buus Madsen", "email": "mathiasbuus@gmail.com" diff --git a/node_modules/sshpk/package.json b/node_modules/sshpk/package.json index 2b7da728..b43ccc36 100644 --- a/node_modules/sshpk/package.json +++ b/node_modules/sshpk/package.json @@ -2,7 +2,7 @@ "_args": [ [ "sshpk@1.14.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz", "_spec": "1.14.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Joyent, Inc" }, @@ -83,9 +83,9 @@ "license": "MIT", "main": "lib/index.js", "man": [ - "E:\\projects\\p\\gitlit\\node_modules\\sshpk\\man\\man1\\sshpk-conv.1", - "E:\\projects\\p\\gitlit\\node_modules\\sshpk\\man\\man1\\sshpk-sign.1", - "E:\\projects\\p\\gitlit\\node_modules\\sshpk\\man\\man1\\sshpk-verify.1" + "/home/s2/Code/gitlit/node_modules/sshpk/man/man1/sshpk-conv.1", + "/home/s2/Code/gitlit/node_modules/sshpk/man/man1/sshpk-sign.1", + "/home/s2/Code/gitlit/node_modules/sshpk/man/man1/sshpk-verify.1" ], "name": "sshpk", "optionalDependencies": { diff --git a/node_modules/string-width/package.json b/node_modules/string-width/package.json index dd6db76e..4be7141d 100644 --- a/node_modules/string-width/package.json +++ b/node_modules/string-width/package.json @@ -2,7 +2,7 @@ "_args": [ [ "string-width@1.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "_spec": "1.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/string_decoder/package.json b/node_modules/string_decoder/package.json index 4cc37fe6..9b7062c2 100644 --- a/node_modules/string_decoder/package.json +++ b/node_modules/string_decoder/package.json @@ -2,7 +2,7 @@ "_args": [ [ "string_decoder@0.10.31", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "_spec": "0.10.31", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/rvagg/string_decoder/issues" }, diff --git a/node_modules/strip-ansi/package.json b/node_modules/strip-ansi/package.json index 2fd2cf2f..e2a75fe3 100644 --- a/node_modules/strip-ansi/package.json +++ b/node_modules/strip-ansi/package.json @@ -2,7 +2,7 @@ "_args": [ [ "strip-ansi@3.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "_spec": "3.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/strip-bom/package.json b/node_modules/strip-bom/package.json index 02ff302f..4323015a 100644 --- a/node_modules/strip-bom/package.json +++ b/node_modules/strip-bom/package.json @@ -2,7 +2,7 @@ "_args": [ [ "strip-bom@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/strip-indent/package.json b/node_modules/strip-indent/package.json index b1f4cd51..27185b9f 100644 --- a/node_modules/strip-indent/package.json +++ b/node_modules/strip-indent/package.json @@ -2,7 +2,7 @@ "_args": [ [ "strip-indent@1.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", "_spec": "1.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/strip-json-comments/package.json b/node_modules/strip-json-comments/package.json index a1a0a7ab..77736523 100644 --- a/node_modules/strip-json-comments/package.json +++ b/node_modules/strip-json-comments/package.json @@ -2,7 +2,7 @@ "_args": [ [ "strip-json-comments@2.0.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", "_spec": "2.0.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/sumchecker/node_modules/debug/package.json b/node_modules/sumchecker/node_modules/debug/package.json index 3100548e..61f1bf77 100644 --- a/node_modules/sumchecker/node_modules/debug/package.json +++ b/node_modules/sumchecker/node_modules/debug/package.json @@ -2,7 +2,7 @@ "_args": [ [ "debug@2.6.9", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "_spec": "2.6.9", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" diff --git a/node_modules/sumchecker/node_modules/ms/package.json b/node_modules/sumchecker/node_modules/ms/package.json index 68397491..804320ea 100644 --- a/node_modules/sumchecker/node_modules/ms/package.json +++ b/node_modules/sumchecker/node_modules/ms/package.json @@ -2,7 +2,7 @@ "_args": [ [ "ms@2.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "_spec": "2.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/zeit/ms/issues" }, diff --git a/node_modules/sumchecker/package.json b/node_modules/sumchecker/package.json index b2ebc123..b2e30242 100644 --- a/node_modules/sumchecker/package.json +++ b/node_modules/sumchecker/package.json @@ -2,7 +2,7 @@ "_args": [ [ "sumchecker@2.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/sumchecker/-/sumchecker-2.0.2.tgz", "_spec": "2.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mark Lee" }, diff --git a/node_modules/throttleit/package.json b/node_modules/throttleit/package.json index 1cf7dfb0..20e290d1 100644 --- a/node_modules/throttleit/package.json +++ b/node_modules/throttleit/package.json @@ -2,7 +2,7 @@ "_args": [ [ "throttleit@0.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz", "_spec": "0.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/component/throttle/issues" }, diff --git a/node_modules/through2/package.json b/node_modules/through2/package.json index 9f670a48..939012ea 100644 --- a/node_modules/through2/package.json +++ b/node_modules/through2/package.json @@ -2,7 +2,7 @@ "_args": [ [ "through2@0.2.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/through2/-/through2-0.2.3.tgz", "_spec": "0.2.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Rod Vagg", "email": "r@va.gg", diff --git a/node_modules/tmp/package.json b/node_modules/tmp/package.json index 41027293..e605fd8c 100644 --- a/node_modules/tmp/package.json +++ b/node_modules/tmp/package.json @@ -2,7 +2,7 @@ "_args": [ [ "tmp@0.0.28", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.28.tgz", "_spec": "0.0.28", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "KARASZI István", "email": "github@spam.raszi.hu", diff --git a/node_modules/touch/node_modules/.bin/nopt b/node_modules/touch/node_modules/.bin/nopt index 714334ea..6b6566ea 120000 --- a/node_modules/touch/node_modules/.bin/nopt +++ b/node_modules/touch/node_modules/.bin/nopt @@ -1,15 +1 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" - ret=$? -else - node "$basedir/../nopt/bin/nopt.js" "$@" - ret=$? -fi -exit $ret +../nopt/bin/nopt.js \ No newline at end of file diff --git a/node_modules/touch/node_modules/.bin/nopt.cmd b/node_modules/touch/node_modules/.bin/nopt.cmd deleted file mode 100644 index 1626454b..00000000 --- a/node_modules/touch/node_modules/.bin/nopt.cmd +++ /dev/null @@ -1,7 +0,0 @@ -@IF EXIST "%~dp0\node.exe" ( - "%~dp0\node.exe" "%~dp0\..\nopt\bin\nopt.js" %* -) ELSE ( - @SETLOCAL - @SET PATHEXT=%PATHEXT:;.JS;=;% - node "%~dp0\..\nopt\bin\nopt.js" %* -) \ No newline at end of file diff --git a/node_modules/touch/node_modules/nopt/package.json b/node_modules/touch/node_modules/nopt/package.json index 184881c3..d1bd6a3e 100644 --- a/node_modules/touch/node_modules/nopt/package.json +++ b/node_modules/touch/node_modules/nopt/package.json @@ -2,7 +2,7 @@ "_args": [ [ "nopt@1.0.10", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz", "_spec": "1.0.10", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/touch/package.json b/node_modules/touch/package.json index ba859a3e..a6c54318 100644 --- a/node_modules/touch/package.json +++ b/node_modules/touch/package.json @@ -2,7 +2,7 @@ "_args": [ [ "touch@0.0.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/touch/-/touch-0.0.3.tgz", "_spec": "0.0.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/tough-cookie/package.json b/node_modules/tough-cookie/package.json index d3b7c3d9..c01b36f3 100644 --- a/node_modules/tough-cookie/package.json +++ b/node_modules/tough-cookie/package.json @@ -2,7 +2,7 @@ "_args": [ [ "tough-cookie@2.4.3", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", "_spec": "2.4.3", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Jeremy Stashewsky", "email": "jstash@gmail.com" diff --git a/node_modules/traverse/package.json b/node_modules/traverse/package.json index 3ec15bf1..c469c3b2 100644 --- a/node_modules/traverse/package.json +++ b/node_modules/traverse/package.json @@ -2,7 +2,7 @@ "_args": [ [ "traverse@0.3.9", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/traverse/-/traverse-0.3.9.tgz", "_spec": "0.3.9", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday" }, diff --git a/node_modules/trim-newlines/package.json b/node_modules/trim-newlines/package.json index bdc192a1..3fa8f850 100644 --- a/node_modules/trim-newlines/package.json +++ b/node_modules/trim-newlines/package.json @@ -2,7 +2,7 @@ "_args": [ [ "trim-newlines@1.0.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", "_spec": "1.0.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/truncate-utf8-bytes/package.json b/node_modules/truncate-utf8-bytes/package.json index 73e3c594..f3c5a15b 100644 --- a/node_modules/truncate-utf8-bytes/package.json +++ b/node_modules/truncate-utf8-bytes/package.json @@ -2,7 +2,7 @@ "_args": [ [ "truncate-utf8-bytes@1.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz", "_spec": "1.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Carl Xiong", "email": "xiongc05@gmail.com" diff --git a/node_modules/tunnel-agent/package.json b/node_modules/tunnel-agent/package.json index 76bb494e..2f823e11 100644 --- a/node_modules/tunnel-agent/package.json +++ b/node_modules/tunnel-agent/package.json @@ -2,7 +2,7 @@ "_args": [ [ "tunnel-agent@0.6.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "_spec": "0.6.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com", diff --git a/node_modules/tweetnacl/package.json b/node_modules/tweetnacl/package.json index 1ab8d939..6146a62c 100644 --- a/node_modules/tweetnacl/package.json +++ b/node_modules/tweetnacl/package.json @@ -2,7 +2,7 @@ "_args": [ [ "tweetnacl@0.14.5", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -29,7 +29,7 @@ ], "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "_spec": "0.14.5", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "TweetNaCl-js contributors" }, diff --git a/node_modules/typedarray/package.json b/node_modules/typedarray/package.json index dafa7f4e..c3b07227 100644 --- a/node_modules/typedarray/package.json +++ b/node_modules/typedarray/package.json @@ -2,7 +2,7 @@ "_args": [ [ "typedarray@0.0.6", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", "_spec": "0.0.6", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "James Halliday", "email": "mail@substack.net", diff --git a/node_modules/universalify/package.json b/node_modules/universalify/package.json index e78fe5fc..e7e36295 100644 --- a/node_modules/universalify/package.json +++ b/node_modules/universalify/package.json @@ -2,7 +2,7 @@ "_args": [ [ "universalify@0.1.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -30,7 +30,7 @@ ], "_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", "_spec": "0.1.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Ryan Zimmerman", "email": "opensrc@ryanzim.com" diff --git a/node_modules/utf8-byte-length/package.json b/node_modules/utf8-byte-length/package.json index 757c9886..4a273d9b 100644 --- a/node_modules/utf8-byte-length/package.json +++ b/node_modules/utf8-byte-length/package.json @@ -2,7 +2,7 @@ "_args": [ [ "utf8-byte-length@1.0.4", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz", "_spec": "1.0.4", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Carl Xiong", "email": "xiongc05@gmail.com" diff --git a/node_modules/util-deprecate/package.json b/node_modules/util-deprecate/package.json index 81d5c9e9..2c612e11 100644 --- a/node_modules/util-deprecate/package.json +++ b/node_modules/util-deprecate/package.json @@ -2,7 +2,7 @@ "_args": [ [ "util-deprecate@1.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "_spec": "1.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Nathan Rajlich", "email": "nathan@tootallnate.net", diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json index 91f9476d..e6cbda99 100644 --- a/node_modules/uuid/package.json +++ b/node_modules/uuid/package.json @@ -2,7 +2,7 @@ "_args": [ [ "uuid@3.3.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", "_spec": "3.3.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bin": { "uuid": "./bin/uuid" }, diff --git a/node_modules/validate-npm-package-license/package.json b/node_modules/validate-npm-package-license/package.json index 7d3d6554..5aa0fc97 100644 --- a/node_modules/validate-npm-package-license/package.json +++ b/node_modules/validate-npm-package-license/package.json @@ -2,7 +2,7 @@ "_args": [ [ "validate-npm-package-license@3.0.4", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "_spec": "3.0.4", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Kyle E. Mitchell", "email": "kyle@kemitchell.com", diff --git a/node_modules/verror/package.json b/node_modules/verror/package.json index 90ec4507..f5b16c1d 100644 --- a/node_modules/verror/package.json +++ b/node_modules/verror/package.json @@ -2,7 +2,7 @@ "_args": [ [ "verror@1.10.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", "_spec": "1.10.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "bugs": { "url": "https://github.com/davepacheco/node-verror/issues" }, diff --git a/node_modules/wrappy/package.json b/node_modules/wrappy/package.json index 95f0e8c1..d5959b73 100644 --- a/node_modules/wrappy/package.json +++ b/node_modules/wrappy/package.json @@ -2,7 +2,7 @@ "_args": [ [ "wrappy@1.0.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -28,7 +28,7 @@ ], "_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "_spec": "1.0.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", diff --git a/node_modules/xmlbuilder/package.json b/node_modules/xmlbuilder/package.json index f1f4dab0..bc30cec2 100644 --- a/node_modules/xmlbuilder/package.json +++ b/node_modules/xmlbuilder/package.json @@ -2,7 +2,7 @@ "_args": [ [ "xmlbuilder@8.2.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz", "_spec": "8.2.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Ozgur Ozcitak", "email": "oozcitak@gmail.com" diff --git a/node_modules/xmldom/package.json b/node_modules/xmldom/package.json index 8ffa3391..03f03348 100644 --- a/node_modules/xmldom/package.json +++ b/node_modules/xmldom/package.json @@ -2,7 +2,7 @@ "_args": [ [ "xmldom@0.1.27", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz", "_spec": "0.1.27", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "jindw", "email": "jindw@xidea.org", diff --git a/node_modules/xtend/package.json b/node_modules/xtend/package.json index 4300f571..5e012c35 100644 --- a/node_modules/xtend/package.json +++ b/node_modules/xtend/package.json @@ -2,7 +2,7 @@ "_args": [ [ "xtend@2.1.2", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz", "_spec": "2.1.2", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Raynos", "email": "raynos2@gmail.com" diff --git a/node_modules/yargs-parser/node_modules/camelcase/package.json b/node_modules/yargs-parser/node_modules/camelcase/package.json index aa6b34eb..caf92e28 100644 --- a/node_modules/yargs-parser/node_modules/camelcase/package.json +++ b/node_modules/yargs-parser/node_modules/camelcase/package.json @@ -2,7 +2,7 @@ "_args": [ [ "camelcase@4.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", "_spec": "4.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", diff --git a/node_modules/yargs-parser/package.json b/node_modules/yargs-parser/package.json index 09c904f9..6d9f12a7 100644 --- a/node_modules/yargs-parser/package.json +++ b/node_modules/yargs-parser/package.json @@ -2,7 +2,7 @@ "_args": [ [ "yargs-parser@10.1.0", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", "_spec": "10.1.0", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Ben Coe", "email": "ben@npmjs.com" diff --git a/node_modules/yauzl/package.json b/node_modules/yauzl/package.json index 95eadc54..b77daf96 100644 --- a/node_modules/yauzl/package.json +++ b/node_modules/yauzl/package.json @@ -2,7 +2,7 @@ "_args": [ [ "yauzl@2.4.1", - "E:\\projects\\p\\gitlit" + "/home/s2/Code/gitlit" ] ], "_development": true, @@ -27,7 +27,7 @@ ], "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", "_spec": "2.4.1", - "_where": "E:\\projects\\p\\gitlit", + "_where": "/home/s2/Code/gitlit", "author": { "name": "Josh Wolfe", "email": "thejoshwolfe@gmail.com"