Skip to content

Commit f645c40

Browse files
committed
npm: Upgrade to v1.3.24
1 parent 1d57a5c commit f645c40

183 files changed

Lines changed: 1190 additions & 5712 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deps/npm/doc/cli/npm-docs.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ npm-docs(1) -- Docs for a package in a web browser maybe
33

44
## SYNOPSIS
55

6-
npm docs <pkgname>
6+
npm docs [<pkgname> [<pkgname> ...]]
77
npm docs (with no args in a package dir)
8-
npm home <pkgname>
8+
npm home [<pkgname> [<pkgname> ...]]
99
npm home (with no args in a package dir)
1010

1111
## DESCRIPTION
1212

1313
This command tries to guess at the likely location of a package's
1414
documentation URL, and then tries to open it using the `--browser`
15-
config param. If no package name is provided, it will search for
16-
a `package.json` in the current folder and use the `name` property.
15+
config param. You can pass multiple package names at once. If no
16+
package name is provided, it will search for a `package.json` in
17+
the current folder and use the `name` property.
1718

1819
## CONFIGURATION
1920

deps/npm/doc/cli/npm-search.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ npm-search(1) -- Search for packages
33

44
## SYNOPSIS
55

6-
npm search [search terms ...]
6+
npm search [--long] [search terms ...]
77
npm s [search terms ...]
88
npm se [search terms ...]
99

@@ -15,6 +15,18 @@ If a term starts with `/`, then it's interpreted as a regular expression.
1515
A trailing `/` will be ignored in this case. (Note that many regular
1616
expression characters must be escaped or quoted in most shells.)
1717

18+
## CONFIGURATION
19+
20+
### long
21+
22+
* Default: false
23+
* Type: Boolean
24+
25+
Display full package descriptions and other long text across multiple
26+
lines. When disabled (default) search results are truncated to fit
27+
neatly on a single line. Modules with extremely long names will
28+
fall on multiple lines.
29+
1830
## SEE ALSO
1931

2032
* npm-registry(7)

deps/npm/doc/misc/npm-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ colored output if it is a TTY.
480480
* Default: false
481481
* Type: Boolean
482482

483-
Show extended information in `npm ls`
483+
Show extended information in `npm ls` and `npm search`.
484484

485485
### message
486486

deps/npm/html/doc/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
239239

240240
<ul><li><a href="cli/npm.html">npm(1)</a></li><li><a href="misc/npm-faq.html">npm-faq(7)</a></li><li><a href="cli/npm-help.html">npm-help(1)</a></li><li><a href="misc/npm-index.html">npm-index(7)</a></li></ul>
241241
</div>
242-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@1.3.23</p>
242+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@1.3.24</p>
243243
<script>
244244
;(function () {
245245
var wrapper = document.getElementById("wrapper")

deps/npm/html/doc/api/npm-bin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
1919
<p>This function should not be used programmatically. Instead, just refer
2020
to the <code>npm.bin</code> member.</p>
2121
</div>
22-
<p id="footer">npm-bin &mdash; npm@1.3.23</p>
22+
<p id="footer">npm-bin &mdash; npm@1.3.24</p>
2323
<script>
2424
;(function () {
2525
var wrapper = document.getElementById("wrapper")

deps/npm/html/doc/api/npm-bugs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2525
<p>This command will launch a browser, so this command may not be the most
2626
friendly for programmatic use.</p>
2727
</div>
28-
<p id="footer">npm-bugs &mdash; npm@1.3.23</p>
28+
<p id="footer">npm-bugs &mdash; npm@1.3.24</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

deps/npm/html/doc/api/npm-commands.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
2828

2929
<ul><li><a href="../misc/npm-index.html">npm-index(7)</a></li></ul>
3030
</div>
31-
<p id="footer">npm-commands &mdash; npm@1.3.23</p>
31+
<p id="footer">npm-commands &mdash; npm@1.3.24</p>
3232
<script>
3333
;(function () {
3434
var wrapper = document.getElementById("wrapper")

deps/npm/html/doc/api/npm-config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
3333

3434
<ul><li><a href="../api/npm.html">npm(3)</a></li></ul>
3535
</div>
36-
<p id="footer">npm-config &mdash; npm@1.3.23</p>
36+
<p id="footer">npm-config &mdash; npm@1.3.24</p>
3737
<script>
3838
;(function () {
3939
var wrapper = document.getElementById("wrapper")

deps/npm/html/doc/api/npm-deprecate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2 id="SEE-ALSO">SEE ALSO</h2>
3232

3333
<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>
3434
</div>
35-
<p id="footer">npm-deprecate &mdash; npm@1.3.23</p>
35+
<p id="footer">npm-deprecate &mdash; npm@1.3.24</p>
3636
<script>
3737
;(function () {
3838
var wrapper = document.getElementById("wrapper")

deps/npm/html/doc/api/npm-docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 id="DESCRIPTION">DESCRIPTION</h2>
2525
<p>This command will launch a browser, so this command may not be the most
2626
friendly for programmatic use.</p>
2727
</div>
28-
<p id="footer">npm-docs &mdash; npm@1.3.23</p>
28+
<p id="footer">npm-docs &mdash; npm@1.3.24</p>
2929
<script>
3030
;(function () {
3131
var wrapper = document.getElementById("wrapper")

0 commit comments

Comments
 (0)