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

add node modules to repo

This commit is contained in:
s2
2018-06-03 13:47:11 +02:00
parent e8c95255e8
commit d002126b72
4115 changed files with 440218 additions and 7519 deletions

View File

@@ -1,15 +0,0 @@
#!/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

1
app/node_modules/touch/node_modules/.bin/nopt generated vendored Symbolic link
View File

@@ -0,0 +1 @@
../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" %*
)

0
app/node_modules/touch/node_modules/nopt/bin/nopt.js generated vendored Normal file → Executable file
View File

0
app/node_modules/touch/node_modules/nopt/examples/my-program.js generated vendored Normal file → Executable file
View File

View File

@@ -1,27 +1,33 @@
{
"_from": "nopt@~1.0.10",
"_args": [
[
"nopt@1.0.10",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "nopt@1.0.10",
"_id": "nopt@1.0.10",
"_inBundle": false,
"_integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=",
"_location": "/touch/nopt",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "nopt@~1.0.10",
"raw": "nopt@1.0.10",
"name": "nopt",
"escapedName": "nopt",
"rawSpec": "~1.0.10",
"rawSpec": "1.0.10",
"saveSpec": null,
"fetchSpec": "~1.0.10"
"fetchSpec": "1.0.10"
},
"_requiredBy": [
"/touch"
],
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
"_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
"_spec": "nopt@~1.0.10",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\touch",
"_spec": "1.0.10",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -33,15 +39,10 @@
"bugs": {
"url": "https://github.com/isaacs/nopt/issues"
},
"bundleDependencies": false,
"dependencies": {
"abbrev": "1"
},
"deprecated": false,
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/nopt#readme",
"license": {
"type": "MIT",

14
app/node_modules/touch/package.json generated vendored
View File

@@ -1,4 +1,11 @@
{
"_args": [
[
"touch@0.0.3",
"/home/s2/Documents/Code/gitlit/app"
]
],
"_development": true,
"_from": "touch@0.0.3",
"_id": "touch@0.0.3",
"_inBundle": false,
@@ -21,9 +28,8 @@
"/decompress-zip"
],
"_resolved": "https://registry.npmjs.org/touch/-/touch-0.0.3.tgz",
"_shasum": "51aef3d449571d4f287a5d87c9c8b49181a0db1d",
"_spec": "touch@0.0.3",
"_where": "E:\\projects\\p\\gitlit\\app\\node_modules\\decompress-zip",
"_spec": "0.0.3",
"_where": "/home/s2/Documents/Code/gitlit/app",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -32,11 +38,9 @@
"bugs": {
"url": "https://github.com/isaacs/node-touch/issues"
},
"bundleDependencies": false,
"dependencies": {
"nopt": "~1.0.10"
},
"deprecated": false,
"description": "like touch(1) in node",
"engines": {
"node": ">=0.6"