From cda3b6ff52e78b61c25f1e04ff9f6f5f5046dec0 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 28 Mar 2012 19:36:44 -0700 Subject: [PATCH] Upgrade npm to 1.1.14 --- deps/npm/html/api/bin.html | 2 +- deps/npm/html/api/bugs.html | 2 +- deps/npm/html/api/commands.html | 2 +- deps/npm/html/api/config.html | 2 +- deps/npm/html/api/deprecate.html | 2 +- deps/npm/html/api/docs.html | 2 +- deps/npm/html/api/edit.html | 2 +- deps/npm/html/api/explore.html | 2 +- deps/npm/html/api/help-search.html | 2 +- deps/npm/html/api/init.html | 2 +- deps/npm/html/api/install.html | 2 +- deps/npm/html/api/link.html | 2 +- deps/npm/html/api/load.html | 2 +- deps/npm/html/api/ls.html | 2 +- deps/npm/html/api/npm.html | 4 +- deps/npm/html/api/outdated.html | 2 +- deps/npm/html/api/owner.html | 2 +- deps/npm/html/api/pack.html | 2 +- deps/npm/html/api/prefix.html | 2 +- deps/npm/html/api/prune.html | 2 +- deps/npm/html/api/publish.html | 2 +- deps/npm/html/api/rebuild.html | 2 +- deps/npm/html/api/restart.html | 2 +- deps/npm/html/api/root.html | 2 +- deps/npm/html/api/run-script.html | 2 +- deps/npm/html/api/search.html | 2 +- deps/npm/html/api/shrinkwrap.html | 2 +- deps/npm/html/api/start.html | 2 +- deps/npm/html/api/stop.html | 2 +- deps/npm/html/api/submodule.html | 2 +- deps/npm/html/api/tag.html | 2 +- deps/npm/html/api/test.html | 2 +- deps/npm/html/api/uninstall.html | 2 +- deps/npm/html/api/unpublish.html | 2 +- deps/npm/html/api/update.html | 2 +- deps/npm/html/api/version.html | 2 +- deps/npm/html/api/view.html | 2 +- deps/npm/html/api/whoami.html | 2 +- deps/npm/html/doc/README.html | 2 +- deps/npm/html/doc/adduser.html | 2 +- deps/npm/html/doc/bin.html | 2 +- deps/npm/html/doc/bugs.html | 2 +- deps/npm/html/doc/build.html | 2 +- deps/npm/html/doc/bundle.html | 2 +- deps/npm/html/doc/cache.html | 2 +- deps/npm/html/doc/changelog.html | 2 +- deps/npm/html/doc/coding-style.html | 2 +- deps/npm/html/doc/completion.html | 2 +- deps/npm/html/doc/config.html | 2 +- deps/npm/html/doc/deprecate.html | 2 +- deps/npm/html/doc/developers.html | 2 +- deps/npm/html/doc/disputes.html | 2 +- deps/npm/html/doc/docs.html | 2 +- deps/npm/html/doc/edit.html | 2 +- deps/npm/html/doc/explore.html | 2 +- deps/npm/html/doc/faq.html | 2 +- deps/npm/html/doc/folders.html | 2 +- deps/npm/html/doc/help-search.html | 2 +- deps/npm/html/doc/help.html | 2 +- deps/npm/html/doc/index.html | 2 +- deps/npm/html/doc/init.html | 2 +- deps/npm/html/doc/install.html | 2 +- deps/npm/html/doc/json.html | 2 +- deps/npm/html/doc/link.html | 2 +- deps/npm/html/doc/list.html | 2 +- deps/npm/html/doc/npm.html | 4 +- deps/npm/html/doc/outdated.html | 2 +- deps/npm/html/doc/owner.html | 2 +- deps/npm/html/doc/pack.html | 2 +- deps/npm/html/doc/prefix.html | 2 +- deps/npm/html/doc/prune.html | 2 +- deps/npm/html/doc/publish.html | 2 +- deps/npm/html/doc/rebuild.html | 2 +- deps/npm/html/doc/registry.html | 2 +- deps/npm/html/doc/removing-npm.html | 2 +- deps/npm/html/doc/restart.html | 2 +- deps/npm/html/doc/root.html | 2 +- deps/npm/html/doc/run-script.html | 2 +- deps/npm/html/doc/scripts.html | 2 +- deps/npm/html/doc/search.html | 2 +- deps/npm/html/doc/semver.html | 2 +- deps/npm/html/doc/shrinkwrap.html | 2 +- deps/npm/html/doc/star.html | 2 +- deps/npm/html/doc/start.html | 2 +- deps/npm/html/doc/stop.html | 2 +- deps/npm/html/doc/submodule.html | 2 +- deps/npm/html/doc/tag.html | 2 +- deps/npm/html/doc/test.html | 2 +- deps/npm/html/doc/uninstall.html | 2 +- deps/npm/html/doc/unpublish.html | 2 +- deps/npm/html/doc/update.html | 2 +- deps/npm/html/doc/version.html | 2 +- deps/npm/html/doc/view.html | 2 +- deps/npm/html/doc/whoami.html | 2 +- deps/npm/lib/cache.js | 114 +- deps/npm/lib/install.js | 83 +- deps/npm/lib/ls.js | 194 ++-- deps/npm/lib/npm.js | 32 +- deps/npm/lib/uninstall.js | 7 +- deps/npm/lib/utils/cmd-shim.js | 2 +- .../lib/utils/completion/file-completion.js | 2 +- deps/npm/lib/utils/excludes.js | 159 --- deps/npm/lib/utils/fetch.js | 5 +- deps/npm/lib/utils/link.js | 2 +- deps/npm/lib/utils/mkdir-p.js | 191 ---- deps/npm/lib/utils/npm-registry-client/get.js | 7 +- deps/npm/lib/utils/read-json.js | 25 +- deps/npm/lib/utils/tar.js | 496 +-------- deps/npm/lib/utils/uid-number.js | 55 - deps/npm/man/man1/npm.1 | 2 +- deps/npm/man/man3/npm.3 | 2 +- deps/npm/node_modules/archy/README.markdown | 92 ++ deps/npm/node_modules/archy/index.js | 35 + deps/npm/node_modules/archy/package.json | 52 + deps/npm/node_modules/chownr/README.md | 3 + deps/npm/node_modules/chownr/chownr.js | 41 + deps/npm/node_modules/chownr/package.json | 38 + deps/npm/node_modules/fast-list/.npmignore | 1 - deps/npm/node_modules/fast-list/.travis.yml | 4 - deps/npm/node_modules/fast-list/README.md | 116 --- deps/npm/node_modules/fast-list/fast-list.js | 144 --- deps/npm/node_modules/fast-list/package.json | 20 - deps/npm/node_modules/fstream-npm/.npmignore | 2 + deps/npm/node_modules/fstream-npm/README.md | 18 + .../node_modules/fstream-npm/fstream-npm.js | 302 ++++++ .../node_modules/fstream-ignore/.npmignore | 1 + .../node_modules/fstream-ignore/README.md | 22 + .../node_modules/fstream-ignore/ignore.js | 275 +++++ .../node_modules/fstream-ignore/package.json | 42 + .../npm/node_modules/fstream-npm/package.json | 34 + deps/npm/node_modules/fstream/.npmignore | 4 +- deps/npm/node_modules/fstream/LICENCE | 25 + deps/npm/node_modules/fstream/lib/abstract.js | 5 + .../node_modules/fstream/lib/dir-reader.js | 111 +- .../node_modules/fstream/lib/dir-writer.js | 7 +- .../node_modules/fstream/lib/link-writer.js | 1 - .../node_modules/fstream/lib/proxy-reader.js | 4 + deps/npm/node_modules/fstream/lib/reader.js | 31 +- deps/npm/node_modules/fstream/lib/writer.js | 218 ++-- deps/npm/node_modules/fstream/package.json | 15 +- .../node_modules/graceful-fs/graceful-fs.js | 23 +- .../npm/node_modules/graceful-fs/package.json | 23 +- deps/npm/node_modules/inherits/LICENSE | 30 +- deps/npm/node_modules/inherits/package.json | 52 +- deps/npm/node_modules/minimatch/README.md | 14 +- deps/npm/node_modules/minimatch/minimatch.js | 46 +- deps/npm/node_modules/minimatch/package.json | 29 +- deps/npm/node_modules/mkdirp/index.js | 46 +- deps/npm/node_modules/mkdirp/package.json | 63 +- deps/npm/node_modules/node-gyp/README.md | 6 +- .../npm/node_modules/node-gyp/bin/node-gyp.js | 2 +- deps/npm/node_modules/node-gyp/lib/build.js | 11 +- .../node_modules/node-gyp/lib/configure.js | 11 +- deps/npm/node_modules/node-gyp/lib/install.js | 123 +-- deps/npm/node_modules/node-gyp/lib/remove.js | 2 +- .../node-gyp/node_modules/ansi/package.json | 2 +- .../node-gyp/node_modules/glob/LICENCE | 25 + .../node-gyp/node_modules/glob/glob.js | 75 +- .../glob/node_modules/minimatch/.travis.yml | 4 - .../glob/node_modules/minimatch/LICENSE | 23 - .../glob/node_modules/minimatch/README.md | 212 ---- .../glob/node_modules/minimatch/minimatch.js | 980 ------------------ .../glob/node_modules/minimatch/package.json | 44 - .../node-gyp/node_modules/glob/package.json | 7 +- deps/npm/node_modules/node-gyp/package.json | 14 +- deps/npm/node_modules/uid-number/README.md | 17 + .../uid-number/get-uid-gid.js} | 8 + deps/npm/node_modules/uid-number/package.json | 34 + .../npm/node_modules/uid-number/uid-number.js | 54 + deps/npm/package.json | 19 +- 170 files changed, 2168 insertions(+), 3064 deletions(-) delete mode 100644 deps/npm/lib/utils/excludes.js delete mode 100644 deps/npm/lib/utils/mkdir-p.js delete mode 100644 deps/npm/lib/utils/uid-number.js create mode 100644 deps/npm/node_modules/archy/README.markdown create mode 100644 deps/npm/node_modules/archy/index.js create mode 100644 deps/npm/node_modules/archy/package.json create mode 100644 deps/npm/node_modules/chownr/README.md create mode 100644 deps/npm/node_modules/chownr/chownr.js create mode 100644 deps/npm/node_modules/chownr/package.json delete mode 100644 deps/npm/node_modules/fast-list/.npmignore delete mode 100644 deps/npm/node_modules/fast-list/.travis.yml delete mode 100644 deps/npm/node_modules/fast-list/README.md delete mode 100644 deps/npm/node_modules/fast-list/fast-list.js delete mode 100644 deps/npm/node_modules/fast-list/package.json create mode 100644 deps/npm/node_modules/fstream-npm/.npmignore create mode 100644 deps/npm/node_modules/fstream-npm/README.md create mode 100644 deps/npm/node_modules/fstream-npm/fstream-npm.js create mode 100644 deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore create mode 100644 deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/README.md create mode 100644 deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js create mode 100644 deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json create mode 100644 deps/npm/node_modules/fstream-npm/package.json create mode 100644 deps/npm/node_modules/fstream/LICENCE create mode 100644 deps/npm/node_modules/node-gyp/node_modules/glob/LICENCE delete mode 100644 deps/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/.travis.yml delete mode 100644 deps/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/LICENSE delete mode 100644 deps/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/README.md delete mode 100644 deps/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/minimatch.js delete mode 100644 deps/npm/node_modules/node-gyp/node_modules/glob/node_modules/minimatch/package.json create mode 100644 deps/npm/node_modules/uid-number/README.md rename deps/npm/{bin/npm-get-uid-gid.js => node_modules/uid-number/get-uid-gid.js} (65%) create mode 100644 deps/npm/node_modules/uid-number/package.json create mode 100644 deps/npm/node_modules/uid-number/uid-number.js diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 541606bcc2..5fa73e22f8 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@

This function should not be used programmatically. Instead, just refer to the npm.bin member.

- +