Adding node_modules

This commit is contained in:
Deepak Sattiraju
2019-09-23 15:17:37 +05:30
parent 8d56cba217
commit 8f53944957
312 changed files with 47895 additions and 0 deletions
Generated Vendored
+7
View File
@@ -0,0 +1,7 @@
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\uuid\bin\uuid" %*
)