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

update deps

This commit is contained in:
s2
2018-12-11 18:39:24 +01:00
parent 3c557f7ce5
commit 325c4479cc
282 changed files with 1037 additions and 1457 deletions

View File

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

View File

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

View File

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

4
node_modules/touch/package.json generated vendored
View File

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