1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-03 12:50:04 +02:00

update dependencies

This commit is contained in:
s2
2018-10-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

View File

@@ -1 +1,15 @@
../nopt/bin/nopt.js
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
"$basedir/node" "$basedir/../nopt/bin/nopt.js" "$@"
ret=$?
else
node "$basedir/../nopt/bin/nopt.js" "$@"
ret=$?
fi
exit $ret

7
app/node_modules/touch/node_modules/.bin/nopt.cmd generated vendored Normal file
View File

@@ -0,0 +1,7 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\nopt\bin\nopt.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\nopt\bin\nopt.js" %*
)

View File

@@ -2,7 +2,7 @@
"_args": [
[
"nopt@1.0.10",
"/home/s2/Documents/Code/gitlit/app"
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
@@ -27,7 +27,7 @@
],
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
"_spec": "1.0.10",
"_where": "/home/s2/Documents/Code/gitlit/app",
"_where": "E:\\projects\\p\\gitlit\\app",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",

View File

@@ -2,7 +2,7 @@
"_args": [
[
"touch@0.0.3",
"/home/s2/Documents/Code/gitlit/app"
"E:\\projects\\p\\gitlit\\app"
]
],
"_development": true,
@@ -29,7 +29,7 @@
],
"_resolved": "https://registry.npmjs.org/touch/-/touch-0.0.3.tgz",
"_spec": "0.0.3",
"_where": "/home/s2/Documents/Code/gitlit/app",
"_where": "E:\\projects\\p\\gitlit\\app",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",