From 7bf6747ebdfc139d44c7411b7473c333569398fe Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Mon, 14 Mar 2022 16:37:39 +0100 Subject: [PATCH] Remove /node_modules/.bin --- node_modules/.bin/atob | 15 --------------- node_modules/.bin/atob.cmd | 17 ----------------- node_modules/.bin/atob.ps1 | 18 ------------------ node_modules/.bin/autoprefixer | 15 --------------- node_modules/.bin/autoprefixer.cmd | 17 ----------------- node_modules/.bin/autoprefixer.ps1 | 18 ------------------ node_modules/.bin/browserslist | 15 --------------- node_modules/.bin/browserslist.cmd | 17 ----------------- node_modules/.bin/browserslist.ps1 | 18 ------------------ node_modules/.bin/color-support | 15 --------------- node_modules/.bin/color-support.cmd | 17 ----------------- node_modules/.bin/color-support.ps1 | 18 ------------------ node_modules/.bin/css-beautify | 15 --------------- node_modules/.bin/css-beautify.cmd | 17 ----------------- node_modules/.bin/css-beautify.ps1 | 18 ------------------ node_modules/.bin/editorconfig | 15 --------------- node_modules/.bin/editorconfig.cmd | 17 ----------------- node_modules/.bin/editorconfig.ps1 | 18 ------------------ node_modules/.bin/findup | 15 --------------- node_modules/.bin/findup.cmd | 17 ----------------- node_modules/.bin/findup.ps1 | 18 ------------------ node_modules/.bin/gulp | 15 --------------- node_modules/.bin/gulp.cmd | 17 ----------------- node_modules/.bin/gulp.ps1 | 18 ------------------ node_modules/.bin/html-beautify | 15 --------------- node_modules/.bin/html-beautify.cmd | 17 ----------------- node_modules/.bin/html-beautify.ps1 | 18 ------------------ node_modules/.bin/js-beautify | 15 --------------- node_modules/.bin/js-beautify.cmd | 17 ----------------- node_modules/.bin/js-beautify.ps1 | 18 ------------------ node_modules/.bin/json2yaml | 15 --------------- node_modules/.bin/json2yaml.cmd | 17 ----------------- node_modules/.bin/json2yaml.ps1 | 18 ------------------ node_modules/.bin/lessc | 15 --------------- node_modules/.bin/lessc.cmd | 17 ----------------- node_modules/.bin/lessc.ps1 | 18 ------------------ node_modules/.bin/mkdirp | 15 --------------- node_modules/.bin/mkdirp.cmd | 17 ----------------- node_modules/.bin/mkdirp.ps1 | 18 ------------------ node_modules/.bin/nopt | 15 --------------- node_modules/.bin/nopt.cmd | 17 ----------------- node_modules/.bin/nopt.ps1 | 18 ------------------ node_modules/.bin/resolve | 15 --------------- node_modules/.bin/resolve.cmd | 17 ----------------- node_modules/.bin/resolve.ps1 | 18 ------------------ node_modules/.bin/rimraf | 15 --------------- node_modules/.bin/rimraf.cmd | 17 ----------------- node_modules/.bin/rimraf.ps1 | 18 ------------------ node_modules/.bin/rtlcss | 15 --------------- node_modules/.bin/rtlcss.cmd | 17 ----------------- node_modules/.bin/rtlcss.ps1 | 18 ------------------ node_modules/.bin/semver | 15 --------------- node_modules/.bin/semver.cmd | 17 ----------------- node_modules/.bin/semver.ps1 | 18 ------------------ node_modules/.bin/uglifyjs | 15 --------------- node_modules/.bin/uglifyjs.cmd | 17 ----------------- node_modules/.bin/uglifyjs.ps1 | 18 ------------------ node_modules/.bin/which | 15 --------------- node_modules/.bin/which.cmd | 17 ----------------- node_modules/.bin/which.ps1 | 18 ------------------ node_modules/.bin/yaml2json | 15 --------------- node_modules/.bin/yaml2json.cmd | 17 ----------------- node_modules/.bin/yaml2json.ps1 | 18 ------------------ 63 files changed, 1050 deletions(-) delete mode 100644 node_modules/.bin/atob delete mode 100644 node_modules/.bin/atob.cmd delete mode 100644 node_modules/.bin/atob.ps1 delete mode 100644 node_modules/.bin/autoprefixer delete mode 100644 node_modules/.bin/autoprefixer.cmd delete mode 100644 node_modules/.bin/autoprefixer.ps1 delete mode 100644 node_modules/.bin/browserslist delete mode 100644 node_modules/.bin/browserslist.cmd delete mode 100644 node_modules/.bin/browserslist.ps1 delete mode 100644 node_modules/.bin/color-support delete mode 100644 node_modules/.bin/color-support.cmd delete mode 100644 node_modules/.bin/color-support.ps1 delete mode 100644 node_modules/.bin/css-beautify delete mode 100644 node_modules/.bin/css-beautify.cmd delete mode 100644 node_modules/.bin/css-beautify.ps1 delete mode 100644 node_modules/.bin/editorconfig delete mode 100644 node_modules/.bin/editorconfig.cmd delete mode 100644 node_modules/.bin/editorconfig.ps1 delete mode 100644 node_modules/.bin/findup delete mode 100644 node_modules/.bin/findup.cmd delete mode 100644 node_modules/.bin/findup.ps1 delete mode 100644 node_modules/.bin/gulp delete mode 100644 node_modules/.bin/gulp.cmd delete mode 100644 node_modules/.bin/gulp.ps1 delete mode 100644 node_modules/.bin/html-beautify delete mode 100644 node_modules/.bin/html-beautify.cmd delete mode 100644 node_modules/.bin/html-beautify.ps1 delete mode 100644 node_modules/.bin/js-beautify delete mode 100644 node_modules/.bin/js-beautify.cmd delete mode 100644 node_modules/.bin/js-beautify.ps1 delete mode 100644 node_modules/.bin/json2yaml delete mode 100644 node_modules/.bin/json2yaml.cmd delete mode 100644 node_modules/.bin/json2yaml.ps1 delete mode 100644 node_modules/.bin/lessc delete mode 100644 node_modules/.bin/lessc.cmd delete mode 100644 node_modules/.bin/lessc.ps1 delete mode 100644 node_modules/.bin/mkdirp delete mode 100644 node_modules/.bin/mkdirp.cmd delete mode 100644 node_modules/.bin/mkdirp.ps1 delete mode 100644 node_modules/.bin/nopt delete mode 100644 node_modules/.bin/nopt.cmd delete mode 100644 node_modules/.bin/nopt.ps1 delete mode 100644 node_modules/.bin/resolve delete mode 100644 node_modules/.bin/resolve.cmd delete mode 100644 node_modules/.bin/resolve.ps1 delete mode 100644 node_modules/.bin/rimraf delete mode 100644 node_modules/.bin/rimraf.cmd delete mode 100644 node_modules/.bin/rimraf.ps1 delete mode 100644 node_modules/.bin/rtlcss delete mode 100644 node_modules/.bin/rtlcss.cmd delete mode 100644 node_modules/.bin/rtlcss.ps1 delete mode 100644 node_modules/.bin/semver delete mode 100644 node_modules/.bin/semver.cmd delete mode 100644 node_modules/.bin/semver.ps1 delete mode 100644 node_modules/.bin/uglifyjs delete mode 100644 node_modules/.bin/uglifyjs.cmd delete mode 100644 node_modules/.bin/uglifyjs.ps1 delete mode 100644 node_modules/.bin/which delete mode 100644 node_modules/.bin/which.cmd delete mode 100644 node_modules/.bin/which.ps1 delete mode 100644 node_modules/.bin/yaml2json delete mode 100644 node_modules/.bin/yaml2json.cmd delete mode 100644 node_modules/.bin/yaml2json.ps1 diff --git a/node_modules/.bin/atob b/node_modules/.bin/atob deleted file mode 100644 index 59a6bf05..00000000 --- a/node_modules/.bin/atob +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../atob/bin/atob.js" "$@" - ret=$? -else - node "$basedir/../atob/bin/atob.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/atob.cmd b/node_modules/.bin/atob.cmd deleted file mode 100644 index b0df169a..00000000 --- a/node_modules/.bin/atob.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\atob\bin\atob.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/atob.ps1 b/node_modules/.bin/atob.ps1 deleted file mode 100644 index d276879f..00000000 --- a/node_modules/.bin/atob.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../atob/bin/atob.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../atob/bin/atob.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/autoprefixer b/node_modules/.bin/autoprefixer deleted file mode 100644 index 42d21a88..00000000 --- a/node_modules/.bin/autoprefixer +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../autoprefixer/bin/autoprefixer" "$@" - ret=$? -else - node "$basedir/../autoprefixer/bin/autoprefixer" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/autoprefixer.cmd b/node_modules/.bin/autoprefixer.cmd deleted file mode 100644 index 0e8c4ed6..00000000 --- a/node_modules/.bin/autoprefixer.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\autoprefixer\bin\autoprefixer" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/autoprefixer.ps1 b/node_modules/.bin/autoprefixer.ps1 deleted file mode 100644 index 7d171915..00000000 --- a/node_modules/.bin/autoprefixer.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/browserslist b/node_modules/.bin/browserslist deleted file mode 100644 index 5c05ea12..00000000 --- a/node_modules/.bin/browserslist +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../browserslist/cli.js" "$@" - ret=$? -else - node "$basedir/../browserslist/cli.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/browserslist.cmd b/node_modules/.bin/browserslist.cmd deleted file mode 100644 index d3f1ca91..00000000 --- a/node_modules/.bin/browserslist.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\browserslist\cli.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/browserslist.ps1 b/node_modules/.bin/browserslist.ps1 deleted file mode 100644 index 9fb149eb..00000000 --- a/node_modules/.bin/browserslist.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../browserslist/cli.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../browserslist/cli.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/color-support b/node_modules/.bin/color-support deleted file mode 100644 index 8bf9de45..00000000 --- a/node_modules/.bin/color-support +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../color-support/bin.js" "$@" - ret=$? -else - node "$basedir/../color-support/bin.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/color-support.cmd b/node_modules/.bin/color-support.cmd deleted file mode 100644 index 4ad98314..00000000 --- a/node_modules/.bin/color-support.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\color-support\bin.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/color-support.ps1 b/node_modules/.bin/color-support.ps1 deleted file mode 100644 index bbca6c64..00000000 --- a/node_modules/.bin/color-support.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../color-support/bin.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../color-support/bin.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/css-beautify b/node_modules/.bin/css-beautify deleted file mode 100644 index 152551c1..00000000 --- a/node_modules/.bin/css-beautify +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../js-beautify/js/bin/css-beautify.js" "$@" - ret=$? -else - node "$basedir/../js-beautify/js/bin/css-beautify.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/css-beautify.cmd b/node_modules/.bin/css-beautify.cmd deleted file mode 100644 index decdccdb..00000000 --- a/node_modules/.bin/css-beautify.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\js-beautify\js\bin\css-beautify.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/css-beautify.ps1 b/node_modules/.bin/css-beautify.ps1 deleted file mode 100644 index 71d2e7fd..00000000 --- a/node_modules/.bin/css-beautify.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../js-beautify/js/bin/css-beautify.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../js-beautify/js/bin/css-beautify.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/editorconfig b/node_modules/.bin/editorconfig deleted file mode 100644 index 887bce10..00000000 --- a/node_modules/.bin/editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../editorconfig/bin/editorconfig" "$@" - ret=$? -else - node "$basedir/../editorconfig/bin/editorconfig" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/editorconfig.cmd b/node_modules/.bin/editorconfig.cmd deleted file mode 100644 index 2af2f3c3..00000000 --- a/node_modules/.bin/editorconfig.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\editorconfig\bin\editorconfig" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/editorconfig.ps1 b/node_modules/.bin/editorconfig.ps1 deleted file mode 100644 index 1c0d5a88..00000000 --- a/node_modules/.bin/editorconfig.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../editorconfig/bin/editorconfig" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../editorconfig/bin/editorconfig" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/findup b/node_modules/.bin/findup deleted file mode 100644 index 5d2dbfe4..00000000 --- a/node_modules/.bin/findup +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../@choojs/findup/bin/findup.js" "$@" - ret=$? -else - node "$basedir/../@choojs/findup/bin/findup.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/findup.cmd b/node_modules/.bin/findup.cmd deleted file mode 100644 index 4a925314..00000000 --- a/node_modules/.bin/findup.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\@choojs\findup\bin\findup.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/findup.ps1 b/node_modules/.bin/findup.ps1 deleted file mode 100644 index 5ba3565c..00000000 --- a/node_modules/.bin/findup.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../@choojs/findup/bin/findup.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../@choojs/findup/bin/findup.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/gulp b/node_modules/.bin/gulp deleted file mode 100644 index 89f64dd1..00000000 --- a/node_modules/.bin/gulp +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../gulp/bin/gulp.js" "$@" - ret=$? -else - node "$basedir/../gulp/bin/gulp.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/gulp.cmd b/node_modules/.bin/gulp.cmd deleted file mode 100644 index 426ab811..00000000 --- a/node_modules/.bin/gulp.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\gulp\bin\gulp.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/gulp.ps1 b/node_modules/.bin/gulp.ps1 deleted file mode 100644 index 1e2949c9..00000000 --- a/node_modules/.bin/gulp.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../gulp/bin/gulp.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../gulp/bin/gulp.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/html-beautify b/node_modules/.bin/html-beautify deleted file mode 100644 index e0f07d1e..00000000 --- a/node_modules/.bin/html-beautify +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../js-beautify/js/bin/html-beautify.js" "$@" - ret=$? -else - node "$basedir/../js-beautify/js/bin/html-beautify.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/html-beautify.cmd b/node_modules/.bin/html-beautify.cmd deleted file mode 100644 index 692f9526..00000000 --- a/node_modules/.bin/html-beautify.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\js-beautify\js\bin\html-beautify.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/html-beautify.ps1 b/node_modules/.bin/html-beautify.ps1 deleted file mode 100644 index 359b4a00..00000000 --- a/node_modules/.bin/html-beautify.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../js-beautify/js/bin/html-beautify.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../js-beautify/js/bin/html-beautify.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/js-beautify b/node_modules/.bin/js-beautify deleted file mode 100644 index b5c0bea8..00000000 --- a/node_modules/.bin/js-beautify +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../js-beautify/js/bin/js-beautify.js" "$@" - ret=$? -else - node "$basedir/../js-beautify/js/bin/js-beautify.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/js-beautify.cmd b/node_modules/.bin/js-beautify.cmd deleted file mode 100644 index 5b607542..00000000 --- a/node_modules/.bin/js-beautify.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\js-beautify\js\bin\js-beautify.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/js-beautify.ps1 b/node_modules/.bin/js-beautify.ps1 deleted file mode 100644 index 1ef24f06..00000000 --- a/node_modules/.bin/js-beautify.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../js-beautify/js/bin/js-beautify.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../js-beautify/js/bin/js-beautify.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/json2yaml b/node_modules/.bin/json2yaml deleted file mode 100644 index 3b0568e7..00000000 --- a/node_modules/.bin/json2yaml +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../yamljs/bin/json2yaml" "$@" - ret=$? -else - node "$basedir/../yamljs/bin/json2yaml" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/json2yaml.cmd b/node_modules/.bin/json2yaml.cmd deleted file mode 100644 index 04585d4e..00000000 --- a/node_modules/.bin/json2yaml.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\yamljs\bin\json2yaml" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/json2yaml.ps1 b/node_modules/.bin/json2yaml.ps1 deleted file mode 100644 index 02fdfbb0..00000000 --- a/node_modules/.bin/json2yaml.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../yamljs/bin/json2yaml" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../yamljs/bin/json2yaml" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/lessc b/node_modules/.bin/lessc deleted file mode 100644 index 6d5d8d47..00000000 --- a/node_modules/.bin/lessc +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../less/bin/lessc" "$@" - ret=$? -else - node "$basedir/../less/bin/lessc" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/lessc.cmd b/node_modules/.bin/lessc.cmd deleted file mode 100644 index dca543a5..00000000 --- a/node_modules/.bin/lessc.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\less\bin\lessc" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/lessc.ps1 b/node_modules/.bin/lessc.ps1 deleted file mode 100644 index a21d9ac4..00000000 --- a/node_modules/.bin/lessc.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../less/bin/lessc" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../less/bin/lessc" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/mkdirp b/node_modules/.bin/mkdirp deleted file mode 100644 index bcd333f4..00000000 --- a/node_modules/.bin/mkdirp +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@" - ret=$? -else - node "$basedir/../mkdirp/bin/cmd.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/mkdirp.cmd b/node_modules/.bin/mkdirp.cmd deleted file mode 100644 index c2c9350b..00000000 --- a/node_modules/.bin/mkdirp.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\mkdirp\bin\cmd.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/mkdirp.ps1 b/node_modules/.bin/mkdirp.ps1 deleted file mode 100644 index 35ce6907..00000000 --- a/node_modules/.bin/mkdirp.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../mkdirp/bin/cmd.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../mkdirp/bin/cmd.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/nopt b/node_modules/.bin/nopt deleted file mode 100644 index e658aac4..00000000 --- a/node_modules/.bin/nopt +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" - ret=$? -else - node "$basedir/../nopt/bin/nopt.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/nopt.cmd b/node_modules/.bin/nopt.cmd deleted file mode 100644 index c92ec036..00000000 --- a/node_modules/.bin/nopt.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\nopt\bin\nopt.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/nopt.ps1 b/node_modules/.bin/nopt.ps1 deleted file mode 100644 index 68c40bf9..00000000 --- a/node_modules/.bin/nopt.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../nopt/bin/nopt.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../nopt/bin/nopt.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/resolve b/node_modules/.bin/resolve deleted file mode 100644 index fc0df5e8..00000000 --- a/node_modules/.bin/resolve +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../resolve/bin/resolve" "$@" - ret=$? -else - node "$basedir/../resolve/bin/resolve" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/resolve.cmd b/node_modules/.bin/resolve.cmd deleted file mode 100644 index 084c0b14..00000000 --- a/node_modules/.bin/resolve.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\resolve\bin\resolve" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/resolve.ps1 b/node_modules/.bin/resolve.ps1 deleted file mode 100644 index 12d67249..00000000 --- a/node_modules/.bin/resolve.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../resolve/bin/resolve" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../resolve/bin/resolve" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/rimraf b/node_modules/.bin/rimraf deleted file mode 100644 index a3e9f718..00000000 --- a/node_modules/.bin/rimraf +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../rimraf/bin.js" "$@" - ret=$? -else - node "$basedir/../rimraf/bin.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/rimraf.cmd b/node_modules/.bin/rimraf.cmd deleted file mode 100644 index 698f4ba0..00000000 --- a/node_modules/.bin/rimraf.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\rimraf\bin.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/rimraf.ps1 b/node_modules/.bin/rimraf.ps1 deleted file mode 100644 index a244a805..00000000 --- a/node_modules/.bin/rimraf.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../rimraf/bin.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../rimraf/bin.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/rtlcss b/node_modules/.bin/rtlcss deleted file mode 100644 index 191d12bb..00000000 --- a/node_modules/.bin/rtlcss +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../rtlcss/bin/rtlcss.js" "$@" - ret=$? -else - node "$basedir/../rtlcss/bin/rtlcss.js" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/rtlcss.cmd b/node_modules/.bin/rtlcss.cmd deleted file mode 100644 index ac837473..00000000 --- a/node_modules/.bin/rtlcss.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\rtlcss\bin\rtlcss.js" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/rtlcss.ps1 b/node_modules/.bin/rtlcss.ps1 deleted file mode 100644 index d59e8e50..00000000 --- a/node_modules/.bin/rtlcss.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../rtlcss/bin/rtlcss.js" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../rtlcss/bin/rtlcss.js" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/semver b/node_modules/.bin/semver deleted file mode 100644 index 10497aa8..00000000 --- a/node_modules/.bin/semver +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../semver/bin/semver" "$@" - ret=$? -else - node "$basedir/../semver/bin/semver" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/semver.cmd b/node_modules/.bin/semver.cmd deleted file mode 100644 index eb3aaa1e..00000000 --- a/node_modules/.bin/semver.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\semver\bin\semver" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/semver.ps1 b/node_modules/.bin/semver.ps1 deleted file mode 100644 index a3315ffc..00000000 --- a/node_modules/.bin/semver.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../semver/bin/semver" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../semver/bin/semver" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/uglifyjs b/node_modules/.bin/uglifyjs deleted file mode 100644 index 8aa695c4..00000000 --- a/node_modules/.bin/uglifyjs +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../uglify-js/bin/uglifyjs" "$@" - ret=$? -else - node "$basedir/../uglify-js/bin/uglifyjs" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/uglifyjs.cmd b/node_modules/.bin/uglifyjs.cmd deleted file mode 100644 index ad74c56b..00000000 --- a/node_modules/.bin/uglifyjs.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\uglify-js\bin\uglifyjs" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/uglifyjs.ps1 b/node_modules/.bin/uglifyjs.ps1 deleted file mode 100644 index e6749c73..00000000 --- a/node_modules/.bin/uglifyjs.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../uglify-js/bin/uglifyjs" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../uglify-js/bin/uglifyjs" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/which b/node_modules/.bin/which deleted file mode 100644 index 12cde792..00000000 --- a/node_modules/.bin/which +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../which/bin/which" "$@" - ret=$? -else - node "$basedir/../which/bin/which" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/which.cmd b/node_modules/.bin/which.cmd deleted file mode 100644 index 0664965c..00000000 --- a/node_modules/.bin/which.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\which\bin\which" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/which.ps1 b/node_modules/.bin/which.ps1 deleted file mode 100644 index d0231706..00000000 --- a/node_modules/.bin/which.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../which/bin/which" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../which/bin/which" $args - $ret=$LASTEXITCODE -} -exit $ret diff --git a/node_modules/.bin/yaml2json b/node_modules/.bin/yaml2json deleted file mode 100644 index 62a97289..00000000 --- a/node_modules/.bin/yaml2json +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") - -case `uname` in - *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;; -esac - -if [ -x "$basedir/node" ]; then - "$basedir/node" "$basedir/../yamljs/bin/yaml2json" "$@" - ret=$? -else - node "$basedir/../yamljs/bin/yaml2json" "$@" - ret=$? -fi -exit $ret diff --git a/node_modules/.bin/yaml2json.cmd b/node_modules/.bin/yaml2json.cmd deleted file mode 100644 index a83438c0..00000000 --- a/node_modules/.bin/yaml2json.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\yamljs\bin\yaml2json" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b diff --git a/node_modules/.bin/yaml2json.ps1 b/node_modules/.bin/yaml2json.ps1 deleted file mode 100644 index 2123d11e..00000000 --- a/node_modules/.bin/yaml2json.ps1 +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env pwsh -$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent - -$exe="" -if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { - # Fix case when both the Windows and Linux builds of Node - # are installed in the same directory - $exe=".exe" -} -$ret=0 -if (Test-Path "$basedir/node$exe") { - & "$basedir/node$exe" "$basedir/../yamljs/bin/yaml2json" $args - $ret=$LASTEXITCODE -} else { - & "node$exe" "$basedir/../yamljs/bin/yaml2json" $args - $ret=$LASTEXITCODE -} -exit $ret