-
Notifications
You must be signed in to change notification settings - Fork 29.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reviewed-By: Julien Gilli <[email protected]> PR-URL: nodejs/node-v0.x-archive#25517
- Loading branch information
Showing
279 changed files
with
1,311 additions
and
9,791 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ George Ornbo <[email protected]> | |
Tim Oxley <[email protected]> | ||
Tyler Green <[email protected]> | ||
Dave Pacheco <[email protected]> | ||
atomizer <[email protected]> | ||
Danila Gerasimov <[email protected]> | ||
Rod Vagg <[email protected]> | ||
Christian Howe <[email protected]> | ||
Andrew Lunny <[email protected]> | ||
|
@@ -73,7 +73,6 @@ Phillip Howell <[email protected]> | |
Domenic Denicola <[email protected]> | ||
James Halliday <[email protected]> | ||
Jeremy Cantrell <[email protected]> | ||
Trent Mick <[email protected]> | ||
Ribettes <[email protected]> | ||
Don Park <[email protected]> | ||
Einar Otto Stangvik <[email protected]> | ||
|
@@ -121,7 +120,6 @@ François Frisch <[email protected]> | |
Trevor Burnham <[email protected]> | ||
Alan Shaw <[email protected]> | ||
TJ Holowaychuk <[email protected]> | ||
Luke Arduini <[email protected]> | ||
Nicholas Kinsey <[email protected]> | ||
Paulo Cesar <[email protected]> | ||
Elan Shanker <[email protected]> | ||
|
@@ -157,7 +155,6 @@ Yeonghoon Park <[email protected]> | |
Rafael de Oleza <[email protected]> | ||
Mikola Lysenko <[email protected]> | ||
Yazhong Liu <[email protected]> | ||
Younghoon Park <[email protected]> | ||
Neil Gentleman <[email protected]> | ||
Kris Kowal <[email protected]> | ||
Alex Gorbatchev <[email protected]> | ||
|
@@ -206,13 +203,13 @@ Hunter Loftis <[email protected]> | |
Peter Richardson <[email protected]> | ||
Jussi Kalliokoski <[email protected]> | ||
Filip Weiss <[email protected]> | ||
timoweiss <[email protected]> | ||
Timo Weiß <[email protected]> | ||
Christopher Hiller <[email protected]> | ||
Jérémy Lal <[email protected]> | ||
Anders Janmyr <[email protected]> | ||
Chris Meyers <[email protected]> | ||
Ludwig Magnusson <[email protected]> | ||
wmertens <[email protected]> | ||
Wout Mertens <[email protected]> | ||
Nick Santos <[email protected]> | ||
Terin Stock <[email protected]> | ||
Faiq Raza <[email protected]> | ||
|
@@ -270,7 +267,7 @@ Julien Meddah <[email protected]> | |
Michiel Sikma <[email protected]> | ||
Jakob Krigovsky <[email protected]> | ||
Charmander <[email protected]> | ||
erik wienhold <[email protected]> | ||
Erik Wienhold <[email protected]> | ||
James Butler <[email protected]> | ||
Kevin Kragenbrink <[email protected]> | ||
Arnaud Rinquin <[email protected]> | ||
|
@@ -279,8 +276,6 @@ Antti Mattila <[email protected]> | |
laiso <[email protected]> | ||
Matt Zorn <[email protected]> | ||
Kyle Mitchell <[email protected]> | ||
Michael Hayes <[email protected]> | ||
Benjamin Coe <[email protected]> | ||
Jeremiah Senkpiel <[email protected]> | ||
Michael Klein <[email protected]> | ||
Simen Bekkhus <[email protected]> | ||
|
@@ -289,4 +284,7 @@ thefourtheye <[email protected]> | |
Clay Carpenter <[email protected]> | ||
bangbang93 <[email protected]> | ||
Nick Malaguti <[email protected]> | ||
colakong <[email protected]> | ||
Cedric Nelson <[email protected]> | ||
Kat Marchán <[email protected]> | ||
Andrew <[email protected]> | ||
Eduardo Pinho <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,65 @@ | ||
### v2.11.2 (2015-06-04): | ||
|
||
Another small release this week, brought to you by the latest addition to the | ||
CLI team, [@zkat](https://github.com/zkat) (Hi, all!) | ||
|
||
Mostly small documentation tweaks and version updates. Oh! And `npm outdated` | ||
is actually sorted now. Rejoice! | ||
|
||
It's gonna be a while before we get another palindromic version number. Enjoy it | ||
while it lasts. :3 | ||
|
||
#### QUALITY OF LIFE HAS NEVER BEEN BETTER | ||
|
||
* [`31aada4`](https://github.com/npm/npm/commit/31aada4ccc369c0903ff7f233f464955d12c6fe2) | ||
[#8401](https://github.com/npm/npm/issues/8401) `npm outdated` output is just | ||
that much nicer to consume now, due to sorting by name. | ||
[@watilde](https://github.com/watilde) | ||
* [`458a919`](https://github.com/npm/npm/commit/458a91925d8b20c5e672ba71a86745aad654abaf) | ||
[#8469](https://github.com/npm/npm/pull/8469) Explicitly set `cwd` for | ||
`preversion`, `version`, and `postversion` scripts. This makes the scripts | ||
findable relative to the root dir. | ||
([@alexkwolfe](https://github.com/alexkwolfe)) | ||
* [`55d6d71`](https://github.com/npm/npm/commit/55d6d71562e979e745c9db88861cc39f99b9f3ec) | ||
Ensure package name and version are included in display during `npm version` | ||
lifecycle execution. Gets rid of those little `undefined`s in the console. | ||
([@othiym23](https://github.com/othiym23)) | ||
|
||
#### WORDS HAVE NEVER BEEN QUITE THIS READABLE | ||
|
||
* [`3901e49`](https://github.com/npm/npm/commit/3901e4974c800e7f9fba4a5b2ff88da1126d5ef8) | ||
[#8462](https://github.com/npm/npm/pull/8462) English apparently requires | ||
correspondence between indefinite articles and attached nouns. | ||
([@Enet4](https://github.com/Enet4)) | ||
* [`5a744e4`](https://github.com/npm/npm/commit/5a744e4b143ef7b2f50c80a1d96fdae4204d452b) | ||
[#8421](https://github.com/npm/npm/pull/8421) The effect of `npm prune`'s | ||
`--production` flag and how to use it have been documented a bit better. | ||
([@foiseworth](https://github.com/foiseworth)) | ||
* [`eada625`](https://github.com/npm/npm/commit/eada625993485f0a2c5324b06f02bfa0a95ce4bc) | ||
We've updated our `.mailmap` and `AUTHORS` files to make sure credit is given | ||
where credit is due. ([@othiym23](https://github.com/othiym23)) | ||
|
||
#### VERSION NUMBERS HAVE NEVER BEEN BIGGER | ||
|
||
* [`c929fd1`](https://github.com/npm/npm/commit/c929fd1d0604b5878ed05706447e078d3e41f5b3) | ||
`[email protected]`: Manually installed `v1.1.13` (steams3) to make deduping more reliable on `npm@<3`. | ||
([@othiym23](https://github.com/othiym23)) | ||
* [`a9b4b78`](https://github.com/npm/npm/commit/a9b4b78dcc85571fd1cdd737903f7f37a5e6a755) | ||
`[email protected]`: Replace dependency on IncomingMessage's `.client` with `.socket` as the former was deprecated in 2.2.0. | ||
([@othiym23](https://github.com/othiym23)) | ||
* [`4b5e557`](https://github.com/npm/npm/commit/4b5e557a23cdefd521ad154111e3d4dcc81f1cdb) | ||
`[email protected]`: Better testing, with coverage. | ||
([@othiym23](https://github.com/othiym23)) | ||
* [`561affe`](https://github.com/npm/npm/commit/561affee21df9bbea5a47298f2452f533be8f359) | ||
`[email protected]`: .npmignore added for less cruft, and better testing, with coverage. | ||
([@othiym23](https://github.com/othiym23)) | ||
* [`60aef3c`](https://github.com/npm/npm/commit/60aef3cf5d84d757752db3eb8ede2cb385469e7b) | ||
`[email protected]`: io.js fixes. | ||
([@zkat](https://github.com/zkat)) | ||
* [`f8bd453`](https://github.com/npm/npm/commit/f8bd453b1a1c46ba7666cb166595e8a011eae443) | ||
`[email protected]`: Added MIT license to package.json | ||
([@zkat](https://github.com/zkat)) | ||
|
||
### v2.11.1 (2015-05-28): | ||
|
||
This release brought to you from poolside at the Omni Amelia Island Resort and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -140,7 +140,7 @@ <h2 id="legal-stuff">Legal Stuff</h2> | |
<p>If you have a complaint about a package in the public npm registry, | ||
and cannot <a href="https://docs.npmjs.com/misc/disputes">resolve it with the package | ||
owner</a>, please email | ||
<a href="mailto:support@npmjs.com">support@npmjs.com</a> and explain the situation.</p> | ||
<a href="mailto:support@npmjs.com">support@npmjs.com</a> and explain the situation.</p> | ||
<p>Any data published to The npm Registry (including user account | ||
information) may be removed or modified at the sole discretion of the | ||
npm server administrators.</p> | ||
|
@@ -183,5 +183,5 @@ <h2 id="see-also">SEE ALSO</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer"><a href="../doc/README.html">README</a> — [email protected].1</p> | ||
<p id="footer"><a href="../doc/README.html">README</a> — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-bin — [email protected].1</p> | ||
<p id="footer">npm-bin — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-bugs — [email protected].1</p> | ||
<p id="footer">npm-bugs — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,5 +42,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-cache — [email protected].1</p> | ||
<p id="footer">npm-cache — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,5 @@ <h2 id="see-also">SEE ALSO</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-commands — [email protected].1</p> | ||
<p id="footer">npm-commands — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,5 +57,5 @@ <h2 id="see-also">SEE ALSO</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-config — [email protected].1</p> | ||
<p id="footer">npm-config — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,5 +47,5 @@ <h2 id="see-also">SEE ALSO</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-deprecate — [email protected].1</p> | ||
<p id="footer">npm-deprecate — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,5 +33,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-docs — [email protected].1</p> | ||
<p id="footer">npm-docs — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,5 +36,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-edit — [email protected].1</p> | ||
<p id="footer">npm-edit — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-explore — [email protected].1</p> | ||
<p id="footer">npm-explore — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,5 +44,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-help-search — [email protected].1</p> | ||
<p id="footer">npm-help-search — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,5 +39,5 @@ <h2 id="see-also">SEE ALSO</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-init — [email protected].1</p> | ||
<p id="footer">npm-init — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,5 +32,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-install — [email protected].1</p> | ||
<p id="footer">npm-install — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,5 +42,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-link — [email protected].1</p> | ||
<p id="footer">npm-link — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,5 +37,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-load — [email protected].1</p> | ||
<p id="footer">npm-load — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,5 +63,5 @@ <h3 id="global">global</h3> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-ls — [email protected].1</p> | ||
<p id="footer">npm-ls — [email protected].2</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,5 +28,5 @@ <h2 id="synopsis">SYNOPSIS</h2> | |
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> | ||
<tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> | ||
</table> | ||
<p id="footer">npm-outdated — [email protected].1</p> | ||
<p id="footer">npm-outdated — [email protected].2</p> | ||
|
Oops, something went wrong.