Do not gitignore npm's node_modules
authorisaacs <i@izs.me>
Mon, 11 Jun 2012 16:30:44 +0000 (09:30 -0700)
committerisaacs <i@izs.me>
Mon, 11 Jun 2012 16:54:39 +0000 (09:54 -0700)
commit25e8ea17e1f03cd40cc5a6c9c1987bae58313ff5
treeb26b76a5b4b667a8185afc42bac96d79a6ef5d19
parent1358632e672e2e7097abe12924de5f2b82bde765
Do not gitignore npm's node_modules
40 files changed:
.gitignore
deps/npm/node_modules/ansi/.npmignore [new file with mode: 0644]
deps/npm/node_modules/ansi/README.md [new file with mode: 0644]
deps/npm/node_modules/ansi/lib/ansi.js [new file with mode: 0644]
deps/npm/node_modules/ansi/lib/newlines.js [new file with mode: 0644]
deps/npm/node_modules/ansi/package.json [new file with mode: 0644]
deps/npm/node_modules/chownr/LICENCE [new file with mode: 0644]
deps/npm/node_modules/fstream-npm/LICENCE [new file with mode: 0644]
deps/npm/node_modules/mkdirp/.gitignore.orig [new file with mode: 0644]
deps/npm/node_modules/mkdirp/.gitignore.rej [new file with mode: 0644]
deps/npm/node_modules/mkdirp/.npmignore [new file with mode: 0644]
deps/npm/node_modules/mkdirp/.travis.yml [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/ansi/examples/imgcat.js [new file with mode: 0755]
deps/npm/node_modules/node-gyp/node_modules/ansi/examples/yoshi.png [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/glob/examples/g.js [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/glob/examples/usr-local.js [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/glob/test/00-setup.js [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/glob/test/bash-comparison.js [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/glob/test/cwd-test.js [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/glob/test/pause-resume.js [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/glob/test/root-nomount.js [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/glob/test/root.js [new file with mode: 0644]
deps/npm/node_modules/node-gyp/node_modules/glob/test/zz-cleanup.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/.npmignore [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/README.md [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/index.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/adduser.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/get.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/publish.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/request.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/star.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/tag.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/unpublish.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/upload.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/package.json [new file with mode: 0644]
deps/npm/node_modules/npmlog/LICENSE [new file with mode: 0644]
deps/npm/node_modules/npmlog/README.md [new file with mode: 0644]
deps/npm/node_modules/npmlog/log.js [new file with mode: 0644]
deps/npm/node_modules/npmlog/package.json [new file with mode: 0644]
deps/npm/node_modules/uid-number/LICENCE [new file with mode: 0644]