Skip to content

Commit

Permalink
npm: Upgrade to v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 24, 2013
1 parent e20811a commit ff0de45
Show file tree
Hide file tree
Showing 191 changed files with 1,323 additions and 1,247 deletions.
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-bin.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Print the folder where npm will install executables.

* npm-prefix(1)
* npm-root(1)
* npm-folders(7)
* npm-folders(5)
* npm-config(1)
* npm-config(7)
* npmrc(5)
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The root cache folder.

## SEE ALSO

* npm-folders(7)
* npm-folders(5)
* npm-config(1)
* npm-config(7)
* npmrc(5)
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The command to run for `npm edit` or `npm config edit`.

## SEE ALSO

* npm-folders(7)
* npm-folders(5)
* npm-explore(1)
* npm-install(1)
* npm-config(1)
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-explore.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The shell to run for the `npm explore` command.
## SEE ALSO

* npm-submodule(1)
* npm-folders(7)
* npm-folders(5)
* npm-edit(1)
* npm-rebuild(1)
* npm-build(1)
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Set to `"browser"` to view html help content in the default web browser.
* npm(1)
* README
* npm-faq(7)
* npm-folders(7)
* npm-folders(5)
* npm-config(1)
* npm-config(7)
* npmrc(5)
Expand Down
9 changes: 4 additions & 5 deletions deps/npm/doc/cli/npm-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ npm-install(1) -- Install a package
npm install <name>@<tag>
npm install <name>@<version>
npm install <name>@<version range>
npm install <name>@<version range>

## DESCRIPTION

Expand Down Expand Up @@ -160,7 +159,7 @@ local copy exists on disk.
npm install sax --force

The `--global` argument will cause npm to install the package globally
rather than locally. See `npm-folders(7)`.
rather than locally. See `npm-folders(5)`.

The `--link` argument will cause npm to link global installs into the
local space in some cases.
Expand Down Expand Up @@ -202,7 +201,7 @@ this algorithm produces:
That is, the dependency from B to C is satisfied by the fact that A
already caused C to be installed at a higher level.

See npm-folders(7) for a more detailed description of the specific
See npm-folders(5) for a more detailed description of the specific
folder structures that npm creates.

### Limitations of npm's Install Algorithm
Expand All @@ -228,7 +227,7 @@ affects a real use-case, it will be investigated.

## SEE ALSO

* npm-folders(7)
* npm-folders(5)
* npm-update(1)
* npm-link(1)
* npm-rebuild(1)
Expand All @@ -238,7 +237,7 @@ affects a real use-case, it will be investigated.
* npm-config(7)
* npmrc(5)
* npm-registry(7)
* npm-folders(7)
* npm-folders(5)
* npm-tag(1)
* npm-rm(1)
* npm-shrinkwrap(1)
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ installation target into your project's `node_modules` folder.
* npm-faq(7)
* package.json(5)
* npm-install(1)
* npm-folders(7)
* npm-folders(5)
* npm-config(1)
* npm-config(7)
* npmrc(5)
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ project.
* npm-config(1)
* npm-config(7)
* npmrc(5)
* npm-folders(7)
* npm-folders(5)
* npm-install(1)
* npm-link(1)
* npm-prune(1)
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-outdated.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ packages are currently outdated.

* npm-update(1)
* npm-registry(7)
* npm-folders(7)
* npm-folders(5)
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-prefix.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Print the prefix to standard out.

* npm-root(1)
* npm-bin(1)
* npm-folders(7)
* npm-folders(5)
* npm-config(1)
* npm-config(7)
* npmrc(5)
4 changes: 2 additions & 2 deletions deps/npm/doc/cli/npm-prune.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ package's dependencies list.
## SEE ALSO

* npm-rm(1)
* npm-folders(7)
* npm-list(1)
* npm-folders(5)
* npm-ls(1)
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on its behalf.

* npm-prune(1)
* npm-install(1)
* npm-folders(7)
* npm-folders(5)
* npm-config(1)
* npm-config(7)
* npmrc(5)
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-root.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Print the effective `node_modules` folder to standard out.

* npm-prefix(1)
* npm-bin(1)
* npm-folders(7)
* npm-folders(5)
* npm-config(1)
* npm-config(7)
* npmrc(5)
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-shrinkwrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ contents rather than versions.

* npm-install(1)
* package.json(5)
* npm-list(1)
* npm-ls(1)
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm-uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on its behalf.

