Changeset 59329aa for trip-planner-front/node_modules/.bin
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/.bin
- Files:
-
- 156 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/.bin/acorn
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../acorn/bin/acorn" "$@" 9 "$basedir/node" "$basedir/../acorn/bin/acorn" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../acorn/bin/acorn" "$@" 12 node "$basedir/../acorn/bin/acorn" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/acorn.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\acorn\bin\acorn" %* 12 "%_prog%" "%dp0%\..\acorn\bin\acorn" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/acorn.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../acorn/bin/acorn" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../acorn/bin/acorn" $args 17 } 12 & "$basedir/node$exe" "$basedir/../acorn/bin/acorn" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../acorn/bin/acorn" $args 23 } else { 24 & "node$exe" "$basedir/../acorn/bin/acorn" $args 25 } 15 & "node$exe" "$basedir/../acorn/bin/acorn" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/ansi-html
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../ansi-html/bin/ansi-html" "$@" 9 "$basedir/node" "$basedir/../ansi-html/bin/ansi-html" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../ansi-html/bin/ansi-html" "$@" 12 node "$basedir/../ansi-html/bin/ansi-html" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/ansi-html.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\ansi-html\bin\ansi-html" %* 12 "%_prog%" "%dp0%\..\ansi-html\bin\ansi-html" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/ansi-html.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../ansi-html/bin/ansi-html" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../ansi-html/bin/ansi-html" $args 17 } 12 & "$basedir/node$exe" "$basedir/../ansi-html/bin/ansi-html" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../ansi-html/bin/ansi-html" $args 23 } else { 24 & "node$exe" "$basedir/../ansi-html/bin/ansi-html" $args 25 } 15 & "node$exe" "$basedir/../ansi-html/bin/ansi-html" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/atob
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../atob/bin/atob.js" "$@" 9 "$basedir/node" "$basedir/../atob/bin/atob.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../atob/bin/atob.js" "$@" 12 node "$basedir/../atob/bin/atob.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/atob.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\atob\bin\atob.js" %* 12 "%_prog%" "%dp0%\..\atob\bin\atob.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/atob.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../atob/bin/atob.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../atob/bin/atob.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../atob/bin/atob.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../atob/bin/atob.js" $args 23 } else { 24 & "node$exe" "$basedir/../atob/bin/atob.js" $args 25 } 15 & "node$exe" "$basedir/../atob/bin/atob.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/autoprefixer
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../autoprefixer/bin/autoprefixer" "$@" 9 "$basedir/node" "$basedir/../autoprefixer/bin/autoprefixer" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../autoprefixer/bin/autoprefixer" "$@" 12 node "$basedir/../autoprefixer/bin/autoprefixer" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/autoprefixer.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\autoprefixer\bin\autoprefixer" %* 12 "%_prog%" "%dp0%\..\autoprefixer\bin\autoprefixer" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/autoprefixer.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args 17 } 12 & "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args 23 } else { 24 & "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args 25 } 15 & "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/browserslist
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../browserslist/cli.js" "$@" 9 "$basedir/node" "$basedir/../browserslist/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../browserslist/cli.js" "$@" 12 node "$basedir/../browserslist/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/browserslist.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\browserslist\cli.js" %* 12 "%_prog%" "%dp0%\..\browserslist\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/browserslist.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../browserslist/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../browserslist/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../browserslist/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../browserslist/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../browserslist/cli.js" $args 25 } 15 & "node$exe" "$basedir/../browserslist/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/build-optimizer
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" "$@" 9 "$basedir/node" "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" "$@" 12 node "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/build-optimizer.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@angular-devkit\build-optimizer\src\build-optimizer\cli.js" %* 12 "%_prog%" "%dp0%\..\@angular-devkit\build-optimizer\src\build-optimizer\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/build-optimizer.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" $args 25 } 15 & "node$exe" "$basedir/../@angular-devkit/build-optimizer/src/build-optimizer/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/css-blank-pseudo
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../css-blank-pseudo/cli.js" "$@" 9 "$basedir/node" "$basedir/../css-blank-pseudo/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../css-blank-pseudo/cli.js" "$@" 12 node "$basedir/../css-blank-pseudo/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/css-blank-pseudo.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\css-blank-pseudo\cli.js" %* 12 "%_prog%" "%dp0%\..\css-blank-pseudo\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/css-blank-pseudo.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../css-blank-pseudo/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../css-blank-pseudo/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../css-blank-pseudo/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../css-blank-pseudo/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../css-blank-pseudo/cli.js" $args 25 } 15 & "node$exe" "$basedir/../css-blank-pseudo/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/css-has-pseudo
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../css-has-pseudo/cli.js" "$@" 9 "$basedir/node" "$basedir/../css-has-pseudo/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../css-has-pseudo/cli.js" "$@" 12 node "$basedir/../css-has-pseudo/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/css-has-pseudo.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\css-has-pseudo\cli.js" %* 12 "%_prog%" "%dp0%\..\css-has-pseudo\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/css-has-pseudo.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../css-has-pseudo/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../css-has-pseudo/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../css-has-pseudo/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../css-has-pseudo/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../css-has-pseudo/cli.js" $args 25 } 15 & "node$exe" "$basedir/../css-has-pseudo/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/css-prefers-color-scheme
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../css-prefers-color-scheme/cli.js" "$@" 9 "$basedir/node" "$basedir/../css-prefers-color-scheme/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../css-prefers-color-scheme/cli.js" "$@" 12 node "$basedir/../css-prefers-color-scheme/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/css-prefers-color-scheme.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\css-prefers-color-scheme\cli.js" %* 12 "%_prog%" "%dp0%\..\css-prefers-color-scheme\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/css-prefers-color-scheme.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../css-prefers-color-scheme/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../css-prefers-color-scheme/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../css-prefers-color-scheme/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../css-prefers-color-scheme/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../css-prefers-color-scheme/cli.js" $args 25 } 15 & "node$exe" "$basedir/../css-prefers-color-scheme/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/cssesc
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../cssesc/bin/cssesc" "$@" 9 "$basedir/node" "$basedir/../cssesc/bin/cssesc" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../cssesc/bin/cssesc" "$@" 12 node "$basedir/../cssesc/bin/cssesc" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/cssesc.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\cssesc\bin\cssesc" %* 12 "%_prog%" "%dp0%\..\cssesc\bin\cssesc" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/cssesc.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../cssesc/bin/cssesc" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../cssesc/bin/cssesc" $args 17 } 12 & "$basedir/node$exe" "$basedir/../cssesc/bin/cssesc" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../cssesc/bin/cssesc" $args 23 } else { 24 & "node$exe" "$basedir/../cssesc/bin/cssesc" $args 25 } 15 & "node$exe" "$basedir/../cssesc/bin/cssesc" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/errno
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../errno/cli.js" "$@" 9 "$basedir/node" "$basedir/../errno/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../errno/cli.js" "$@" 12 node "$basedir/../errno/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/errno.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\errno\cli.js" %* 12 "%_prog%" "%dp0%\..\errno\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/errno.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../errno/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../errno/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../errno/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../errno/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../errno/cli.js" $args 25 } 15 & "node$exe" "$basedir/../errno/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/esbuild
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../esbuild/bin/esbuild" "$@" 9 "$basedir/node" "$basedir/../esbuild/bin/esbuild" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../esbuild/bin/esbuild" "$@" 12 node "$basedir/../esbuild/bin/esbuild" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/esbuild.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\esbuild\bin\esbuild" %* 12 "%_prog%" "%dp0%\..\esbuild\bin\esbuild" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/esbuild.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../esbuild/bin/esbuild" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../esbuild/bin/esbuild" $args 17 } 12 & "$basedir/node$exe" "$basedir/../esbuild/bin/esbuild" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../esbuild/bin/esbuild" $args 23 } else { 24 & "node$exe" "$basedir/../esbuild/bin/esbuild" $args 25 } 15 & "node$exe" "$basedir/../esbuild/bin/esbuild" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/image-size
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../image-size/bin/image-size.js" "$@" 9 "$basedir/node" "$basedir/../image-size/bin/image-size.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../image-size/bin/image-size.js" "$@" 12 node "$basedir/../image-size/bin/image-size.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/image-size.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\image-size\bin\image-size.js" %* 12 "%_prog%" "%dp0%\..\image-size\bin\image-size.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/image-size.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../image-size/bin/image-size.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../image-size/bin/image-size.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../image-size/bin/image-size.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../image-size/bin/image-size.js" $args 23 } else { 24 & "node$exe" "$basedir/../image-size/bin/image-size.js" $args 25 } 15 & "node$exe" "$basedir/../image-size/bin/image-size.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/import-local-fixture
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../import-local/fixtures/cli.js" "$@" 9 "$basedir/node" "$basedir/../import-local/fixtures/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../import-local/fixtures/cli.js" "$@" 12 node "$basedir/../import-local/fixtures/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/import-local-fixture.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\import-local\fixtures\cli.js" %* 12 "%_prog%" "%dp0%\..\import-local\fixtures\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/import-local-fixture.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../import-local/fixtures/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../import-local/fixtures/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../import-local/fixtures/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../import-local/fixtures/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../import-local/fixtures/cli.js" $args 25 } 15 & "node$exe" "$basedir/../import-local/fixtures/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/installed-package-contents
rceaed42 r59329aa 6 6 esac 7 7 8 exec "$basedir/../@npmcli/installed-package-contents/index.js" "$@" 8 "$basedir/../@npmcli/installed-package-contents/index.js" "$@" 9 exit $? -
trip-planner-front/node_modules/.bin/installed-package-contents.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start 2 SETLOCAL 3 CALL :find_dp0 4 "%dp0%\..\@npmcli\installed-package-contents\index.js" %* 5 ENDLOCAL 6 EXIT /b %errorlevel% 3 7 :find_dp0 4 8 SET dp0=%~dp0 5 9 EXIT /b 6 :start7 SETLOCAL8 CALL :find_dp09 "%dp0%\..\@npmcli\installed-package-contents\index.js" %* -
trip-planner-front/node_modules/.bin/installed-package-contents.ps1
rceaed42 r59329aa 8 8 $exe=".exe" 9 9 } 10 # Support pipeline input 11 if ($MyInvocation.ExpectingInput) { 12 $input | & "$basedir/../@npmcli/installed-package-contents/index.js" $args 13 } else { 14 & "$basedir/../@npmcli/installed-package-contents/index.js" $args 15 } 10 & "$basedir/../@npmcli/installed-package-contents/index.js" $args 16 11 exit $LASTEXITCODE -
trip-planner-front/node_modules/.bin/is-docker
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../is-docker/cli.js" "$@" 9 "$basedir/node" "$basedir/../is-docker/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../is-docker/cli.js" "$@" 12 node "$basedir/../is-docker/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/is-docker.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\is-docker\cli.js" %* 12 "%_prog%" "%dp0%\..\is-docker\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/is-docker.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../is-docker/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../is-docker/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../is-docker/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../is-docker/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../is-docker/cli.js" $args 25 } 15 & "node$exe" "$basedir/../is-docker/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/ivy-ngcc
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" "$@" 9 "$basedir/node" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" "$@" 12 node "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/ivy-ngcc.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@angular\compiler-cli\ngcc\main-ivy-ngcc.js" %* 12 "%_prog%" "%dp0%\..\@angular\compiler-cli\ngcc\main-ivy-ngcc.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/ivy-ngcc.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 23 } else { 24 & "node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 25 } 15 & "node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ivy-ngcc.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/jsesc
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@" 9 "$basedir/node" "$basedir/../jsesc/bin/jsesc" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../jsesc/bin/jsesc" "$@" 12 node "$basedir/../jsesc/bin/jsesc" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/jsesc.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\jsesc\bin\jsesc" %* 12 "%_prog%" "%dp0%\..\jsesc\bin\jsesc" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/jsesc.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../jsesc/bin/jsesc" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../jsesc/bin/jsesc" $args 17 } 12 & "$basedir/node$exe" "$basedir/../jsesc/bin/jsesc" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../jsesc/bin/jsesc" $args 23 } else { 24 & "node$exe" "$basedir/../jsesc/bin/jsesc" $args 25 } 15 & "node$exe" "$basedir/../jsesc/bin/jsesc" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/json5
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../json5/lib/cli.js" "$@" 9 "$basedir/node" "$basedir/../json5/lib/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../json5/lib/cli.js" "$@" 12 node "$basedir/../json5/lib/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/json5.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\json5\lib\cli.js" %* 12 "%_prog%" "%dp0%\..\json5\lib\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/json5.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../json5/lib/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../json5/lib/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../json5/lib/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../json5/lib/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../json5/lib/cli.js" $args 25 } 15 & "node$exe" "$basedir/../json5/lib/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/karma
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../karma/bin/karma" "$@" 9 "$basedir/node" "$basedir/../karma/bin/karma" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../karma/bin/karma" "$@" 12 node "$basedir/../karma/bin/karma" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/karma.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\karma\bin\karma" %* 12 "%_prog%" "%dp0%\..\karma\bin\karma" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/karma.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../karma/bin/karma" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../karma/bin/karma" $args 17 } 12 & "$basedir/node$exe" "$basedir/../karma/bin/karma" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../karma/bin/karma" $args 23 } else { 24 & "node$exe" "$basedir/../karma/bin/karma" $args 25 } 15 & "node$exe" "$basedir/../karma/bin/karma" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/lessc
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../less/bin/lessc" "$@" 9 "$basedir/node" "$basedir/../less/bin/lessc" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../less/bin/lessc" "$@" 12 node "$basedir/../less/bin/lessc" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/lessc.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\less\bin\lessc" %* 12 "%_prog%" "%dp0%\..\less\bin\lessc" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/lessc.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../less/bin/lessc" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../less/bin/lessc" $args 17 } 12 & "$basedir/node$exe" "$basedir/../less/bin/lessc" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../less/bin/lessc" $args 23 } else { 24 & "node$exe" "$basedir/../less/bin/lessc" $args 25 } 15 & "node$exe" "$basedir/../less/bin/lessc" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/mime
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../mime/cli.js" "$@" 9 "$basedir/node" "$basedir/../mime/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../mime/cli.js" "$@" 12 node "$basedir/../mime/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/mime.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\mime\cli.js" %* 12 "%_prog%" "%dp0%\..\mime\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/mime.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../mime/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../mime/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../mime/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../mime/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../mime/cli.js" $args 25 } 15 & "node$exe" "$basedir/../mime/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/mkdirp
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@" 9 "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../mkdirp/bin/cmd.js" "$@" 12 node "$basedir/../mkdirp/bin/cmd.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/mkdirp.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\mkdirp\bin\cmd.js" %* 12 "%_prog%" "%dp0%\..\mkdirp\bin\cmd.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/mkdirp.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../mkdirp/bin/cmd.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../mkdirp/bin/cmd.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../mkdirp/bin/cmd.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../mkdirp/bin/cmd.js" $args 23 } else { 24 & "node$exe" "$basedir/../mkdirp/bin/cmd.js" $args 25 } 15 & "node$exe" "$basedir/../mkdirp/bin/cmd.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/multicast-dns
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../multicast-dns/cli.js" "$@" 9 "$basedir/node" "$basedir/../multicast-dns/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../multicast-dns/cli.js" "$@" 12 node "$basedir/../multicast-dns/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/multicast-dns.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\multicast-dns\cli.js" %* 12 "%_prog%" "%dp0%\..\multicast-dns\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/multicast-dns.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../multicast-dns/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../multicast-dns/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../multicast-dns/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../multicast-dns/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../multicast-dns/cli.js" $args 25 } 15 & "node$exe" "$basedir/../multicast-dns/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/nanoid
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../nanoid/bin/nanoid.cjs" "$@" 9 "$basedir/node" "$basedir/../nanoid/bin/nanoid.cjs" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../nanoid/bin/nanoid.cjs" "$@" 12 node "$basedir/../nanoid/bin/nanoid.cjs" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/nanoid.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\nanoid\bin\nanoid.cjs" %* 12 "%_prog%" "%dp0%\..\nanoid\bin\nanoid.cjs" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/nanoid.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args 17 } 12 & "$basedir/node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args 23 } else { 24 & "node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args 25 } 15 & "node$exe" "$basedir/../nanoid/bin/nanoid.cjs" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/needle
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../needle/bin/needle" "$@" 9 "$basedir/node" "$basedir/../needle/bin/needle" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../needle/bin/needle" "$@" 12 node "$basedir/../needle/bin/needle" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/needle.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\needle\bin\needle" %* 12 "%_prog%" "%dp0%\..\needle\bin\needle" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/needle.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../needle/bin/needle" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../needle/bin/needle" $args 17 } 12 & "$basedir/node$exe" "$basedir/../needle/bin/needle" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../needle/bin/needle" $args 23 } else { 24 & "node$exe" "$basedir/../needle/bin/needle" $args 25 } 15 & "node$exe" "$basedir/../needle/bin/needle" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/ng
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../@angular/cli/bin/ng" "$@" 9 "$basedir/node" "$basedir/../@angular/cli/bin/ng" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../@angular/cli/bin/ng" "$@" 12 node "$basedir/../@angular/cli/bin/ng" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/ng-xi18n
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../@angular/compiler-cli/src/extract_i18n.js" "$@" 9 "$basedir/node" "$basedir/../@angular/compiler-cli/src/extract_i18n.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../@angular/compiler-cli/src/extract_i18n.js" "$@" 12 node "$basedir/../@angular/compiler-cli/src/extract_i18n.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/ng-xi18n.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@angular\compiler-cli\src\extract_i18n.js" %* 12 "%_prog%" "%dp0%\..\@angular\compiler-cli\src\extract_i18n.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/ng-xi18n.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/src/extract_i18n.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/src/extract_i18n.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/src/extract_i18n.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../@angular/compiler-cli/src/extract_i18n.js" $args 23 } else { 24 & "node$exe" "$basedir/../@angular/compiler-cli/src/extract_i18n.js" $args 25 } 15 & "node$exe" "$basedir/../@angular/compiler-cli/src/extract_i18n.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/ng.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@angular\cli\bin\ng" %* 12 "%_prog%" "%dp0%\..\@angular\cli\bin\ng" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/ng.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../@angular/cli/bin/ng" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../@angular/cli/bin/ng" $args 17 } 12 & "$basedir/node$exe" "$basedir/../@angular/cli/bin/ng" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../@angular/cli/bin/ng" $args 23 } else { 24 & "node$exe" "$basedir/../@angular/cli/bin/ng" $args 25 } 15 & "node$exe" "$basedir/../@angular/cli/bin/ng" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/ngc
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../@angular/compiler-cli/src/main.js" "$@" 9 "$basedir/node" "$basedir/../@angular/compiler-cli/src/main.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../@angular/compiler-cli/src/main.js" "$@" 12 node "$basedir/../@angular/compiler-cli/src/main.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/ngc.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@angular\compiler-cli\src\main.js" %* 12 "%_prog%" "%dp0%\..\@angular\compiler-cli\src\main.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/ngc.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/src/main.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/src/main.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/src/main.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../@angular/compiler-cli/src/main.js" $args 23 } else { 24 & "node$exe" "$basedir/../@angular/compiler-cli/src/main.js" $args 25 } 15 & "node$exe" "$basedir/../@angular/compiler-cli/src/main.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/ngcc
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" "$@" 9 "$basedir/node" "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" "$@" 12 node "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/ngcc.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@angular\compiler-cli\ngcc\main-ngcc.js" %* 12 "%_prog%" "%dp0%\..\@angular\compiler-cli\ngcc\main-ngcc.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/ngcc.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" $args 23 } else { 24 & "node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" $args 25 } 15 & "node$exe" "$basedir/../@angular/compiler-cli/ngcc/main-ngcc.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/node-gyp
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../node-gyp/bin/node-gyp.js" "$@" 9 "$basedir/node" "$basedir/../node-gyp/bin/node-gyp.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../node-gyp/bin/node-gyp.js" "$@" 12 node "$basedir/../node-gyp/bin/node-gyp.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/node-gyp.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\node-gyp\bin\node-gyp.js" %* 12 "%_prog%" "%dp0%\..\node-gyp\bin\node-gyp.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/node-gyp.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args 23 } else { 24 & "node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args 25 } 15 & "node$exe" "$basedir/../node-gyp/bin/node-gyp.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/nopt
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" 9 "$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../nopt/bin/nopt.js" "$@" 12 node "$basedir/../nopt/bin/nopt.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/nopt.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\nopt\bin\nopt.js" %* 12 "%_prog%" "%dp0%\..\nopt\bin\nopt.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/nopt.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../nopt/bin/nopt.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../nopt/bin/nopt.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../nopt/bin/nopt.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../nopt/bin/nopt.js" $args 23 } else { 24 & "node$exe" "$basedir/../nopt/bin/nopt.js" $args 25 } 15 & "node$exe" "$basedir/../nopt/bin/nopt.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/npm-packlist
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../npm-packlist/bin/index.js" "$@" 9 "$basedir/node" "$basedir/../npm-packlist/bin/index.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../npm-packlist/bin/index.js" "$@" 12 node "$basedir/../npm-packlist/bin/index.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/npm-packlist.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\npm-packlist\bin\index.js" %* 12 "%_prog%" "%dp0%\..\npm-packlist\bin\index.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/npm-packlist.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../npm-packlist/bin/index.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../npm-packlist/bin/index.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../npm-packlist/bin/index.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../npm-packlist/bin/index.js" $args 23 } else { 24 & "node$exe" "$basedir/../npm-packlist/bin/index.js" $args 25 } 15 & "node$exe" "$basedir/../npm-packlist/bin/index.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/pacote
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../pacote/lib/bin.js" "$@" 9 "$basedir/node" "$basedir/../pacote/lib/bin.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../pacote/lib/bin.js" "$@" 12 node "$basedir/../pacote/lib/bin.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/pacote.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\pacote\lib\bin.js" %* 12 "%_prog%" "%dp0%\..\pacote\lib\bin.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/pacote.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../pacote/lib/bin.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../pacote/lib/bin.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../pacote/lib/bin.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../pacote/lib/bin.js" $args 23 } else { 24 & "node$exe" "$basedir/../pacote/lib/bin.js" $args 25 } 15 & "node$exe" "$basedir/../pacote/lib/bin.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/parser
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../@babel/parser/bin/babel-parser.js" "$@" 9 "$basedir/node" "$basedir/../@babel/parser/bin/babel-parser.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../@babel/parser/bin/babel-parser.js" "$@" 12 node "$basedir/../@babel/parser/bin/babel-parser.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/parser.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@babel\parser\bin\babel-parser.js" %* 12 "%_prog%" "%dp0%\..\@babel\parser\bin\babel-parser.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/parser.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args 23 } else { 24 & "node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args 25 } 15 & "node$exe" "$basedir/../@babel/parser/bin/babel-parser.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/regjsparser
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../regjsparser/bin/parser" "$@" 9 "$basedir/node" "$basedir/../regjsparser/bin/parser" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../regjsparser/bin/parser" "$@" 12 node "$basedir/../regjsparser/bin/parser" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/regjsparser.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\regjsparser\bin\parser" %* 12 "%_prog%" "%dp0%\..\regjsparser\bin\parser" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/regjsparser.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../regjsparser/bin/parser" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../regjsparser/bin/parser" $args 17 } 12 & "$basedir/node$exe" "$basedir/../regjsparser/bin/parser" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../regjsparser/bin/parser" $args 23 } else { 24 & "node$exe" "$basedir/../regjsparser/bin/parser" $args 25 } 15 & "node$exe" "$basedir/../regjsparser/bin/parser" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/rimraf
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../rimraf/bin.js" "$@" 9 "$basedir/node" "$basedir/../rimraf/bin.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../rimraf/bin.js" "$@" 12 node "$basedir/../rimraf/bin.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/rimraf.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\rimraf\bin.js" %* 12 "%_prog%" "%dp0%\..\rimraf\bin.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/rimraf.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../rimraf/bin.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../rimraf/bin.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../rimraf/bin.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../rimraf/bin.js" $args 23 } else { 24 & "node$exe" "$basedir/../rimraf/bin.js" $args 25 } 15 & "node$exe" "$basedir/../rimraf/bin.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/sass
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../sass/sass.js" "$@" 9 "$basedir/node" "$basedir/../sass/sass.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../sass/sass.js" "$@" 12 node "$basedir/../sass/sass.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/sass.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\sass\sass.js" %* 12 "%_prog%" "%dp0%\..\sass\sass.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/sass.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../sass/sass.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../sass/sass.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../sass/sass.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../sass/sass.js" $args 23 } else { 24 & "node$exe" "$basedir/../sass/sass.js" $args 25 } 15 & "node$exe" "$basedir/../sass/sass.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/semver
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../semver/bin/semver.js" "$@" 9 "$basedir/node" "$basedir/../semver/bin/semver.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../semver/bin/semver.js" "$@" 12 node "$basedir/../semver/bin/semver.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/semver.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver.js" %* 12 "%_prog%" "%dp0%\..\semver\bin\semver.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/semver.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../semver/bin/semver.js" $args 23 } else { 24 & "node$exe" "$basedir/../semver/bin/semver.js" $args 25 } 15 & "node$exe" "$basedir/../semver/bin/semver.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/sshpk-conv
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../sshpk/bin/sshpk-conv" "$@" 9 "$basedir/node" "$basedir/../sshpk/bin/sshpk-conv" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../sshpk/bin/sshpk-conv" "$@" 12 node "$basedir/../sshpk/bin/sshpk-conv" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/sshpk-conv.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\sshpk\bin\sshpk-conv" %* 12 "%_prog%" "%dp0%\..\sshpk\bin\sshpk-conv" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/sshpk-conv.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-conv" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-conv" $args 17 } 12 & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-conv" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../sshpk/bin/sshpk-conv" $args 23 } else { 24 & "node$exe" "$basedir/../sshpk/bin/sshpk-conv" $args 25 } 15 & "node$exe" "$basedir/../sshpk/bin/sshpk-conv" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/sshpk-sign
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../sshpk/bin/sshpk-sign" "$@" 9 "$basedir/node" "$basedir/../sshpk/bin/sshpk-sign" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../sshpk/bin/sshpk-sign" "$@" 12 node "$basedir/../sshpk/bin/sshpk-sign" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/sshpk-sign.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\sshpk\bin\sshpk-sign" %* 12 "%_prog%" "%dp0%\..\sshpk\bin\sshpk-sign" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/sshpk-sign.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-sign" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-sign" $args 17 } 12 & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-sign" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../sshpk/bin/sshpk-sign" $args 23 } else { 24 & "node$exe" "$basedir/../sshpk/bin/sshpk-sign" $args 25 } 15 & "node$exe" "$basedir/../sshpk/bin/sshpk-sign" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/sshpk-verify
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../sshpk/bin/sshpk-verify" "$@" 9 "$basedir/node" "$basedir/../sshpk/bin/sshpk-verify" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../sshpk/bin/sshpk-verify" "$@" 12 node "$basedir/../sshpk/bin/sshpk-verify" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/sshpk-verify.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\sshpk\bin\sshpk-verify" %* 12 "%_prog%" "%dp0%\..\sshpk\bin\sshpk-verify" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/sshpk-verify.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-verify" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-verify" $args 17 } 12 & "$basedir/node$exe" "$basedir/../sshpk/bin/sshpk-verify" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../sshpk/bin/sshpk-verify" $args 23 } else { 24 & "node$exe" "$basedir/../sshpk/bin/sshpk-verify" $args 25 } 15 & "node$exe" "$basedir/../sshpk/bin/sshpk-verify" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/stylus
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../stylus/bin/stylus" "$@" 9 "$basedir/node" "$basedir/../stylus/bin/stylus" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../stylus/bin/stylus" "$@" 12 node "$basedir/../stylus/bin/stylus" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/stylus.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\stylus\bin\stylus" %* 12 "%_prog%" "%dp0%\..\stylus\bin\stylus" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/stylus.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../stylus/bin/stylus" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../stylus/bin/stylus" $args 17 } 12 & "$basedir/node$exe" "$basedir/../stylus/bin/stylus" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../stylus/bin/stylus" $args 23 } else { 24 & "node$exe" "$basedir/../stylus/bin/stylus" $args 25 } 15 & "node$exe" "$basedir/../stylus/bin/stylus" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/svgo
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../svgo/bin/svgo" "$@" 9 "$basedir/node" "$basedir/../svgo/bin/svgo" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../svgo/bin/svgo" "$@" 12 node "$basedir/../svgo/bin/svgo" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/svgo.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\svgo\bin\svgo" %* 12 "%_prog%" "%dp0%\..\svgo\bin\svgo" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/svgo.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../svgo/bin/svgo" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../svgo/bin/svgo" $args 17 } 12 & "$basedir/node$exe" "$basedir/../svgo/bin/svgo" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../svgo/bin/svgo" $args 23 } else { 24 & "node$exe" "$basedir/../svgo/bin/svgo" $args 25 } 15 & "node$exe" "$basedir/../svgo/bin/svgo" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/terser
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../terser/bin/terser" "$@" 9 "$basedir/node" "$basedir/../terser/bin/terser" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../terser/bin/terser" "$@" 12 node "$basedir/../terser/bin/terser" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/terser.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\terser\bin\terser" %* 12 "%_prog%" "%dp0%\..\terser\bin\terser" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/terser.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../terser/bin/terser" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../terser/bin/terser" $args 17 } 12 & "$basedir/node$exe" "$basedir/../terser/bin/terser" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../terser/bin/terser" $args 23 } else { 24 & "node$exe" "$basedir/../terser/bin/terser" $args 25 } 15 & "node$exe" "$basedir/../terser/bin/terser" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/tree-kill
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../tree-kill/cli.js" "$@" 9 "$basedir/node" "$basedir/../tree-kill/cli.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../tree-kill/cli.js" "$@" 12 node "$basedir/../tree-kill/cli.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/tree-kill.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\tree-kill\cli.js" %* 12 "%_prog%" "%dp0%\..\tree-kill\cli.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/tree-kill.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../tree-kill/cli.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../tree-kill/cli.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../tree-kill/cli.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../tree-kill/cli.js" $args 23 } else { 24 & "node$exe" "$basedir/../tree-kill/cli.js" $args 25 } 15 & "node$exe" "$basedir/../tree-kill/cli.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/tsc
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@" 9 "$basedir/node" "$basedir/../typescript/bin/tsc" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../typescript/bin/tsc" "$@" 12 node "$basedir/../typescript/bin/tsc" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/tsc.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\typescript\bin\tsc" %* 12 "%_prog%" "%dp0%\..\typescript\bin\tsc" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/tsc.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args 17 } 12 & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../typescript/bin/tsc" $args 23 } else { 24 & "node$exe" "$basedir/../typescript/bin/tsc" $args 25 } 15 & "node$exe" "$basedir/../typescript/bin/tsc" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/tsserver
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@" 9 "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../typescript/bin/tsserver" "$@" 12 node "$basedir/../typescript/bin/tsserver" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/tsserver.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\typescript\bin\tsserver" %* 12 "%_prog%" "%dp0%\..\typescript\bin\tsserver" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/tsserver.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args 17 } 12 & "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../typescript/bin/tsserver" $args 23 } else { 24 & "node$exe" "$basedir/../typescript/bin/tsserver" $args 25 } 15 & "node$exe" "$basedir/../typescript/bin/tsserver" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/uuid
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../uuid/dist/bin/uuid" "$@" 9 "$basedir/node" "$basedir/../uuid/dist/bin/uuid" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../uuid/dist/bin/uuid" "$@" 12 node "$basedir/../uuid/dist/bin/uuid" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/uuid.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\uuid\dist\bin\uuid" %* 12 "%_prog%" "%dp0%\..\uuid\dist\bin\uuid" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/uuid.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../uuid/dist/bin/uuid" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../uuid/dist/bin/uuid" $args 17 } 12 & "$basedir/node$exe" "$basedir/../uuid/dist/bin/uuid" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../uuid/dist/bin/uuid" $args 23 } else { 24 & "node$exe" "$basedir/../uuid/dist/bin/uuid" $args 25 } 15 & "node$exe" "$basedir/../uuid/dist/bin/uuid" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/webpack
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../webpack/bin/webpack.js" "$@" 9 "$basedir/node" "$basedir/../webpack/bin/webpack.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../webpack/bin/webpack.js" "$@" 12 node "$basedir/../webpack/bin/webpack.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/webpack-dev-server
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" "$@" 9 "$basedir/node" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" "$@" 12 node "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/webpack-dev-server.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\webpack-dev-server\bin\webpack-dev-server.js" %* 12 "%_prog%" "%dp0%\..\webpack-dev-server\bin\webpack-dev-server.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/webpack-dev-server.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" $args 23 } else { 24 & "node$exe" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" $args 25 } 15 & "node$exe" "$basedir/../webpack-dev-server/bin/webpack-dev-server.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/webpack.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\webpack\bin\webpack.js" %* 12 "%_prog%" "%dp0%\..\webpack\bin\webpack.js" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/webpack.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../webpack/bin/webpack.js" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../webpack/bin/webpack.js" $args 17 } 12 & "$basedir/node$exe" "$basedir/../webpack/bin/webpack.js" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../webpack/bin/webpack.js" $args 23 } else { 24 & "node$exe" "$basedir/../webpack/bin/webpack.js" $args 25 } 15 & "node$exe" "$basedir/../webpack/bin/webpack.js" $args 26 16 $ret=$LASTEXITCODE 27 17 } -
trip-planner-front/node_modules/.bin/which
rceaed42 r59329aa 7 7 8 8 if [ -x "$basedir/node" ]; then 9 exec "$basedir/node" "$basedir/../which/bin/which" "$@" 9 "$basedir/node" "$basedir/../which/bin/which" "$@" 10 ret=$? 10 11 else 11 exec node "$basedir/../which/bin/which" "$@" 12 node "$basedir/../which/bin/which" "$@" 13 ret=$? 12 14 fi 15 exit $ret -
trip-planner-front/node_modules/.bin/which.cmd
rceaed42 r59329aa 1 1 @ECHO off 2 GOTO start3 :find_dp04 SET dp0=%~dp05 EXIT /b6 :start7 2 SETLOCAL 8 3 CALL :find_dp0 … … 15 10 ) 16 11 17 endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\which\bin\which" %* 12 "%_prog%" "%dp0%\..\which\bin\which" %* 13 ENDLOCAL 14 EXIT /b %errorlevel% 15 :find_dp0 16 SET dp0=%~dp0 17 EXIT /b -
trip-planner-front/node_modules/.bin/which.ps1
rceaed42 r59329aa 10 10 $ret=0 11 11 if (Test-Path "$basedir/node$exe") { 12 # Support pipeline input 13 if ($MyInvocation.ExpectingInput) { 14 $input | & "$basedir/node$exe" "$basedir/../which/bin/which" $args 15 } else { 16 & "$basedir/node$exe" "$basedir/../which/bin/which" $args 17 } 12 & "$basedir/node$exe" "$basedir/../which/bin/which" $args 18 13 $ret=$LASTEXITCODE 19 14 } else { 20 # Support pipeline input 21 if ($MyInvocation.ExpectingInput) { 22 $input | & "node$exe" "$basedir/../which/bin/which" $args 23 } else { 24 & "node$exe" "$basedir/../which/bin/which" $args 25 } 15 & "node$exe" "$basedir/../which/bin/which" $args 26 16 $ret=$LASTEXITCODE 27 17 }
Note:
See TracChangeset
for help on using the changeset viewer.