-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: #13487 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
- Loading branch information
Showing
243 changed files
with
1,738 additions
and
979 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 |
---|---|---|
|
@@ -464,3 +464,14 @@ J F <[email protected]> | |
Pavlo Liulia <[email protected]> | ||
Ján Dzurek <[email protected]> | ||
Lucas Theisen <[email protected]> | ||
Mike Sherov <[email protected]> | ||
薛定谔的猫 <[email protected]> | ||
Paweł Lula <[email protected]> | ||
Jakob Krigovsky <[email protected]> | ||
George Rawlinson <[email protected]> | ||
Jack Nagel <[email protected]> | ||
Andreas Kohn <[email protected]> | ||
Jason Wohlgemuth <[email protected]> | ||
Ryan Graham <[email protected]> | ||
Hirse <[email protected]> | ||
Colin Rotherham <[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,238 @@ | ||
## v5.0.3 (2017-06-05) | ||
|
||
Happy Monday, y'all! We've got another npm release for you with the fruits of | ||
our ongoing bugsquashing efforts. You can expect at least one more this week, | ||
but probably more -- and as we announced last week, we'll be merging fixes more | ||
rapidly into the `npmc` canary so you can get everything as soon as possible! | ||
|
||
Hope y'all are enjoying npm5 in the meantime, and don't hesitate to file issues | ||
for anything you find! The goal is to get this release rock-solid as soon as we | ||
can. 💚 | ||
|
||
* [`6e12a5cc0`](https://github.com/npm/npm/commit/6e12a5cc022cb5a157a37df7283b6d7b3d49bdab) | ||
Bump several dependencies to get improvements and bugfixes: | ||
* `cacache`: content files (the tarballs) are now read-only. | ||
* `pacote`: fix failing clones with bad heads, send extra TLS-related opts to proxy, enable global auth configurations and `_auth`-based auth. | ||
* `ssri`: stop crashing with `can't call method find of undefined` when running into a weird `opts.integrity`/`opts.algorithms` conflict during verification. | ||
([@zkat](https://github.com/zkat)) | ||
* [`89cc8e3e1`](https://github.com/npm/npm/commit/89cc8e3e12dad67fd9844accf4d41deb4c180c5c) | ||
[#16917](https://github.com/npm/npm/pull/16917) | ||
Send `ca`, `cert` and `key` config through to network layer. | ||
([@colinrotherham](https://github.com/colinrotherham)) | ||
* [`6a9b51c67`](https://github.com/npm/npm/commit/6a9b51c67ba3df0372991631992748329b84f2e7) | ||
[#16929](https://github.com/npm/npm/pull/16929) | ||
Send `npm-session` header value with registry requests again. | ||
([@zarenner](https://github.com/zarenner)) | ||
* [`662a15ab7`](https://github.com/npm/npm/commit/662a15ab7e790e87f5e5a35252f05d5a4a0724a1) | ||
Fix `npm doctor` so it stop complaining about read-only content files in the | ||
cache. | ||
([@zkat](https://github.com/zkat)) | ||
* [`191d10a66`](https://github.com/npm/npm/commit/191d10a6616d72e26d89fd00f5a4f6158bfbc526) | ||
[#16918](https://github.com/npm/npm/pull/16918) | ||
Clarify prepublish deprecation message. | ||
([@Hirse](https://github.com/Hirse)) | ||
|
||
## v5.0.2 (2017-06-02) | ||
|
||
Here's another patch release, soon after the other! | ||
|
||
This particular release includes a slew of fixes to npm's git support, which was | ||
causing some issues for a chunk of people, specially those who were using | ||
self-hosted/Enterprise repos. All of those should be back in working condition | ||
now. | ||
|
||
There's another shiny thing you might wanna know about: npm has a Canary release | ||
now! The `npm5` experiment we did during our beta proved to be incredibly | ||
successful: users were able to have a tight feedback loop between reports and | ||
getting the bugfixes they needed, and the CLI team was able to roll out | ||
experimental patches and have the community try them out right away. So we want | ||
to keep doing that. | ||
|
||
From now on, you'll be able to install the 'npm canary' with `npm i -g npmc`. | ||
This release will be a separate binary (`npmc`. Because canary. Get it?), which | ||
will update independently of the main CLI. Most of the time, this will track | ||
`release-next` or something close to it. We might occasionally toss experimental | ||
branches in there to see if our more adventurous users run into anything | ||
interesting with it. For example, the current canary (`[email protected]`) | ||
includes an [experimental multiproc | ||
branch](https://github.com/npm/npm/pull/16633) that parallelizes tarball | ||
extraction across multiple processes. | ||
|
||
If you find any issues while running the canary version, please report them and | ||
let us know it came from `npmc`! It would be tremendously helpful, and finding | ||
things early is a huge reason to have it there. Happy hacking! | ||
|
||
### A NOTE ABOUT THE ISSUE TRACKER | ||
|
||
Just a heads up: We're preparing to do a massive cleanup of the issue tracker. | ||
It's been a long time since it was something we could really keep up with, and | ||
we didn't have a process for dealing with it that could actually be sustainable. | ||
|
||
We're still sussing the details out, and we'll talk about it more when we're | ||
about to do it, but the plan is essentially to close old, abandoned issues and | ||
start over. We will also [add some automation](https://github.com/probot) around | ||
issue management so that things that we can't keep up with don't just stay | ||
around forever. | ||
|
||
Stay tuned! | ||
|
||
### GIT YOLO | ||
|
||
* [`1f26e9567`](https://github.com/npm/npm/commit/1f26e9567a6d14088704e121ebe787c38b6849a4) | ||
`[email protected]`: Fixes installing committishes that look like semver, even | ||
though they're not using the required `#semver:` syntax. | ||
([@zkat](https://github.com/zkat)) | ||
* [`85ea1e0b9`](https://github.com/npm/npm/commit/85ea1e0b9478551265d03d545e7dc750b9edf547) | ||
`[email protected]`: This includes the npa git-parsing patch to make it so | ||
non-hosted SCP-style identifiers are correctly handled. Previously, npa would | ||
mangle them (even though hosted-git-info is doing the right thing for them). | ||
([@zkat](https://github.com/zkat)) | ||
|
||
### COOL NEW OUTPUT | ||
|
||
The new summary output has been really well received! One downside that reared | ||
its head as more people used it, though, is that it doesn't really tell you | ||
anything about the toplevel versions it installed. So, if you did `npm i -g | ||
foo`, it would just say "added 1 package". This patch by | ||
[@rmg](https://github.com/rmg) keeps things concise while still telling you | ||
what you got! So now, you'll see something like this: | ||
|
||
``` | ||
$ npm i -g foo bar | ||
+ [email protected] | ||
+ [email protected] | ||
added 234 packages in .005ms | ||
``` | ||
|
||
* [`362f9fd5b`](https://github.com/npm/npm/commit/362f9fd5bec65301082416b4292b8fe3eb7f824a) | ||
[#16899](https://github.com/npm/npm/pull/16899) | ||
For every package that is given as an argument to install, print the name and | ||
version that was actually installed. | ||
([@rmg](https://github.com/rmg)) | ||
|
||
### OTHER BUGFIXES | ||
|
||
* [`a47593a98`](https://github.com/npm/npm/commit/a47593a98a402143081d7077d2ac677d13083010) | ||
[#16835](https://github.com/npm/npm/pull/16835) | ||
Fix a crash while installing with `--no-shrinkwrap`. | ||
([@jacknagel](https://github.com/jacknagel)) | ||
|
||
### DOC UPATES | ||
|
||
* [`89e0cb816`](https://github.com/npm/npm/commit/89e0cb8165dd9c3c7ac74d531617f367099608f4) | ||
[#16818](https://github.com/npm/npm/pull/16818) | ||
Fixes a spelling error in the docs. Because the CLI team has trouble spelling | ||
"package", I guess. | ||
([@ankon](https://github.com/ankon)) | ||
* [`c01fbc46e`](https://github.com/npm/npm/commit/c01fbc46e151bcfb359fd68dd7faa392789b4f55) | ||
[#16895](https://github.com/npm/npm/pull/16895) | ||
Remove `--save` from `npm init` instructions, since it's now the default. | ||
([@jhwohlgemuth](https://github.com/jhwohlgemuth)) | ||
* [`80c42d218`](https://github.com/npm/npm/commit/80c42d2181dd4d1b79fcee4e9233df268dfb30b7) | ||
Guard against cycles when inflating bundles, as symlinks are bundles now. | ||
([@iarna](https://github.com/iarna)) | ||
* [`7fe7f8665`](https://github.com/npm/npm/commit/7fe7f86658798db6667df89afc75588c0e43bc94) | ||
[#16674](https://github.com/npm/npm/issues/16674) | ||
Write the builtin config for `npmc`, not just `npm`. This is hardcoded for npm | ||
self-installations and is needed for Canary to work right. | ||
([@zkat](https://github.com/zkat)) | ||
|
||
### DEP UPDATES | ||
|
||
* [`63df4fcdd`](https://github.com/npm/npm/commit/63df4fcddc7445efb50cc7d8e09cdd45146d3e39) | ||
[#16894](https://github.com/npm/npm/pull/16894) | ||
[`[email protected]`](https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md#v362-2017-06-01): | ||
Fixes an issue parsing SDK versions on Windows, among other things. | ||
([@refack](https://github.com/refack)) | ||
* [`5bb15c3c4`](https://github.com/npm/npm/commit/5bb15c3c4f0d7d77c73fd6dafa38ac36549b6e00) | ||
`[email protected]`: Fixes some racyness while reading the tree. | ||
([@iarna](https://github.com/iarna)) | ||
* [`a6f7a52e7`](https://github.com/npm/npm/commit/a6f7a52e7) | ||
`[email protected]`: Remove nested function declaration for speed up | ||
([@mikesherov](https://github.com/mikesherov)) | ||
|
||
## v5.0.1 (2017-05-31): | ||
|
||
Hey y'all! Hope you're enjoying the new npm! | ||
|
||
As you all know, fresh software that's gone through major overhauls tends to | ||
miss a lot of spots the old one used to handle well enough, and `npm@5` is no | ||
exception. The CLI team will be doing faster release cycles that go directly to | ||
the `latest` tag for a couple of weeks while 5 stabilizes a bit and we're | ||
confident the common low-hanging fruit people are running into are all taken | ||
care of. | ||
|
||
With that said: this is our first patch release! The biggest focus is fixing up | ||
a number of git-related issues that folks ran into right out the door. It also | ||
fixes other things, like some proxy/auth-related issues, and even has a neat | ||
speed boost! (You can expect more speed bumps in the coming releases as pending | ||
work starts landing, too!) | ||
|
||
Thanks everyone who's been reporting issues and submitting patches! | ||
|
||
### BUGFIXES | ||
|
||
* [`e61e68dac`](https://github.com/npm/npm/commit/e61e68dac4fa51c0540a064204a75b19f8052e58) | ||
[#16762](https://github.com/npm/npm/pull/16762) | ||
Make `npm publish` obey the `--tag` flag again. | ||
([@zkat](https://github.com/zkat)) | ||
* [`923fd58d3`](https://github.com/npm/npm/commit/923fd58d312f40f8c17b232ad1dfc8e2ff622dbd) | ||
[#16749](https://github.com/npm/npm/pull/16749) | ||
Speed up installations by nearly 20% by... removing one line of code. (hah) | ||
([@mikesherov](https://github.com/mikesherov)) | ||
* [`9aac984cb`](https://github.com/npm/npm/commit/9aac984cbbfef22182ee42b51a193c0b47146ad6) | ||
Guard against a particular failure mode for a bug still being hunted down. | ||
([@iarna](https://github.com/iarna)) | ||
* [`80ab521f1`](https://github.com/npm/npm/commit/80ab521f18d34df109de0c5dc9eb1cde5ff6d7e8) | ||
Pull in dependency updates for various core deps: | ||
* New `pacote` fixes several git-related bugs. | ||
* `ssri` update fixes crash on early node@4 versions. | ||
* `make-fetch-happen` update fixes proxy authentication issue. | ||
* `npm-user-validate` adds regex for blocking usernames with illegal chars. | ||
([@zkat](https://github.com/zkat)) | ||
* [`7e5ce87b8`](https://github.com/npm/npm/commit/7e5ce87b84880c7433ee4c07d2dd6ce8806df436) | ||
`[email protected]`: | ||
Fixes various other git issues related to commit hashes. | ||
([@zkat](https://github.com/zkat)) | ||
* [`acbe85bfc`](https://github.com/npm/npm/commit/acbe85bfc1a68d19ca339a3fb71da0cffbf58926) | ||
[#16791](https://github.com/npm/npm/pull/16791) | ||
`npm view` was calling `cb` prematurely and giving partial output when called | ||
in a child process. | ||
([@zkat](https://github.com/zkat)) | ||
* [`ebafe48af`](https://github.com/npm/npm/commit/ebafe48af91f702ccefc8c619d52fed3b8dfd3c7) | ||
[#16750](https://github.com/npm/npm/pull/16750) | ||
Hamilpatch the Musical: Talk less, complete more. | ||
([@aredridel](https://github.com/aredridel)) | ||
|
||
### DOCUMENTATION | ||
|
||
* [`dc2823a6c`](https://github.com/npm/npm/commit/dc2823a6c5fc098041e61515c643570819d059d2) | ||
[#16799](https://github.com/npm/npm/pull/16799) | ||
Document that `package-lock.json` is never allowed in tarballs. | ||
([@sonicdoe](https://github.com/sonicdoe)) | ||
* [`f3cb84b44`](https://github.com/npm/npm/commit/f3cb84b446c51d628ee0033cdf13752c15b31a29) | ||
[#16771](https://github.com/npm/npm/pull/16771) | ||
Fix `npm -l` usage information for the `test` command. | ||
([@grawlinson](https://github.com/grawlinson)) | ||
|
||
### OTHER CHANGES | ||
|
||
* [`661262309`](https://github.com/npm/npm/commit/66126230912ab5ab35287b40a9908e036fa73994) | ||
[#16756](https://github.com/npm/npm/pull/16756) | ||
remove unused argument | ||
([@Aladdin-ADD](https://github.com/Aladdin-ADD)) | ||
* [`c3e0b4287`](https://github.com/npm/npm/commit/c3e0b4287ea69735cc367aa7bb7e7aa9a6d9804b) | ||
[#16296](https://github.com/npm/npm/pull/16296) | ||
preserve same name convention for command | ||
([@desfero](https://github.com/desfero)) | ||
* [`9f814831d`](https://github.com/npm/npm/commit/9f814831d330dde7702973186aea06caaa77ff31) | ||
[#16757](https://github.com/npm/npm/pull/16757) | ||
remove unused argument | ||
([@Aladdin-ADD](https://github.com/Aladdin-ADD)) | ||
* [`3cb843239`](https://github.com/npm/npm/commit/3cb8432397b3666d88c31131dbb4599016a983ff) | ||
minor linter fix | ||
([@zkat](https://github.com/zkat)) | ||
|
||
## v5.0.0 (2017-05-25) | ||
|
||
Wowowowowow npm@5! | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -126,5 +126,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].0</p> | ||
<p id="footer"><a href="../doc/README.html">README</a> — [email protected].3</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 |
---|---|---|
|
@@ -84,5 +84,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-access — [email protected].0</p> | ||
<p id="footer">npm-access — [email protected].3</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 |
---|---|---|
|
@@ -81,5 +81,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-adduser — [email protected].0</p> | ||
<p id="footer">npm-adduser — [email protected].3</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 |
---|---|---|
|
@@ -35,5 +35,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-bin — [email protected].0</p> | ||
<p id="footer">npm-bin — [email protected].3</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 |
---|---|---|
|
@@ -55,5 +55,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-bugs — [email protected].0</p> | ||
<p id="footer">npm-bugs — [email protected].3</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 |
---|---|---|
|
@@ -40,5 +40,5 @@ <h2 id="description">DESCRIPTION</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-build — [email protected].0</p> | ||
<p id="footer">npm-build — [email protected].3</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="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-bundle — [email protected].0</p> | ||
<p id="footer">npm-bundle — [email protected].3</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 |
---|---|---|
|
@@ -89,5 +89,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-cache — [email protected].0</p> | ||
<p id="footer">npm-cache — [email protected].3</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 |
---|---|---|
|
@@ -43,5 +43,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-completion — [email protected].0</p> | ||
<p id="footer">npm-completion — [email protected].3</p> | ||
|
Oops, something went wrong.