upgrade npm to 1.1.23
authorisaacs <i@izs.me>
Sun, 27 May 2012 05:36:04 +0000 (22:36 -0700)
committerisaacs <i@izs.me>
Tue, 29 May 2012 03:02:39 +0000 (20:02 -0700)
This also upgrades node-gyp to 0.4.3

121 files changed:
deps/npm/.npmignore
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/commands.html
deps/npm/html/api/config.html
deps/npm/html/api/deprecate.html
deps/npm/html/api/docs.html
deps/npm/html/api/edit.html
deps/npm/html/api/explore.html
deps/npm/html/api/help-search.html
deps/npm/html/api/init.html
deps/npm/html/api/install.html
deps/npm/html/api/link.html
deps/npm/html/api/load.html
deps/npm/html/api/ls.html
deps/npm/html/api/npm.html
deps/npm/html/api/outdated.html
deps/npm/html/api/owner.html
deps/npm/html/api/pack.html
deps/npm/html/api/prefix.html
deps/npm/html/api/prune.html
deps/npm/html/api/publish.html
deps/npm/html/api/rebuild.html
deps/npm/html/api/restart.html
deps/npm/html/api/root.html
deps/npm/html/api/run-script.html
deps/npm/html/api/search.html
deps/npm/html/api/shrinkwrap.html
deps/npm/html/api/start.html
deps/npm/html/api/stop.html
deps/npm/html/api/submodule.html
deps/npm/html/api/tag.html
deps/npm/html/api/test.html
deps/npm/html/api/uninstall.html
deps/npm/html/api/unpublish.html
deps/npm/html/api/update.html
deps/npm/html/api/version.html
deps/npm/html/api/view.html
deps/npm/html/api/whoami.html
deps/npm/html/doc/README.html
deps/npm/html/doc/adduser.html
deps/npm/html/doc/bin.html
deps/npm/html/doc/bugs.html
deps/npm/html/doc/build.html
deps/npm/html/doc/bundle.html
deps/npm/html/doc/cache.html
deps/npm/html/doc/changelog.html
deps/npm/html/doc/coding-style.html
deps/npm/html/doc/completion.html
deps/npm/html/doc/config.html
deps/npm/html/doc/deprecate.html
deps/npm/html/doc/developers.html
deps/npm/html/doc/disputes.html
deps/npm/html/doc/docs.html
deps/npm/html/doc/edit.html
deps/npm/html/doc/explore.html
deps/npm/html/doc/faq.html
deps/npm/html/doc/folders.html
deps/npm/html/doc/help-search.html
deps/npm/html/doc/help.html
deps/npm/html/doc/index.html
deps/npm/html/doc/init.html
deps/npm/html/doc/install.html
deps/npm/html/doc/json.html
deps/npm/html/doc/link.html
deps/npm/html/doc/list.html
deps/npm/html/doc/npm.html
deps/npm/html/doc/outdated.html
deps/npm/html/doc/owner.html
deps/npm/html/doc/pack.html
deps/npm/html/doc/prefix.html
deps/npm/html/doc/prune.html
deps/npm/html/doc/publish.html
deps/npm/html/doc/rebuild.html
deps/npm/html/doc/registry.html
deps/npm/html/doc/removing-npm.html
deps/npm/html/doc/restart.html
deps/npm/html/doc/root.html
deps/npm/html/doc/run-script.html
deps/npm/html/doc/scripts.html
deps/npm/html/doc/search.html
deps/npm/html/doc/semver.html
deps/npm/html/doc/shrinkwrap.html
deps/npm/html/doc/star.html
deps/npm/html/doc/start.html
deps/npm/html/doc/stop.html
deps/npm/html/doc/submodule.html
deps/npm/html/doc/tag.html
deps/npm/html/doc/test.html
deps/npm/html/doc/uninstall.html
deps/npm/html/doc/unpublish.html
deps/npm/html/doc/update.html
deps/npm/html/doc/version.html
deps/npm/html/doc/view.html
deps/npm/html/doc/whoami.html
deps/npm/html/n-64.png [deleted file]
deps/npm/html/n-large.png [deleted file]
deps/npm/html/npm-16.png [deleted file]
deps/npm/html/npm-256-square.png [deleted file]
deps/npm/html/npm-256w.png [deleted file]
deps/npm/html/npm-64-square.png [deleted file]
deps/npm/html/npm-fin.png [deleted file]
deps/npm/html/npm-large.png [deleted file]
deps/npm/html/npm.png [deleted file]
deps/npm/lib/cache.js
deps/npm/lib/owner.js
deps/npm/lib/publish.js
deps/npm/lib/utils/lifecycle.js
deps/npm/lib/utils/tar.js
deps/npm/man/man1/npm.1
deps/npm/man/man3/npm.3
deps/npm/node_modules/node-gyp/README.md
deps/npm/node_modules/node-gyp/lib/build.js
deps/npm/node_modules/node-gyp/lib/configure.js
deps/npm/node_modules/node-gyp/lib/node-gyp.js
deps/npm/node_modules/node-gyp/node_modules/ansi/package.json
deps/npm/node_modules/node-gyp/node_modules/glob/package.json
deps/npm/node_modules/node-gyp/package.json
deps/npm/node_modules/semver/package.json
deps/npm/node_modules/semver/semver.js
deps/npm/package.json

index 5ddef35..94dc33f 100644 (file)
@@ -12,6 +12,9 @@ npm-debug.log
 .gitignore
 release/
 
