added node_modules

This commit is contained in:
Anumita Shenoy
2019-10-22 15:25:04 +05:30
parent 785a9d3ba2
commit d3bef39bdb
201 changed files with 15556 additions and 43 deletions

7
node_modules/.bin/uuid.cmd generated vendored Normal file
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" %*
)