From caf69aa91a94c7c05574afc9fcc97f45aa8d5ea5 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 6 Aug 2012 13:07:31 -0700 Subject: [PATCH] npm: Upgrade to 1.1.47 --- deps/npm/.travis.yml | 2 +- deps/npm/AUTHORS | 3 + deps/npm/Makefile | 4 +- deps/npm/doc/cli/json.md | 5 + deps/npm/html/api/bin.html | 2 +- deps/npm/html/api/bugs.html | 4 +- deps/npm/html/api/commands.html | 2 +- deps/npm/html/api/config.html | 4 +- deps/npm/html/api/deprecate.html | 4 +- deps/npm/html/api/docs.html | 4 +- deps/npm/html/api/edit.html | 6 +- deps/npm/html/api/explore.html | 4 +- deps/npm/html/api/help-search.html | 4 +- deps/npm/html/api/init.html | 10 +- deps/npm/html/api/install.html | 8 +- deps/npm/html/api/link.html | 6 +- deps/npm/html/api/load.html | 4 +- deps/npm/html/api/ls.html | 6 +- deps/npm/html/api/npm.html | 26 +-- deps/npm/html/api/outdated.html | 4 +- deps/npm/html/api/owner.html | 6 +- deps/npm/html/api/pack.html | 4 +- deps/npm/html/api/prefix.html | 6 +- deps/npm/html/api/prune.html | 6 +- deps/npm/html/api/publish.html | 6 +- deps/npm/html/api/rebuild.html | 4 +- deps/npm/html/api/restart.html | 10 +- deps/npm/html/api/root.html | 6 +- deps/npm/html/api/run-script.html | 6 +- deps/npm/html/api/search.html | 10 +- deps/npm/html/api/shrinkwrap.html | 8 +- deps/npm/html/api/start.html | 4 +- deps/npm/html/api/stop.html | 4 +- deps/npm/html/api/submodule.html | 4 +- deps/npm/html/api/tag.html | 4 +- deps/npm/html/api/test.html | 4 +- deps/npm/html/api/uninstall.html | 6 +- deps/npm/html/api/unpublish.html | 2 +- deps/npm/html/api/update.html | 4 +- deps/npm/html/api/version.html | 2 +- deps/npm/html/api/view.html | 30 ++-- deps/npm/html/api/whoami.html | 6 +- deps/npm/html/doc/README.html | 50 +++--- deps/npm/html/doc/adduser.html | 2 +- deps/npm/html/doc/bin.html | 2 +- deps/npm/html/doc/bugs.html | 6 +- 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 | 14 +- deps/npm/html/doc/coding-style.html | 64 +++---- deps/npm/html/doc/completion.html | 4 +- deps/npm/html/doc/config.html | 104 +++++------ deps/npm/html/doc/deprecate.html | 4 +- deps/npm/html/doc/developers.html | 48 +++--- deps/npm/html/doc/disputes.html | 22 +-- deps/npm/html/doc/docs.html | 6 +- deps/npm/html/doc/edit.html | 8 +- deps/npm/html/doc/explore.html | 4 +- deps/npm/html/doc/faq.html | 74 ++++---- deps/npm/html/doc/folders.html | 44 ++--- deps/npm/html/doc/help-search.html | 4 +- deps/npm/html/doc/help.html | 6 +- deps/npm/html/doc/index.html | 8 +- deps/npm/html/doc/init.html | 6 +- deps/npm/html/doc/install.html | 20 +-- deps/npm/html/doc/json.html | 267 +++++++++++++++-------------- deps/npm/html/doc/link.html | 6 +- deps/npm/html/doc/list.html | 6 +- deps/npm/html/doc/npm.html | 32 ++-- deps/npm/html/doc/outdated.html | 2 +- deps/npm/html/doc/owner.html | 4 +- deps/npm/html/doc/pack.html | 4 +- deps/npm/html/doc/prefix.html | 2 +- deps/npm/html/doc/prune.html | 6 +- deps/npm/html/doc/publish.html | 4 +- deps/npm/html/doc/rebuild.html | 2 +- deps/npm/html/doc/registry.html | 34 ++-- deps/npm/html/doc/removing-npm.html | 10 +- deps/npm/html/doc/restart.html | 10 +- deps/npm/html/doc/root.html | 2 +- deps/npm/html/doc/run-script.html | 4 +- deps/npm/html/doc/scripts.html | 66 +++---- deps/npm/html/doc/search.html | 4 +- deps/npm/html/doc/semver.html | 36 ++-- deps/npm/html/doc/shrinkwrap.html | 106 ++++++------ deps/npm/html/doc/star.html | 8 +- deps/npm/html/doc/start.html | 4 +- deps/npm/html/doc/stop.html | 4 +- deps/npm/html/doc/submodule.html | 4 +- deps/npm/html/doc/tag.html | 2 +- deps/npm/html/doc/test.html | 4 +- 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 | 8 +- deps/npm/html/doc/view.html | 10 +- deps/npm/html/doc/whoami.html | 2 +- deps/npm/lib/cache.js | 2 +- deps/npm/lib/install.js | 2 +- deps/npm/lib/owner.js | 12 +- deps/npm/lib/utils/lifecycle.js | 8 - deps/npm/man/man1/README.1 | 2 +- deps/npm/man/man1/adduser.1 | 2 +- deps/npm/man/man1/bin.1 | 2 +- deps/npm/man/man1/bugs.1 | 2 +- deps/npm/man/man1/build.1 | 2 +- deps/npm/man/man1/bundle.1 | 2 +- deps/npm/man/man1/cache.1 | 2 +- deps/npm/man/man1/changelog.1 | 2 +- deps/npm/man/man1/coding-style.1 | 2 +- deps/npm/man/man1/completion.1 | 2 +- deps/npm/man/man1/config.1 | 2 +- deps/npm/man/man1/deprecate.1 | 2 +- deps/npm/man/man1/developers.1 | 6 +- deps/npm/man/man1/disputes.1 | 2 +- deps/npm/man/man1/docs.1 | 2 +- deps/npm/man/man1/edit.1 | 2 +- deps/npm/man/man1/explore.1 | 2 +- deps/npm/man/man1/faq.1 | 28 +-- deps/npm/man/man1/folders.1 | 7 +- deps/npm/man/man1/help-search.1 | 2 +- deps/npm/man/man1/help.1 | 2 +- deps/npm/man/man1/index.1 | 2 +- deps/npm/man/man1/init.1 | 2 +- deps/npm/man/man1/install.1 | 4 +- deps/npm/man/man1/json.1 | 9 +- deps/npm/man/man1/link.1 | 2 +- deps/npm/man/man1/list.1 | 4 +- deps/npm/man/man1/npm.1 | 4 +- deps/npm/man/man1/outdated.1 | 2 +- deps/npm/man/man1/owner.1 | 2 +- deps/npm/man/man1/pack.1 | 2 +- deps/npm/man/man1/prefix.1 | 2 +- deps/npm/man/man1/prune.1 | 2 +- deps/npm/man/man1/publish.1 | 2 +- deps/npm/man/man1/rebuild.1 | 2 +- deps/npm/man/man1/registry.1 | 4 +- deps/npm/man/man1/removing-npm.1 | 2 +- deps/npm/man/man1/restart.1 | 2 +- deps/npm/man/man1/root.1 | 2 +- deps/npm/man/man1/run-script.1 | 2 +- deps/npm/man/man1/scripts.1 | 4 +- deps/npm/man/man1/search.1 | 2 +- deps/npm/man/man1/semver.1 | 2 +- deps/npm/man/man1/shrinkwrap.1 | 2 +- deps/npm/man/man1/star.1 | 2 +- deps/npm/man/man1/start.1 | 2 +- deps/npm/man/man1/stop.1 | 2 +- deps/npm/man/man1/submodule.1 | 2 +- deps/npm/man/man1/tag.1 | 2 +- deps/npm/man/man1/test.1 | 2 +- deps/npm/man/man1/uninstall.1 | 2 +- deps/npm/man/man1/unpublish.1 | 2 +- deps/npm/man/man1/update.1 | 2 +- deps/npm/man/man1/version.1 | 2 +- deps/npm/man/man1/view.1 | 2 +- deps/npm/man/man1/whoami.1 | 2 +- deps/npm/man/man3/bin.3 | 2 +- deps/npm/man/man3/bugs.3 | 2 +- deps/npm/man/man3/commands.3 | 2 +- deps/npm/man/man3/config.3 | 2 +- deps/npm/man/man3/deprecate.3 | 2 +- deps/npm/man/man3/docs.3 | 2 +- deps/npm/man/man3/edit.3 | 2 +- deps/npm/man/man3/explore.3 | 2 +- deps/npm/man/man3/help-search.3 | 2 +- deps/npm/man/man3/init.3 | 2 +- deps/npm/man/man3/install.3 | 2 +- deps/npm/man/man3/link.3 | 2 +- deps/npm/man/man3/load.3 | 2 +- deps/npm/man/man3/ls.3 | 2 +- deps/npm/man/man3/npm.3 | 4 +- deps/npm/man/man3/outdated.3 | 2 +- deps/npm/man/man3/owner.3 | 2 +- deps/npm/man/man3/pack.3 | 2 +- deps/npm/man/man3/prefix.3 | 2 +- deps/npm/man/man3/prune.3 | 2 +- deps/npm/man/man3/publish.3 | 2 +- deps/npm/man/man3/rebuild.3 | 2 +- deps/npm/man/man3/restart.3 | 2 +- deps/npm/man/man3/root.3 | 2 +- deps/npm/man/man3/run-script.3 | 2 +- deps/npm/man/man3/search.3 | 2 +- deps/npm/man/man3/shrinkwrap.3 | 2 +- deps/npm/man/man3/start.3 | 2 +- deps/npm/man/man3/stop.3 | 2 +- deps/npm/man/man3/submodule.3 | 2 +- deps/npm/man/man3/tag.3 | 2 +- deps/npm/man/man3/test.3 | 2 +- deps/npm/man/man3/uninstall.3 | 2 +- deps/npm/man/man3/unpublish.3 | 2 +- deps/npm/man/man3/update.3 | 2 +- deps/npm/man/man3/version.3 | 2 +- deps/npm/man/man3/view.3 | 2 +- deps/npm/man/man3/whoami.3 | 2 +- deps/npm/node_modules/request/package.json | 3 + deps/npm/package.json | 6 +- 198 files changed, 855 insertions(+), 839 deletions(-) diff --git a/deps/npm/.travis.yml b/deps/npm/.travis.yml index 698bc9a..a385519 100644 --- a/deps/npm/.travis.yml +++ b/deps/npm/.travis.yml @@ -1,4 +1,4 @@ language: node_js before_install: "make &>out || cat out; rm out" node_js: - - 0.6 + - 0.8 diff --git a/deps/npm/AUTHORS b/deps/npm/AUTHORS index 32f5abc..57fdf6a 100644 --- a/deps/npm/AUTHORS +++ b/deps/npm/AUTHORS @@ -72,3 +72,6 @@ James Halliday Jeremy Cantrell Ribettes Don Park +Kei Son +Nicolas Morel +Mark Dube diff --git a/deps/npm/Makefile b/deps/npm/Makefile index 9c38f97..8a856e9 100644 --- a/deps/npm/Makefile +++ b/deps/npm/Makefile @@ -92,7 +92,7 @@ doc/cli/index.md: $(markdowns) scripts/index-build.js scripts/doc-build.sh packa node scripts/index-build.js > $@ node_modules/.bin/ronn: - node cli.js install https://github.com/isaacs/ronnjs/tarball/master + node cli.js install doc: man @@ -127,7 +127,7 @@ doc-publish: doc node@npmjs.org:/home/node/npm-www/static/ zip-publish: release - scp release/* izs.me:/var/www/izs.me/static/public/npm/ + scp release/* node@nodejs.org:dist/npm/ release: @bash scripts/release.sh diff --git a/deps/npm/doc/cli/json.md b/deps/npm/doc/cli/json.md index b6bf89c..46df441 100644 --- a/deps/npm/doc/cli/json.md +++ b/deps/npm/doc/cli/json.md @@ -23,6 +23,11 @@ npm will default some values based on package contents. If there is a `wscript` file in the root of your package, npm will default the `preinstall` command to compile using node-waf. +* `"scripts":{"preinstall": "node-gyp rebuild"}` + + If there is a `binding.gyp` file in the root of your package, npm will + default the `preinstall` command to compile using node-gyp. + * `"contributors": [...]` If there is an `AUTHORS` file in the root of your package, npm will diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 95d225a..de99c64 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.

- +