+# don't need these in the npm package.
+html/*.png
+
 # don't ignore .npmignore files
 # these are used in some tests.
 !.npmignore
index 2d65989..110729f 100644 (file)
@@ -19,7 +19,7 @@
 <p>This function should not be used programmatically.  Instead, just refer
 to the <code>npm.bin</code> member.</p>
 </div>
-<p id="footer">bin &mdash; npm@1.1.21</p>
+<p id="footer">bin &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 248e803..1c193b0 100644 (file)
@@ -25,7 +25,7 @@ optional version number.</p>
 <p>This command will launch a browser, so this command may not be the most
 friendly for programmatic use.</p>
 </div>
-<p id="footer">bugs &mdash; npm@1.1.21</p>
+<p id="footer">bugs &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 442f06f..65176f8 100644 (file)
@@ -28,7 +28,7 @@ usage, or <code>man 3 npm-&lt;command&gt;</code> for programmatic usage.</p>
 
 <ul><li><a href="../doc/index.html">index(1)</a></li></ul>
 </div>
-<p id="footer">commands &mdash; npm@1.1.21</p>
+<p id="footer">commands &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index e833df4..abf3abe 100644 (file)
@@ -33,7 +33,7 @@ functions instead.</p>
 
 <ul><li><a href="../api/npm.html">npm(3)</a></li></ul>
 </div>
-<p id="footer">config &mdash; npm@1.1.21</p>
+<p id="footer">config &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 3ae2482..691a3f1 100644 (file)
@@ -30,7 +30,7 @@ install the package.</p></li></ul>
 
 <ul><li><a href="../api/publish.html">publish(3)</a></li><li><a href="../api/unpublish.html">unpublish(3)</a></li><li><a href="../doc/registry.html">registry(1)</a></li></ul>
 </div>
-<p id="footer">deprecate &mdash; npm@1.1.21</p>
+<p id="footer">deprecate &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 047236c..9052e8d 100644 (file)
@@ -25,7 +25,7 @@ optional version number.</p>
 <p>This command will launch a browser, so this command may not be the most
 friendly for programmatic use.</p>
 </div>
-<p id="footer">docs &mdash; npm@1.1.21</p>
+<p id="footer">docs &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 3bf153d..5d0bdd8 100644 (file)
@@ -30,7 +30,7 @@ to open. The package can optionally have a version number attached.</p>
 <p>Since this command opens an editor in a new process, be careful about where
 and how this is used.</p>
 </div>
-<p id="footer">edit &mdash; npm@1.1.21</p>
+<p id="footer">edit &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index c929960..c429ac1 100644 (file)
@@ -24,7 +24,7 @@ sure to use <code>npm rebuild &lt;pkg&gt;</code> if you make any changes.</p>
 
 <p>The first element in the 'args' parameter must be a package name.  After that is the optional command, which can be any number of strings. All of the strings will be combined into one, space-delimited command.</p>
 </div>
-<p id="footer">explore &mdash; npm@1.1.21</p>
+<p id="footer">explore &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index d5c6f04..d0e8382 100644 (file)
@@ -32,7 +32,7 @@ Name of the file that matched</li></ul>
 
 <p>The silent parameter is not neccessary not used, but it may in the future.</p>
 </div>
-<p id="footer">help-search &mdash; npm@1.1.21</p>
+<p id="footer">help-search &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 30a4094..400e61a 100644 (file)
@@ -35,7 +35,7 @@ then go ahead and use this programmatically.</p>
 
 <p><a href="../doc/json.html">json(1)</a></p>
 </div>
-<p id="footer">init &mdash; npm@1.1.21</p>
+<p id="footer">init &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index c49f5f2..e373164 100644 (file)
@@ -25,7 +25,7 @@ the name of a package to be installed.</p>
 <p>Finally, 'callback' is a function that will be called when all packages have been
 installed or when an error has been encountered.</p>
 </div>
-<p id="footer">install &mdash; npm@1.1.21</p>
+<p id="footer">install &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index a4714a4..4353c9e 100644 (file)
@@ -39,7 +39,7 @@ npm.commands.link('redis', cb)  # link-install the package</code></pre>
 <p>Now, any changes to the redis package will be reflected in
 the package in the current working directory</p>
 </div>
-<p id="footer">link &mdash; npm@1.1.21</p>
+<p id="footer">link &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 500e923..c88f9ad 100644 (file)
@@ -32,7 +32,7 @@ config object.</p>
 
 <p>For a list of all the available command-line configs, see <code>npm help config</code></p>
 </div>
-<p id="footer">load &mdash; npm@1.1.21</p>
+<p id="footer">load &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index b59e502..d2ac549 100644 (file)
@@ -59,7 +59,7 @@ project.</p>
 This means that if a submodule a same dependency as a parent module, then the
 dependency will only be output once.</p>
 </div>
-<p id="footer">ls &mdash; npm@1.1.21</p>
+<p id="footer">ls &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 5652c8f..7988591 100644 (file)
@@ -24,7 +24,7 @@ npm.load(configObject, function (er, npm) {
 
 <h2 id="VERSION">VERSION</h2>
 
-<p>1.1.21</p>
+<p>1.1.23</p>
 
 <h2 id="DESCRIPTION">DESCRIPTION</h2>
 
@@ -91,7 +91,7 @@ method names.  Use the <code>npm.deref</code> method to find the real name.</p>
 
 <pre><code>var cmd = npm.deref("unp") // cmd === "unpublish"</code></pre>
 </div>
-<p id="footer">npm &mdash; npm@1.1.21</p>
+<p id="footer">npm &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 5776a61..09ca0b0 100644 (file)
@@ -19,7 +19,7 @@ currently outdated.</p>
 
 <p>If the 'packages' parameter is left out, npm will check all packages.</p>
 </div>
-<p id="footer">outdated &mdash; npm@1.1.21</p>
+<p id="footer">outdated &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 86c1592..1c56a4c 100644 (file)
@@ -34,7 +34,7 @@ that is not implemented at this time.</p>
 
 <ul><li><a href="../api/publish.html">publish(3)</a></li><li><a href="../doc/registry.html">registry(1)</a></li></ul>
 </div>
-<p id="footer">owner &mdash; npm@1.1.21</p>
+<p id="footer">owner &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 93f8f65..b814a7e 100644 (file)
@@ -25,7 +25,7 @@ overwritten the second time.</p>
 
 <p>If no arguments are supplied, then npm packs the current package folder.</p>
 </div>
-<p id="footer">pack &mdash; npm@1.1.21</p>
+<p id="footer">pack &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index d3e89ae..085b095 100644 (file)
@@ -21,7 +21,7 @@
 
 <p>This function is not useful programmatically</p>
 </div>
-<p id="footer">prefix &mdash; npm@1.1.21</p>
+<p id="footer">prefix &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 005c898..987011a 100644 (file)
@@ -23,7 +23,7 @@
 <p>Extraneous packages are packages that are not listed on the parent
 package's dependencies list.</p>
 </div>
-<p id="footer">prune &mdash; npm@1.1.21</p>
+<p id="footer">prune &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 046cbf1..d388269 100644 (file)
@@ -32,7 +32,7 @@ the registry.  Overwrites when the "force" environment variable is set.</p>
 
 <ul><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/adduser.html">adduser(1)</a></li><li><a href="../api/owner.html">owner(3)</a></li></ul>
 </div>
-<p id="footer">publish &mdash; npm@1.1.21</p>
+<p id="footer">publish &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 3573f30..430be60 100644 (file)
@@ -22,7 +22,7 @@ the new binary. If no 'packages' parameter is specify, every package will be reb
 
 <p>See <code>npm help build</code></p>
 </div>
-<p id="footer">rebuild &mdash; npm@1.1.21</p>
+<p id="footer">rebuild &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 7ae34f6..6960bb3 100644 (file)
@@ -27,7 +27,7 @@ in the <code>packages</code> parameter.</p>
 
 <ul><li><a href="../api/start.html">start(3)</a></li><li><a href="../api/stop.html">stop(3)</a></li></ul>
 </div>
-<p id="footer">restart &mdash; npm@1.1.21</p>
+<p id="footer">restart &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 7300437..b9c8c27 100644 (file)
@@ -21,7 +21,7 @@
 
 <p>This function is not useful programmatically.</p>
 </div>
-<p id="footer">root &mdash; npm@1.1.21</p>
+<p id="footer">root &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index bf26c37..c55b1cd 100644 (file)
@@ -29,7 +29,7 @@ assumed to be the command to run. All other elements are ignored.</p>
 
 <ul><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../api/test.html">test(3)</a></li><li><a href="../api/start.html">start(3)</a></li><li><a href="../api/restart.html">restart(3)</a></li><li><a href="../api/stop.html">stop(3)</a></li></ul>
 </div>
-<p id="footer">run-script &mdash; npm@1.1.21</p>
+<p id="footer">run-script &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 2da9d9f..65a6b90 100644 (file)
@@ -32,7 +32,7 @@ excluded term (the "searchexclude" config). The search is case insensitive
 and doesn't try to read your mind (it doesn't do any verb tense matching or the
 like).</p>
 </div>
-<p id="footer">search &mdash; npm@1.1.21</p>
+<p id="footer">search &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 2f08685..1b25f12 100644 (file)
@@ -26,7 +26,7 @@ but the shrinkwrap file will still be written.</p>
 <p>Finally, 'callback' is a function that will be called when the shrinkwrap has
 been saved.</p>
 </div>
-<p id="footer">shrinkwrap &mdash; npm@1.1.21</p>
+<p id="footer">shrinkwrap &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 9ab6bfd..a3afdf4 100644 (file)
@@ -19,7 +19,7 @@
 <p>npm can run tests on multiple packages. Just specify multiple packages
 in the <code>packages</code> parameter.</p>
 </div>
-<p id="footer">start &mdash; npm@1.1.21</p>
+<p id="footer">start &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 191aaec..1594729 100644 (file)
@@ -19,7 +19,7 @@
 <p>npm can run stop on multiple packages. Just specify multiple packages
 in the <code>packages</code> parameter.</p>
 </div>
-<p id="footer">stop &mdash; npm@1.1.21</p>
+<p id="footer">stop &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 35a48c7..44a76a6 100644 (file)
@@ -33,7 +33,7 @@ dependencies into the submodule folder.</p>
 
 <ul><li>npm help json</li><li>git help submodule</li></ul>
 </div>
-<p id="footer">submodule &mdash; npm@1.1.21</p>
+<p id="footer">submodule &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 77109f6..baf821d 100644 (file)
@@ -29,7 +29,7 @@ parameter is missing or falsey (empty), the default froom the config will be
 used. For more information about how to set this config, check
 <code>man 3 npm-config</code> for programmatic usage or <code>man npm-config</code> for cli usage.</p>
 </div>
-<p id="footer">tag &mdash; npm@1.1.21</p>
+<p id="footer">tag &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index a6ea69c..1d30d6c 100644 (file)
@@ -22,7 +22,7 @@ true.</p>
 <p>npm can run tests on multiple packages. Just specify multiple packages
 in the <code>packages</code> parameter.</p>
 </div>
-<p id="footer">test &mdash; npm@1.1.21</p>
+<p id="footer">test &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index aa5d797..e2965b5 100644 (file)
@@ -22,7 +22,7 @@ the name of a package to be uninstalled.</p>
 <p>Finally, 'callback' is a function that will be called when all packages have been
 uninstalled or when an error has been encountered.</p>
 </div>
-<p id="footer">uninstall &mdash; npm@1.1.21</p>
+<p id="footer">uninstall &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 3211d6a..3e0adc6 100644 (file)
@@ -26,7 +26,7 @@ is what is meant.</p>
 <p>If no version is specified, or if all versions are removed then
 the root package entry is removed from the registry entirely.</p>
 </div>
-<p id="footer">unpublish &mdash; npm@1.1.21</p>
+<p id="footer">unpublish &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 7dcf3ce..c15938f 100644 (file)
@@ -18,7 +18,7 @@
 
 <p>The 'packages' argument is an array of packages to update. The 'callback' parameter will be called when done or when an error occurs.</p>
 </div>
-<p id="footer">update &mdash; npm@1.1.21</p>
+<p id="footer">update &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index e186183..73e4d3e 100644 (file)
@@ -24,7 +24,7 @@ fail if the repo is not clean.</p>
 parameter. The difference, however, is this function will fail if it does
 not have exactly one element. The only element should be a version number.</p>
 </div>
-<p id="footer">version &mdash; npm@1.1.21</p>
+<p id="footer">version &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 1c14db9..863c893 100644 (file)
@@ -99,7 +99,7 @@ the field name.</p>
 
 <p>corresponding to the list of fields selected.</p>
 </div>
-<p id="footer">view &mdash; npm@1.1.21</p>
+<p id="footer">view &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index fb1de1a..301ef72 100644 (file)
@@ -21,7 +21,7 @@
 
 <p>This function is not useful programmatically</p>
 </div>
-<p id="footer">whoami &mdash; npm@1.1.21</p>
+<p id="footer">whoami &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 5d01720..a0b0005 100644 (file)
@@ -267,7 +267,7 @@ will no doubt tell you to put the output in a gist or email.</p>
 
 <ul><li><a href="../doc/npm.html">npm(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/help.html">help(1)</a></li><li><a href="../doc/index.html">index(1)</a></li></ul>
 </div>
-<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@1.1.21</p>
+<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 3ec0580..a59e7ce 100644 (file)
@@ -39,7 +39,7 @@ authorize on a new machine.</p>
 
 <ul><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/owner.html">owner(1)</a></li><li><a href="../doc/whoami.html">whoami(1)</a></li></ul>
 </div>
-<p id="footer">adduser &mdash; npm@1.1.21</p>
+<p id="footer">adduser &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index b4b90d5..043f6fd 100644 (file)
@@ -20,7 +20,7 @@
 
 <ul><li><a href="../doc/prefix.html">prefix(1)</a></li><li><a href="../doc/root.html">root(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul>
 </div>
-<p id="footer">bin &mdash; npm@1.1.21</p>
+<p id="footer">bin &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 20d6a66..eb37638 100644 (file)
@@ -36,7 +36,7 @@ config param.</p>
 
 <ul><li><a href="../doc/docs.html">docs(1)</a></li><li><a href="../doc/view.html">view(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/json.html">json(1)</a></li></ul>
 </div>
-<p id="footer">bugs &mdash; npm@1.1.21</p>
+<p id="footer">bugs &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 4930a22..8653bd5 100644 (file)
@@ -25,7 +25,7 @@ A folder containing a <code>package.json</code> file in its root.</li></ul>
 
 <ul><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/link.html">link(1)</a></li><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../doc/json.html">json(1)</a></li></ul>
 </div>
-<p id="footer">build &mdash; npm@1.1.21</p>
+<p id="footer">build &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 12acd35..d58dcff 100644 (file)
@@ -20,7 +20,7 @@ install packages into the local space.</p>
 
 <ul><li><a href="../doc/install.html">install(1)</a></li></ul>
 </div>
-<p id="footer">bundle &mdash; npm@1.1.21</p>
+<p id="footer">bundle &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 083f481..d81c614 100644 (file)
@@ -66,7 +66,7 @@ they do not make an HTTP request to the registry.</p>
 
 <ul><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/pack.html">pack(1)</a></li></ul>
 </div>
-<p id="footer">cache &mdash; npm@1.1.21</p>
+<p id="footer">cache &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 89737e4..b2c2f46 100644 (file)
@@ -65,7 +65,7 @@
 
 <ul><li><a href="../doc/npm.html">npm(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li></ul>
 </div>
-<p id="footer">changelog &mdash; npm@1.1.21</p>
+<p id="footer">changelog &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 6579fab..2cd3b0a 100644 (file)
@@ -191,7 +191,7 @@ set to anything."</p>
 
 <ul><li><a href="../doc/developers.html">developers(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/npm.html">npm(1)</a></li></ul>
 </div>
-<p id="footer">coding-style &mdash; npm@1.1.21</p>
+<p id="footer">coding-style &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 3d82750..f025e3e 100644 (file)
@@ -33,7 +33,7 @@ completions based on the arguments.</p>
 
 <ul><li><a href="../doc/developers.html">developers(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/npm.html">npm(1)</a></li></ul>
 </div>
-<p id="footer">completion &mdash; npm@1.1.21</p>
+<p id="footer">completion &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index cc9a0dc..e1fa2e3 100644 (file)
@@ -684,7 +684,7 @@ then answer "no" to any prompt.</p>
 
 <ul><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/npm.html">npm(1)</a></li></ul>
 </div>
-<p id="footer">config &mdash; npm@1.1.21</p>
+<p id="footer">config &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index a79ca7c..6846de4 100644 (file)
@@ -29,7 +29,7 @@ something like this:</p>
 
 <ul><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li></ul>
 </div>
-<p id="footer">deprecate &mdash; npm@1.1.21</p>
+<p id="footer">deprecate &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 6f86cc2..c5e706e 100644 (file)
@@ -160,7 +160,7 @@ from a fresh checkout.</p>
 
 <ul><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/npm.html">npm(1)</a></li><li><a href="../doc/init.html">init(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/adduser.html">adduser(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li></ul>
 </div>
-<p id="footer">developers &mdash; npm@1.1.21</p>
+<p id="footer">developers &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 721f7d0..a1fcf9e 100644 (file)
@@ -80,7 +80,7 @@ license statement)</li><li>Illegal content.</li></ol>
 
 <ul><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/owner.html">owner(1)</a></li></ul>
 </div>
-<p id="footer">disputes &mdash; npm@1.1.21</p>
+<p id="footer">disputes &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 870dfa7..1e5f270 100644 (file)
@@ -37,7 +37,7 @@ config param.</p>
 
 <ul><li><a href="../doc/view.html">view(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/json.html">json(1)</a></li></ul>
 </div>
-<p id="footer">docs &mdash; npm@1.1.21</p>
+<p id="footer">docs &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 51ca677..d790414 100644 (file)
@@ -37,7 +37,7 @@ or <code>"notepad"</code> on Windows.</li><li>Type: path</li></ul>
 
 <ul><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/explore.html">explore(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul>
 </div>
-<p id="footer">edit &mdash; npm@1.1.21</p>
+<p id="footer">edit &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index e1f12bf..7a5f07b 100644 (file)
@@ -40,7 +40,7 @@ Windows</li><li>Type: path</li></ul>
 
 <ul><li><a href="../doc/submodule.html">submodule(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/edit.html">edit(1)</a></li><li><a href="../doc/rebuild.html">rebuild(1)</a></li><li><a href="../doc/build.html">build(1)</a></li><li><a href="../doc/install.html">install(1)</a></li></ul>
 </div>
-<p id="footer">explore &mdash; npm@1.1.21</p>
+<p id="footer">explore &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index b5bed0c..cbdf8f7 100644 (file)
@@ -241,7 +241,7 @@ We'll have someone kick it or something.</p>
 
 <ul><li><a href="../doc/npm.html">npm(1)</a></li><li><a href="../doc/developers.html">developers(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li></ul>
 </div>
-<p id="footer">faq &mdash; npm@1.1.21</p>
+<p id="footer">faq &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 127c452..1ee33de 100644 (file)
@@ -205,7 +205,7 @@ cannot be found elsewhere.  See <code><a href="../doc/json.html">json(1)</a></co
 
 <ul><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/pack.html">pack(1)</a></li><li><a href="../doc/cache.html">cache(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li></ul>
 </div>
-<p id="footer">folders &mdash; npm@1.1.21</p>
+<p id="footer">folders &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 45fa055..7690a71 100644 (file)
@@ -38,7 +38,7 @@ where the terms were found in the documentation.</p>
 
 <ul><li><a href="../doc/npm.html">npm(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/help.html">help(1)</a></li></ul>
 </div>
-<p id="footer">help-search &mdash; npm@1.1.21</p>
+<p id="footer">help-search &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index b4ee8a7..adb8b7e 100644 (file)
@@ -36,7 +36,7 @@ matches are equivalent to specifying a topic name.</p>
 
 <ul><li><a href="../doc/npm.html">npm(1)</a></li><li><a href="../doc/README.html">README</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/help-search.html">help-search(1)</a></li><li><a href="../doc/index.html">index(1)</a></li></ul>
 </div>
-<p id="footer">help &mdash; npm@1.1.21</p>
+<p id="footer">help &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index a7e647e..9082ff8 100644 (file)
 
 <p> Display npm username</p>
 </div>
-<p id="footer">index &mdash; npm@1.1.21</p>
+<p id="footer">index &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index a090823..5e0f7f9 100644 (file)
@@ -29,7 +29,7 @@ without a really good reason to do so.</p>
 
 <ul><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/version.html">version(1)</a></li></ul>
 </div>
-<p id="footer">init &mdash; npm@1.1.21</p>
+<p id="footer">init &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index df9f5f5..5f7e5d3 100644 (file)
@@ -133,7 +133,7 @@ affects a real use-case, it will be investigated.</p>
 
 <ul><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/update.html">update(1)</a></li><li><a href="../doc/link.html">link(1)</a></li><li><a href="../doc/rebuild.html">rebuild(1)</a></li><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../doc/build.html">build(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/tag.html">tag(1)</a></li><li><a href="../doc/rm.html">rm(1)</a></li><li><a href="../doc/shrinkwrap.html">shrinkwrap(1)</a></li></ul>
 </div>
-<p id="footer">install &mdash; npm@1.1.21</p>
+<p id="footer">install &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 480d684..a467aaa 100644 (file)
@@ -478,7 +478,7 @@ overridden.</p>
 
 <ul><li><a href="../doc/semver.html">semver(1)</a></li><li><a href="../doc/init.html">init(1)</a></li><li><a href="../doc/version.html">version(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/help.html">help(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/rm.html">rm(1)</a></li></ul>
 </div>
-<p id="footer">json &mdash; npm@1.1.21</p>
+<p id="footer">json &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 2676834..761adc6 100644 (file)
@@ -58,7 +58,7 @@ installation target into your project's <code>node_modules</code> folder.</p>
 
 <ul><li><a href="../doc/developers.html">developers(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul>
 </div>
-<p id="footer">link &mdash; npm@1.1.21</p>
+<p id="footer">link &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 615d111..a014b14 100644 (file)
@@ -58,7 +58,7 @@ project.</p>
 
 <ul><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/link.html">link(1)</a></li><li><a href="../doc/prune.html">prune(1)</a></li><li><a href="../doc/outdated.html">outdated(1)</a></li><li><a href="../doc/update.html">update(1)</a></li></ul>
 </div>
-<p id="footer">list &mdash; npm@1.1.21</p>
+<p id="footer">list &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 5d80a30..6f71723 100644 (file)
@@ -14,7 +14,7 @@
 
 <h2 id="VERSION">VERSION</h2>
 
-<p>1.1.21</p>
+<p>1.1.23</p>
 
 <h2 id="DESCRIPTION">DESCRIPTION</h2>
 
@@ -135,7 +135,7 @@ will no doubt tell you to put the output in a gist or email.</p>
 
 <ul><li><a href="../doc/help.html">help(1)</a></li><li><a href="../doc/faq.html">faq(1)</a></li><li><a href="../doc/README.html">README</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/index.html">index(1)</a></li><li><a href="../api/npm.html">npm(3)</a></li></ul>
 </div>
-<p id="footer">npm &mdash; npm@1.1.21</p>
+<p id="footer">npm &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 0067966..67171e2 100644 (file)
@@ -21,7 +21,7 @@ packages are currently outdated.</p>
 
 <ul><li><a href="../doc/update.html">update(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li></ul>
 </div>
-<p id="footer">outdated &mdash; npm@1.1.21</p>
+<p id="footer">outdated &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 4a8a77d..ea1adf9 100644 (file)
@@ -34,7 +34,7 @@ that is not implemented at this time.</p>
 
 <ul><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/adduser.html">adduser(1)</a></li><li><a href="../doc/disputes.html">disputes(1)</a></li></ul>
 </div>
-<p id="footer">owner &mdash; npm@1.1.21</p>
+<p id="footer">owner &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 290263c..a62838c 100644 (file)
@@ -29,7 +29,7 @@ overwritten the second time.</p>
 
 <ul><li><a href="../doc/cache.html">cache(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul>
 </div>
-<p id="footer">pack &mdash; npm@1.1.21</p>
+<p id="footer">pack &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index dfa853d..5cc4b4a 100644 (file)
@@ -20,7 +20,7 @@
 
 <ul><li><a href="../doc/root.html">root(1)</a></li><li><a href="../doc/bin.html">bin(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul>
 </div>
-<p id="footer">prefix &mdash; npm@1.1.21</p>
+<p id="footer">prefix &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 0147445..f548c92 100644 (file)
@@ -25,7 +25,7 @@ package's dependencies list.</p>
 
 <ul><li><a href="../doc/rm.html">rm(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/list.html">list(1)</a></li></ul>
 </div>
-<p id="footer">prune &mdash; npm@1.1.21</p>
+<p id="footer">prune &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index ff1d113..e583bf2 100644 (file)
@@ -29,7 +29,7 @@ the registry.  Overwrites when the "--force" flag is set.</p>
 
 <ul><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/adduser.html">adduser(1)</a></li><li><a href="../doc/owner.html">owner(1)</a></li><li><a href="../doc/deprecate.html">deprecate(1)</a></li><li><a href="../doc/tag.html">tag(1)</a></li></ul>
 </div>
-<p id="footer">publish &mdash; npm@1.1.21</p>
+<p id="footer">publish &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index e652529..2c4f333 100644 (file)
@@ -25,7 +25,7 @@ the new binary.</p>
 
 <ul><li><a href="../doc/build.html">build(1)</a></li><li><a href="../doc/install.html">install(1)</a></li></ul>
 </div>
-<p id="footer">rebuild &mdash; npm@1.1.21</p>
+<p id="footer">rebuild &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 786603e..35cc577 100644 (file)
@@ -97,7 +97,7 @@ ask for help on the <a href="mailto:npm-@googlegroups.com">npm-@googlegroups.com
 
 <ul><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/developers.html">developers(1)</a></li><li><a href="../doc/disputes.html">disputes(1)</a></li></ul>
 </div>
-<p id="footer">registry &mdash; npm@1.1.21</p>
+<p id="footer">registry &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 4124f41..aee2c14 100644 (file)
@@ -58,7 +58,7 @@ modules.  To track those down, you can do the following:</p>
 
 <ul><li><a href="../doc/README.html">README</a></li><li><a href="../doc/rm.html">rm(1)</a></li><li><a href="../doc/prune.html">prune(1)</a></li></ul>
 </div>
-<p id="footer">removing-npm &mdash; npm@1.1.21</p>
+<p id="footer">removing-npm &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 21990f0..36d77be 100644 (file)
@@ -24,7 +24,7 @@ the "start" script.</p>
 
 <ul><li><a href="../doc/run-script.html">run-script(1)</a></li><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../doc/test.html">test(1)</a></li><li><a href="../doc/start.html">start(1)</a></li><li><a href="../doc/stop.html">stop(1)</a></li></ul>
 </div>
-<p id="footer">restart &mdash; npm@1.1.21</p>
+<p id="footer">restart &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index a787401..ea58395 100644 (file)
@@ -20,7 +20,7 @@
 
 <ul><li><a href="../doc/prefix.html">prefix(1)</a></li><li><a href="../doc/bin.html">bin(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul>
 </div>
-<p id="footer">root &mdash; npm@1.1.21</p>
+<p id="footer">root &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index d10e735..2ebb894 100644 (file)
@@ -23,7 +23,7 @@ called directly, as well.</p>
 
 <ul><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../doc/test.html">test(1)</a></li><li><a href="../doc/start.html">start(1)</a></li><li><a href="../doc/restart.html">restart(1)</a></li><li><a href="../doc/stop.html">stop(1)</a></li></ul>
 </div>
-<p id="footer">run-script &mdash; npm@1.1.21</p>
+<p id="footer">run-script &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 39a8139..df2ad74 100644 (file)
@@ -177,7 +177,7 @@ will sudo the npm command in question.</li></ul>
 
 <ul><li><a href="../doc/run-script.html">run-script(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/developers.html">developers(1)</a></li><li><a href="../doc/install.html">install(1)</a></li></ul>
 </div>
-<p id="footer">scripts &mdash; npm@1.1.21</p>
+<p id="footer">scripts &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 2fbcaf4..c5616ec 100644 (file)
@@ -24,7 +24,7 @@ expression characters must be escaped or quoted in most shells.)</p>
 
 <ul><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/view.html">view(1)</a></li></ul>
 </div>
-<p id="footer">search &mdash; npm@1.1.21</p>
+<p id="footer">search &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 909c55e..8dfbb25 100644 (file)
@@ -104,7 +104,7 @@ that satisfies the range, or null if none of them do.</li></ul>
 
 <ul><li><a href="../doc/json.html">json(1)</a></li></ul>
 </div>
-<p id="footer">semver &mdash; npm@1.1.21</p>
+<p id="footer">semver &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 158ed09..5e9a401 100644 (file)
@@ -169,7 +169,7 @@ versions.</p>
 
 <ul><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/list.html">list(1)</a></li></ul>
 </div>
-<p id="footer">shrinkwrap &mdash; npm@1.1.21</p>
+<p id="footer">shrinkwrap &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 3aebbcd..a0b49d8 100644 (file)
@@ -26,7 +26,7 @@ a vaguely positive way to show that you care.</p>
 
 <ul><li><a href="../doc/view.html">view(1)</a></li><li><a href="../doc/whoami.html">whoami(1)</a></li><li><a href="../doc/adduser.html">adduser(1)</a></li></ul>
 </div>
-<p id="footer">star &mdash; npm@1.1.21</p>
+<p id="footer">star &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index f86e9d8..011c0a6 100644 (file)
@@ -20,7 +20,7 @@
 
 <ul><li><a href="../doc/run-script.html">run-script(1)</a></li><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../doc/test.html">test(1)</a></li><li><a href="../doc/restart.html">restart(1)</a></li><li><a href="../doc/stop.html">stop(1)</a></li></ul>
 </div>
-<p id="footer">start &mdash; npm@1.1.21</p>
+<p id="footer">start &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index d3565a0..cd0f500 100644 (file)
@@ -20,7 +20,7 @@
 
 <ul><li><a href="../doc/run-script.html">run-script(1)</a></li><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../doc/test.html">test(1)</a></li><li><a href="../doc/start.html">start(1)</a></li><li><a href="../doc/restart.html">restart(1)</a></li></ul>
 </div>
-<p id="footer">stop &mdash; npm@1.1.21</p>
+<p id="footer">stop &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 7f26dc9..7f5f949 100644 (file)
@@ -33,7 +33,7 @@ dependencies into the submodule folder.</p>
 
 <ul><li><a href="../doc/json.html">json(1)</a></li><li>git help submodule</li></ul>
 </div>
-<p id="footer">submodule &mdash; npm@1.1.21</p>
+<p id="footer">submodule &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index bfb5a58..9d513d3 100644 (file)
@@ -21,7 +21,7 @@
 
 <ul><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul>
 </div>
-<p id="footer">tag &mdash; npm@1.1.21</p>
+<p id="footer">tag &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 51f7ee6..2c885fe 100644 (file)
@@ -23,7 +23,7 @@ true.</p>
 
 <ul><li><a href="../doc/run-script.html">run-script(1)</a></li><li><a href="../doc/scripts.html">scripts(1)</a></li><li><a href="../doc/start.html">start(1)</a></li><li><a href="../doc/restart.html">restart(1)</a></li><li><a href="../doc/stop.html">stop(1)</a></li></ul>
 </div>
-<p id="footer">test &mdash; npm@1.1.21</p>
+<p id="footer">test &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 96cee41..1d1a4af 100644 (file)
@@ -22,7 +22,7 @@ on its behalf.</p>
 
 <ul><li><a href="../doc/prune.html">prune(1)</a></li><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/config.html">config(1)</a></li></ul>
 </div>
-<p id="footer">uninstall &mdash; npm@1.1.21</p>
+<p id="footer">uninstall &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 573a9e2..d74f558 100644 (file)
@@ -34,7 +34,7 @@ the root package entry is removed from the registry entirely.</p>
 
 <ul><li><a href="../doc/deprecate.html">deprecate(1)</a></li><li><a href="../doc/publish.html">publish(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/adduser.html">adduser(1)</a></li><li><a href="../doc/owner.html">owner(1)</a></li></ul>
 </div>
-<p id="footer">unpublish &mdash; npm@1.1.21</p>
+<p id="footer">unpublish &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index eb1b20c..21861b9 100644 (file)
@@ -23,7 +23,7 @@
 
 <ul><li><a href="../doc/install.html">install(1)</a></li><li><a href="../doc/outdated.html">outdated(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/folders.html">folders(1)</a></li><li><a href="../doc/list.html">list(1)</a></li></ul>
 </div>
-<p id="footer">update &mdash; npm@1.1.21</p>
+<p id="footer">update &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index d85cad0..ec3ac87 100644 (file)
@@ -31,7 +31,7 @@ will use it as a commit message when creating a version commit.</p>
 
 <ul><li><a href="../doc/init.html">init(1)</a></li><li><a href="../doc/json.html">json(1)</a></li><li><a href="../doc/semver.html">semver(1)</a></li></ul>
 </div>
-<p id="footer">version &mdash; npm@1.1.21</p>
+<p id="footer">version &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 2327cf8..f2f2413 100644 (file)
@@ -88,7 +88,7 @@ the field name.</p>
 
 <ul><li><a href="../doc/search.html">search(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/docs.html">docs(1)</a></li></ul>
 </div>
-<p id="footer">view &mdash; npm@1.1.21</p>
+<p id="footer">view &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
index 600c189..bc86766 100644 (file)
@@ -20,7 +20,7 @@
 
 <ul><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/adduser.html">adduser(1)</a></li></ul>
 </div>
-<p id="footer">whoami &mdash; npm@1.1.21</p>
+<p id="footer">whoami &mdash; npm@1.1.23</p>
 <script>
 ;(function () {
 var wrapper = document.getElementById("wrapper")
diff --git a/deps/npm/html/n-64.png b/deps/npm/html/n-64.png
deleted file mode 100644 (file)
index d4145ef..0000000
Binary files a/deps/npm/html/n-64.png and /dev/null differ
diff --git a/deps/npm/html/n-large.png b/deps/npm/html/n-large.png
deleted file mode 100644 (file)
index 9e1525f..0000000
Binary files a/deps/npm/html/n-large.png and /dev/null differ
diff --git a/deps/npm/html/npm-16.png b/deps/npm/html/npm-16.png
deleted file mode 100644 (file)
index c3c9d05..0000000
Binary files a/deps/npm/html/npm-16.png and /dev/null differ
diff --git a/deps/npm/html/npm-256-square.png b/deps/npm/html/npm-256-square.png
deleted file mode 100644 (file)
index f7f18b5..0000000
Binary files a/deps/npm/html/npm-256-square.png and /dev/null differ
diff --git a/deps/npm/html/npm-256w.png b/deps/npm/html/npm-256w.png
deleted file mode 100644 (file)
index dac32c8..0000000
Binary files a/deps/npm/html/npm-256w.png and /dev/null differ
diff --git a/deps/npm/html/npm-64-square.png b/deps/npm/html/npm-64-square.png
deleted file mode 100644 (file)
index eef2629..0000000
Binary files a/deps/npm/html/npm-64-square.png and /dev/null differ
diff --git a/deps/npm/html/npm-fin.png b/deps/npm/html/npm-fin.png
deleted file mode 100644 (file)
index 7efbef6..0000000
Binary files a/deps/npm/html/npm-fin.png and /dev/null differ
diff --git a/deps/npm/html/npm-large.png b/deps/npm/html/npm-large.png
deleted file mode 100644 (file)
index 27d8317..0000000
Binary files a/deps/npm/html/npm-large.png and /dev/null differ
diff --git a/deps/npm/html/npm.png b/deps/npm/html/npm.png
deleted file mode 100644 (file)
index d78ff53..0000000
Binary files a/deps/npm/html/npm.png and /dev/null differ
index b62e82d..706d7f8 100644 (file)
@@ -298,7 +298,6 @@ function addRemoteGit (u, parsed, name, cb_) {
   var co = parsed.hash && parsed.hash.substr(1) || "master"
   u = u.replace(/^git\+/, "")
        .replace(/#.*$/, "")
-       .replace(/^ssh:\/\//, "") // ssh is the default anyway
   log.verbose([u, co], "addRemoteGit")
 
   var tmp = path.join(npm.tmp, Date.now()+"-"+Math.random())
index 6025e58..5f13d92 100644 (file)
@@ -167,7 +167,7 @@ function mutate (pkg, user, mutation, cb) {
       put("/"+pkg+"/-rev/"+data._rev, data, function (er, data) {
         if (er) return log.er(cb, "Failed to update package metadata")(er)
         if (data.error) return cb(new Error(
-          "Failed to update pacakge metadata: "+JSON.stringify(data)))
+          "Failed to update package metadata: "+JSON.stringify(data)))
         cb(null, data)
       })
     })
index a5855ff..1cf59f0 100644 (file)
@@ -34,11 +34,12 @@ function publish (args, isRetry, cb) {
   // if it's a local folder, then run the prepublish there, first.
   readJson(path.resolve(arg, "package.json"), function (er, data) {
     // error is ok.  could be publishing a url or tarball
+    // however, that means that we will not have automatically run
+    // the prepublish script, since that gets run when adding a folder
+    // to the cache.
     if (er) return cacheAddPublish(arg, false, isRetry, cb)
-    lifecycle(data, "prepublish", arg, function (er) {
-      if (er) return cb(er)
-      cacheAddPublish(arg, true, isRetry, cb)
-    })
+
+    cacheAddPublish(arg, true, isRetry, cb)
   })
 }
 
index 92b086e..c5ebbbe 100644 (file)
@@ -86,6 +86,14 @@ function lifecycle_ (pkg, stage, wd, env, unsafe, failOk, cb) {
   if (packageLifecycle) {
     // define this here so it's available to all scripts.
     env.npm_lifecycle_script = pkg.scripts[stage]
+    // if the command is "node-gyp <args>", then call ours instead.
+    try {
+      var ourGyp = require.resolve("node-gyp/bin/node-gyp.js")
+    } catch (er) {
+      return cb(new Error("No gyp installed with npm"))
+    }
+    var gyp = path.execPath + " " + JSON.stringify(ourGyp)
+    pkg.scripts[stage] = pkg.scripts[stage].replace(/^node-gyp( |$)/, gyp)
   }
 
   if (failOk) {
index 415eb7f..76ef6ea 100644 (file)
@@ -16,6 +16,7 @@ var npm = require("../npm.js")
   , zlib = require("zlib")
   , fstream = require("fstream")
   , Packer = require("fstream-npm")
+  , lifecycle = require("./lifecycle.js")
 
 if (process.env.SUDO_UID && myUid === 0) {
   if (!isNaN(process.env.SUDO_UID)) myUid = +process.env.SUDO_UID
@@ -27,10 +28,23 @@ exports.unpack = unpack
 
 function pack (targetTarball, folder, pkg, dfc, cb) {
   log.verbose([targetTarball, folder], "tar.pack")
-  if (typeof cb !== "function") cb = dfc, dfc = true
+  if (typeof cb !== "function") cb = dfc, dfc = false
 
   log.verbose(targetTarball, "tarball")
   log.verbose(folder, "folder")
+
+  if (dfc) {
+    // do fancy crap
+    return lifecycle(pkg, 'prepublish', folder, function (er) {
+      if (er) return cb(er)
+      pack_(targetTarball, folder, pkg, cb)
+    })
+  } else {
+    pack_(targetTarball, folder, pkg, cb)
+  }
+}
+
+function pack_ (targetTarball, folder, pkg, cb) {
   new Packer({ path: folder, type: "Directory", isDirectory: true })
     .on("error", log.er(cb, "error reading "+folder))
 
index f2589dc..6507058 100644 (file)
@@ -14,7 +14,7 @@ npm <command> [args]
 .fi
 .
 .SH "VERSION"
-1.1.21
+1.1.23
 .
 .SH "DESCRIPTION"
 npm is the package manager for the Node JavaScript platform\.  It puts
index 978bfab..59438d5 100644 (file)
@@ -21,7 +21,7 @@ npm\.load(configObject, function (er, npm) {
 .fi
 .
 .SH "VERSION"
-1.1.21
+1.1.23
 .
 .SH "DESCRIPTION"
 This is the API documentation for npm\.
index e796e69..5f27088 100644 (file)
@@ -38,6 +38,7 @@ You will also need to install:
   * On Windows:
     * [Python][windows-python] ([`v2.7.2`][windows-python-v2.7.2] recommended, `v3.x.x` not yet supported)
     * Microsoft Visual C++ ([Express][msvc] version works well)
+      * For 64-bit builds of node and native modules you will _also_ need the [Windows 7 64-bit SDK][win7sdk]
 
 How to Use
 ----------
@@ -66,7 +67,7 @@ $ node-gyp build
 ```
 
 Now you have your compiled `.node` bindings file! The compiled bindings end up
-in `build/Debug/` or `buld/Release/`, depending on the build mode. At this point
+in `build/Debug/` or `build/Release/`, depending on the build mode. At this point
 you can require the `.node` file with Node and run your tests!
 
 __Note:__ To create a _Debug_ build of the bindings file, pass the `--debug` (or
@@ -143,3 +144,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 [windows-python]: http://www.python.org/getit/windows
 [windows-python-v2.7.2]: http://www.python.org/download/releases/2.7.2#download
 [msvc]: http://www.microsoft.com/visualstudio/en-us/products/2010-editions/visual-cpp-express
+[win7sdk]: http://www.microsoft.com/download/en/details.aspx?displayLang=en&id=8279
index 92f2133..eb5e730 100644 (file)
@@ -11,19 +11,22 @@ var fs = require('graceful-fs')
   , which = require('which')
   , mkdirp = require('./util/mkdirp')
   , win = process.platform == 'win32'
+  , openbsd = process.platform == 'openbsd'
 
 exports.usage = 'Invokes `' + (win ? 'msbuild' : 'make') + '` and builds the module'
 
 function build (gyp, argv, callback) {
 
   gyp.verbose('build args', argv)
-  var command = win ? 'msbuild' : 'make'
+  var makeCommand = openbsd ? 'gmake' : 'make'
+  var command = win ? 'msbuild' : makeCommand
     , buildDir = path.resolve('build')
     , configPath = path.resolve(buildDir, 'config.gypi')
     , buildType
     , config
     , arch
-    , version
+    , nodeDir
+    , copyDevLib
 
   loadConfigGypi()
 
@@ -43,10 +46,11 @@ function build (gyp, argv, callback) {
       }
       config = JSON.parse(data.replace(/\#.+\n/, ''))
 
-      // get the 'arch', 'buildType', and 'version' vars from the config
+      // get the 'arch', 'buildType', and 'nodeDir' vars from the config
       buildType = config.target_defaults.default_configuration
       arch = config.variables.target_arch
-      version = config.variables.target_version
+      nodeDir = config.variables.nodedir
+      copyDevLib = config.variables.copy_dev_lib == 'true'
 
       if ('debug' in gyp.opts) {
         buildType = gyp.opts.debug ? 'Debug' : 'Release'
@@ -57,7 +61,7 @@ function build (gyp, argv, callback) {
 
       gyp.verbose('build type:', buildType)
       gyp.verbose('architecture:', arch)
-      gyp.verbose('node version:', version)
+      gyp.verbose('node dev dir:', nodeDir)
 
       if (win) {
         findSolutionFile()
@@ -137,11 +141,10 @@ function build (gyp, argv, callback) {
    */
 
   function copyNodeLib () {
-    if (!win) return doBuild()
+    if (!win || !copyDevLib) return doBuild()
 
-    var devDir = path.resolve(gyp.devDir, version)
-      , buildDir = path.resolve(devDir, buildType)
-      , archNodeLibPath = path.resolve(devDir, arch, 'node.lib')
+    var buildDir = path.resolve(nodeDir, buildType)
+      , archNodeLibPath = path.resolve(nodeDir, arch, 'node.lib')
       , buildNodeLibPath = path.resolve(buildDir, 'node.lib')
 
     mkdirp(buildDir, function (err, isNew) {
index c25ad8f..ca0da39 100644 (file)
@@ -20,13 +20,13 @@ function configure (gyp, argv, callback) {
   var python = process.env.PYTHON || gyp.opts.python || 'python'
     , buildDir = path.resolve('build')
     , configPath
-    , versionStr
-    , version
+    , nodeDir
 
   checkPython()
 
   // Make sure that Python is in the $PATH
   function checkPython () {
+    gyp.verbose('checking for Python executable "' + python + '" in the PATH')
     which(python, function (err, execPath) {
       if (err) {
         if (win) {
@@ -37,7 +37,8 @@ function configure (gyp, argv, callback) {
         return
       }
       gyp.verbose('`which` succeeded for `' + python + '`', execPath)
-      getTargetVersion()
+      // TODO: ensure compatible Python version
+      getNodeDir()
     })
   }
 
@@ -61,39 +62,64 @@ function configure (gyp, argv, callback) {
         return
       }
       python = pythonPath
-      getTargetVersion()
+      getNodeDir()
     })
   }
 
   function failNoPython () {
-    callback(new Error('Can\'t find Python, you can set the PYTHON env variable.'))
+    callback(new Error('Can\'t find Python executable "' + python
+          + '", you can set the PYTHON env variable.'))
   }
 
-  function getTargetVersion () {
+  function getNodeDir () {
 
     // 'python' should be set by now
     process.env.PYTHON = python
 
-    if (gyp.opts.target) {
-      // if --target was given, then ensure that version is installed
-      versionStr = gyp.opts.target
-      gyp.verbose('compiling against --target node version', versionStr)
+    if (gyp.opts.nodedir) {
+      // --nodedir was specified. use that for the dev files
+      nodeDir = gyp.opts.nodedir
+
+      // simple ~ homedir expansion based on https://github.com/joyent/node/issues/2857
+      if (win) {
+        nodeDir = nodeDir.replace(/^~/, process.env.USERPROFILE)
+      } else {
+        nodeDir = nodeDir.replace(/^~/, process.env.HOME)
+      }
+
+      gyp.verbose('compiling against specified --nodedir dev files', nodeDir)
+      createBuildDir()
+
     } else {
-      // if no --target was specified then use the current host node version
-      versionStr = process.version
-      gyp.verbose('no --target version specified, falling back to host node version', versionStr)
-    }
-    version = semver.parse(versionStr)
-    if (!version) {
-      return callback(new Error('Invalid version number: ' + versionStr))
+      // if no --nodedir specified, ensure node dependencies are installed
+      var version
+      var versionStr
+
+      if (gyp.opts.target) {
+        // if --target was given, then determine a target version to compile for
+        versionStr = gyp.opts.target
+        gyp.verbose('compiling against --target node version', versionStr)
+      } else {
+        // if no --target was specified then use the current host node version
+        versionStr = process.version
+        gyp.verbose('no --target version specified, falling back to host node version', versionStr)
+      }
+
+      // make sure we have a valid version
+      version = semver.parse(versionStr)
+      if (!version) {
+        return callback(new Error('Invalid version number: ' + versionStr))
+      }
+
+      // ensure that the target node version's dev files are installed
+      gyp.opts.ensure = true
+      gyp.commands.install([ versionStr ], function (err, version) {
+        if (err) return callback(err)
+        gyp.verbose('target node version installed:', version)
+        nodeDir = path.resolve(gyp.devDir, version)
+        createBuildDir()
+      })
     }
-    gyp.opts.ensure = true
-    gyp.commands.install([ versionStr ], function (err, _version) {
-      if (err) return callback(err)
-      version = _version
-      gyp.verbose('setting target version to:', version)
-      createBuildDir()
-    })
   }
 
   function createBuildDir () {
@@ -145,8 +171,11 @@ function configure (gyp, argv, callback) {
     // set the target_arch variable
     variables.target_arch = gyp.opts.arch || process.arch || 'ia32'
 
-    // also set the target_version variable
-    variables.target_version = version
+    // set the node development directory
+    variables.nodedir = nodeDir
+
+    // don't copy dev libraries with nodedir option
+    variables.copy_dev_lib = !gyp.opts.nodedir
 
     // loop through the rest of the opts and add the unknown ones as variables.
     // this allows for module-specific configure flags like:
@@ -175,8 +204,8 @@ function configure (gyp, argv, callback) {
   function runGypAddon (err) {
     if (err) return callback(err)
 
-    // location of the `gyp_addon` python script for the target node version
-    var gyp_addon = path.resolve(gyp.devDir, version, 'tools', 'gyp_addon')
+    // location of the `gyp_addon` python script for the target nodedir
+    var gyp_addon = path.resolve(nodeDir, 'tools', 'gyp_addon')
 
     if (!~argv.indexOf('-f') && !~argv.indexOf('--format')) {
       if (win) {
@@ -210,7 +239,7 @@ function configure (gyp, argv, callback) {
     // enforce use of the "binding.gyp" file
     argv.unshift('binding.gyp')
 
-    // execute `gyp_addon` from the current target node version
+    // execute `gyp_addon` from the current target nodedir
     argv.unshift(gyp_addon)
 
     var cp = gyp.spawn(python, argv)
index 1b014e6..33c5445 100644 (file)
@@ -74,13 +74,14 @@ proto.package = require('../package')
 proto.configDefs = {
     help: Boolean    // everywhere
   , arch: String     // 'configure'
+  , debug: Boolean   // 'build'
   , directory: String // bin
   , msvs_version: String // 'configure'
-  , debug: Boolean   // 'build'
   , ensure: Boolean  // 'install'
   , verbose: Boolean // everywhere
   , solution: String // 'build' (windows only)
   , proxy: String // 'install'
+  , nodedir: String // 'configure'
 }
 
 /**
@@ -90,6 +91,7 @@ proto.configDefs = {
 proto.shorthands = {
     release: '--no-debug'
   , C: '--directory'
+  , d: '--debug'
 }
 
 /**
index 9352a0b..afefb75 100644 (file)
   "dependencies": {},
   "optionalDependencies": {},
   "_engineSupported": true,
-  "_npmVersion": "1.1.16",
-  "_nodeVersion": "v0.7.8-pre",
+  "_npmVersion": "1.1.21",
+  "_nodeVersion": "v0.7.9-pre",
   "_defaultsLoaded": true,
+  "dist": {
+    "shasum": "1bbdab47714665c8484fb62da53f4553c6baec73"
+  },
   "_from": "ansi@0.0.x"
 }
index 83e88f6..eb89f6c 100644 (file)
   "_id": "glob@3.1.9",
   "optionalDependencies": {},
   "_engineSupported": true,
-  "_npmVersion": "1.1.16",
-  "_nodeVersion": "v0.7.8-pre",
+  "_npmVersion": "1.1.21",
+  "_nodeVersion": "v0.7.9-pre",
   "_defaultsLoaded": true,
+  "dist": {
+    "shasum": "a81b5dd6244b74b277cc1e825f25ebc511854525"
+  },
   "_from": "glob@3"
 }
index 1962859..6319faf 100644 (file)
@@ -10,7 +10,7 @@
     "bindings",
     "gyp"
   ],
-  "version": "0.4.1",
+  "version": "0.4.3",
   "installVersion": 7,
   "author": {
     "name": "Nathan Rajlich",
     "name": "isaacs",
     "email": "i@izs.me"
   },
-  "_id": "node-gyp@0.4.1",
+  "_id": "node-gyp@0.4.3",
   "devDependencies": {},
   "optionalDependencies": {},
   "_engineSupported": true,
-  "_npmVersion": "1.1.16",
-  "_nodeVersion": "v0.7.8-pre",
+  "_npmVersion": "1.1.21",
+  "_nodeVersion": "v0.7.9-pre",
   "_defaultsLoaded": true,
   "dist": {
-    "shasum": "05a017b115527b63fdec1321d0b5888bc5d7b04f"
+    "shasum": "8d45b9b77800f40f27a6445d01d99161942d9b36"
   },
-  "_from": "node-gyp@latest"
+  "_from": "node-gyp@~0.4.1"
 }
index 563549f..d89625f 100644 (file)
@@ -1,11 +1,38 @@
-{ "name" : "semver"
-, "version" : "1.0.13"
-, "description" : "The semantic version parser used by npm."
-, "main" : "semver.js"
-, "scripts" : { "test" : "tap test.js" }
-, "devDependencies": { "tap" : "0.x >=0.0.4" }
-, "license" :
-  { "type" : "MIT"
-  , "url" : "https://github.com/isaacs/semver/raw/master/LICENSE" }
-, "repository" : "git://github.com/isaacs/node-semver.git"
-, "bin" : { "semver" : "./bin/semver" } }
+{
+  "name": "semver",
+  "version": "1.0.14",
+  "description": "The semantic version parser used by npm.",
+  "main": "semver.js",
+  "scripts": {
+    "test": "tap test.js"
+  },
+  "devDependencies": {
+    "tap": "0.x >=0.0.4"
+  },
+  "license": {
+    "type": "MIT",
+    "url": "https://github.com/isaacs/semver/raw/master/LICENSE"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/isaacs/node-semver.git"
+  },
+  "bin": {
+    "semver": "./bin/semver"
+  },
+  "_npmUser": {
+    "name": "isaacs",
+    "email": "i@izs.me"
+  },
+  "_id": "semver@1.0.14",
+  "dependencies": {},
+  "optionalDependencies": {},
+  "engines": {
+    "node": "*"
+  },
+  "_engineSupported": true,
+  "_npmVersion": "1.1.22",
+  "_nodeVersion": "v0.7.9",
+  "_defaultsLoaded": true,
+  "_from": "semver@1"
+}
index d126673..8090e0c 100644 (file)
@@ -14,7 +14,7 @@ var semver = "\\s*[v=]*\\s*([0-9]+)"                // major
                 + "(?:\\.([0-9]+|x|X|\\*)"
                 + "(?:\\.([0-9]+|x|X|\\*)"
                 + "([a-zA-Z-][a-zA-Z0-9-\.:]*)?)?)?"
-  , xRange = "((?:<|>)?=?)?\\s*" + xRangePlain
+  , xRange = "((?:<|>)=?)?\\s*" + xRangePlain
   , exprSpermy = "(?:~>?)"+xRange
   , expressions = exports.expressions =
     { parse : new RegExp("^\\s*"+semver+"\\s*$")
index 6510a03..0ce6cbe 100644 (file)
@@ -10,7 +10,7 @@
     "install",
     "package.json"
   ],
-  "version": "1.1.21",
+  "version": "1.1.23",
   "preferGlobal": true,
   "config": {
     "publishtest": false
@@ -34,7 +34,7 @@
   "main": "./lib/npm.js",
   "bin": "./bin/npm-cli.js",
   "dependencies": {
-    "semver": "1",
+    "semver": "~1.0.14",
     "ini": "1",
     "slide": "1",
     "abbrev": "1",