6
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ブラウザで完結するnpm packageのデカさを調べる方法

6
Last updated at Posted at 2019-02-20

Node.js界隈にはnpmというパッケージマネージャがあり、様々なパッケージを配布している。

ところでnpmの各パッケージのページにはパッケージのデカさが記述されていない。あんまでかいパッケージはちょっとなぁって思うのは私だけだろうか。

そこで手軽にパッケージのデカさを調べられるツールがあったのでメモしておく。

ネタ元は
How do I view the size of npm packages? - Stack Overflow

bundlephobia

かなりグラフィカルに表示してくれる。内部でcacheしてるんか動作も早い。

bundlephobia

npm-download-size

極めてシンプル。わかりやすさの塊。

npm-download-size

License

CC BY 4.0

CC-BY icon.svg

6
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?