* npm-prune(1)
* npm-install(1)
* npm-folders(7)
* npm-folders(5)
* npm-config(1)
* npm-config(7)
* npmrc(5)
4 changes: 2 additions & 2 deletions deps/npm/doc/cli/npm-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ If no package name is specified, all packages in the specified location (global
* npm-install(1)
* npm-outdated(1)
* npm-registry(7)
* npm-folders(7)
* npm-list(1)
* npm-folders(5)
* npm-ls(1)
2 changes: 1 addition & 1 deletion deps/npm/doc/cli/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Use `npm ls` to show everything you've installed.

## DIRECTORIES

See `npm-folders(7)` to learn about where npm puts stuff.
See `npm-folders(5)` to learn about where npm puts stuff.

In particular, npm has two modes of operation:

Expand Down
4 changes: 2 additions & 2 deletions deps/npm/doc/misc/npm-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ the git binary.

Operates in "global" mode, so that packages are installed into the
`prefix` folder instead of the current working directory. See
`npm-folders(7)` for more on the differences in behavior.
`npm-folders(5)` for more on the differences in behavior.

* packages are installed into the `{prefix}/lib/node_modules` folder, instead of the
current working directory.
Expand Down Expand Up @@ -525,7 +525,7 @@ standard output.

### prefix

* Default: see npm-folders(7)
* Default: see npm-folders(5)
* Type: path

The location to install global items. If set on the command line, then
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>

<ul><li><a href="cli/npm.html">npm(1)</a></li><li><a href="cli/npm-faq.html">npm-faq(1)</a></li><li><a href="cli/npm-help.html">npm-help(1)</a></li><li><a href="cli/npm-index.html">npm-index(1)</a></li></ul>
</div>
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].4</p>
<p id="footer"><a href="../doc/README.html">README</a> &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-bin.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>This function should not be used programmatically. Instead, just refer
to the <code>npm.bin</code> member.</p>
</div>
<p id="footer">npm-bin &mdash; [email protected].4</p>
<p id="footer">npm-bin &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-bugs.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>This command will launch a browser, so this command may not be the most
friendly for programmatic use.</p>
</div>
<p id="footer">npm-bugs &mdash; [email protected].4</p>
<p id="footer">npm-bugs &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>

<ul><li><a href="../misc/npm-index.html">npm-index(7)</a></li></ul>
</div>
<p id="footer">npm-commands &mdash; [email protected].4</p>
<p id="footer">npm-commands &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>

<ul><li><a href="../api/npm.html">npm(3)</a></li></ul>
</div>
<p id="footer">npm-config &mdash; [email protected].4</p>
<p id="footer">npm-config &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-deprecate.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>

<ul><li><a href="../api/npm-publish.html">npm-publish(3)</a></li><li><a href="../api/npm-unpublish.html">npm-unpublish(3)</a></li><li><a href="../misc/npm-registry.html">npm-registry(7)</a></li></ul>
</div>
<p id="footer">npm-deprecate &mdash; [email protected].4</p>
<p id="footer">npm-deprecate &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>This command will launch a browser, so this command may not be the most
friendly for programmatic use.</p>
</div>
<p id="footer">npm-docs &mdash; [email protected].4</p>
<p id="footer">npm-docs &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
<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">npm-edit &mdash; [email protected].4</p>
<p id="footer">npm-edit &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>

<p>The first element in the &#39;args&#39; 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">npm-explore &mdash; [email protected].4</p>
<p id="footer">npm-explore &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-help-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>

<p>The silent parameter is not neccessary not used, but it may in the future.</p>
</div>
<p id="footer">npm-help-search &mdash; [email protected].4</p>
<p id="footer">npm-help-search &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-init.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>

<p><a href="../files/package.json.html">package.json(5)</a></p>
</div>
<p id="footer">npm-init &mdash; [email protected].4</p>
<p id="footer">npm-init &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-install.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Finally, &#39;callback&#39; 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">npm-install &mdash; [email protected].4</p>
<p id="footer">npm-install &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Now, any changes to the redis package will be reflected in
the package in the current working directory</p>
</div>
<p id="footer">npm-link &mdash; [email protected].4</p>
<p id="footer">npm-link &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-load.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>

<p>For a list of all the available command-line configs, see <code>npm help config</code></p>
</div>
<p id="footer">npm-load &mdash; [email protected].4</p>
<p id="footer">npm-load &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-ls.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h3 id="global">global</h3>
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">npm-ls &mdash; [email protected].4</p>
<p id="footer">npm-ls &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-outdated.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>

<p>If the &#39;packages&#39; parameter is left out, npm will check all packages.</p>
</div>
<p id="footer">npm-outdated &mdash; [email protected].4</p>
<p id="footer">npm-outdated &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-owner.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>

<ul><li><a href="../api/npm-publish.html">npm-publish(3)</a></li><li><a href="../misc/npm-registry.html">npm-registry(7)</a></li></ul>
</div>
<p id="footer">npm-owner &mdash; [email protected].4</p>
<p id="footer">npm-owner &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-pack.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>

<p>If no arguments are supplied, then npm packs the current package folder.</p>
</div>
<p id="footer">npm-pack &mdash; [email protected].4</p>
<p id="footer">npm-pack &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-prefix.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>

<p>This function is not useful programmatically</p>
</div>
<p id="footer">npm-prefix &mdash; [email protected].4</p>
<p id="footer">npm-prefix &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-prune.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Extraneous packages are packages that are not listed on the parent
package&#39;s dependencies list.</p>
</div>
<p id="footer">npm-prune &mdash; [email protected].4</p>
<p id="footer">npm-prune &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>

<ul><li><a href="../misc/npm-registry.html">npm-registry(7)</a></li><li><a href="../cli/npm-adduser.html">npm-adduser(1)</a></li><li><a href="../api/npm-owner.html">npm-owner(3)</a></li></ul>
</div>
<p id="footer">npm-publish &mdash; [email protected].4</p>
<p id="footer">npm-publish &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/html/doc/api/npm-rebuild.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2 id="CONFIGURATION">CONFIGURATION</h2>

<p>See <code>npm help build</code></p>
</div>
<p id="footer">npm-rebuild &mdash; [email protected].4</p>
<p id="footer">npm-rebuild &mdash; [email protected].5</p>
<script>
;(function () {
var wrapper = document.getElementById("wrapper")
Expand Down
Loading

0 comments on commit ff0de45

Please sign in to comment.