mirror of https://github.com/lukechilds/node.git
Ryan Dahl
13 years ago
148 changed files with 1951 additions and 837 deletions
@ -1,60 +0,0 @@ |
|||
[submodule "node_modules/semver"] |
|||
path = node_modules/semver |
|||
url = https://github.com/isaacs/node-semver.git |
|||
[submodule "node_modules/abbrev"] |
|||
path = node_modules/abbrev |
|||
url = https://github.com/isaacs/abbrev-js.git |
|||
[submodule "node_modules/nopt"] |
|||
path = node_modules/nopt |
|||
url = https://github.com/isaacs/nopt.git |
|||
[submodule "node_modules/node-uuid"] |
|||
path = node_modules/node-uuid |
|||
url = https://github.com/broofa/node-uuid |
|||
[submodule "node_modules/minimatch"] |
|||
path = node_modules/minimatch |
|||
url = https://github.com/isaacs/minimatch.git |
|||
[submodule "node_modules/graceful-fs"] |
|||
path = node_modules/graceful-fs |
|||
url = https://github.com/isaacs/node-graceful-fs.git |
|||
[submodule "node_modules/slide"] |
|||
path = node_modules/slide |
|||
url = https://github.com/isaacs/slide-flow-control.git |
|||
[submodule "node_modules/rimraf"] |
|||
path = node_modules/rimraf |
|||
url = https://github.com/isaacs/rimraf.git |
|||
[submodule "node_modules/proto-list"] |
|||
path = node_modules/proto-list |
|||
url = https://github.com/isaacs/proto-list.git |
|||
[submodule "node_modules/ini"] |
|||
path = node_modules/ini |
|||
url = https://github.com/isaacs/ini.git |
|||
[submodule "node_modules/which"] |
|||
path = node_modules/which |
|||
url = https://github.com/isaacs/node-which.git |
|||
[submodule "node_modules/request"] |
|||
path = node_modules/request |
|||
url = https://github.com/mikeal/request.git |
|||
[submodule "node_modules/tar"] |
|||
path = node_modules/tar |
|||
url = https://github.com/isaacs/node-tar.git |
|||
[submodule "node_modules/fstream"] |
|||
path = node_modules/fstream |
|||
url = https://github.com/isaacs/fstream.git |
|||
[submodule "node_modules/inherits"] |
|||
path = node_modules/inherits |
|||
url = https://github.com/isaacs/inherits.git |
|||
[submodule "node_modules/block-stream"] |
|||
path = node_modules/block-stream |
|||
url = https://github.com/isaacs/block-stream.git |
|||
[submodule "node_modules/mkdirp"] |
|||
path = node_modules/mkdirp |
|||
url = https://github.com/isaacs/node-mkdirp.git |
|||
[submodule "node_modules/fast-list"] |
|||
path = node_modules/fast-list |
|||
url = https://github.com/isaacs/fast-list.git |
|||
[submodule "node_modules/read"] |
|||
path = node_modules/read |
|||
url = https://github.com/isaacs/read.git |
|||
[submodule "node_modules/lru-cache"] |
|||
path = node_modules/lru-cache |
|||
url = https://github.com/isaacs/node-lru-cache.git |
@ -0,0 +1,6 @@ |
|||
#!/bin/sh |
|||
if [ -x "`dirname "$0"`/node.exe" ]; then |
|||
"`dirname "$0"`/node.exe" "`dirname "$0"`/node_modules/npm/bin/npm-cli.js" "$@" |
|||
else |
|||
node "`dirname "$0"`/node_modules/npm/bin/npm-cli.js" "$@" |
|||
fi |
@ -1,6 +0,0 @@ |
|||
:: Created by npm, please don't edit manually. |
|||
@IF EXIST "%~dp0"\"node.exe" ( |
|||
"%~dp0"\"node.exe" "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* |
|||
) ELSE ( |
|||
node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* |
|||
) |
@ -1,6 +0,0 @@ |
|||
:: Created by npm, please don't edit manually. |
|||
@IF EXIST "%~dp0"\"node.exe" ( |
|||
"%~dp0"\"node.exe" "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* |
|||
) ELSE ( |
|||
node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* |
|||
) |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue